Opened 17 years ago

Closed 17 years ago

#255 closed defect (fixed)

Even telling cmake to use python2.3 mussa still builds against 2.5

Reported by: diane Owned by: diane
Priority: major Milestone: release_1.1
Component: python interface Version:
Keywords: Cc:

Description

For some reason the build system isn't responding when I tell it which version of python I want to use.

Change History (1)

comment:1 by diane, 17 years ago

Resolution: fixed
Status: newclosed

This is a configuration issue.... you can specify to gcc on os x which framework directory to look at.

In ccmake i have

PYTHON_DEBUG_LIBRARY -F/System/Library/Frameworks -framework Python PYTHON_EXECUTABLE /usr/bin/python2.3 PYTHON_INCLUDE_PATH /usr/include/python2.3 PYTHON_LIBRARY -F/System/Library/Frameworks -framework Python

which forces building with python2.3 even when python2.5 is installed.

Note: See TracTickets for help on using tickets.