[Bf-committers] OSX intel Libs

trip somewhere trip0o at gmail.com
Fri Oct 27 00:19:05 CEST 2006


Well despite any help :D
I still can't get it to see any thing, I install python 2.5 from
Python.org for intel and in this path is the Python.h file
 /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5
but no dice
Please help

  ifeq ($(OS),darwin)

    export ID = $(shell whoami)
    export HOST = $(shell hostname -s)

    export PY_FRAMEWORK	= 1
    ifdef PY_FRAMEWORK
       export NAN_PYTHON ?=
/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5
       export NAN_PYTHON_VERSION ?= 2.3
       export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
    else
       export NAN_PYTHON ?= /sw
       export NAN_PYTHON_VERSION ?= 2.5
       export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
    endif


More information about the Bf-committers mailing list