Changes between Version 5 and Version 6 of MussaglBuildWindows
- Timestamp:
- 12/11/2006 04:30:18 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MussaglBuildWindows
v5 v6 26 26 == Python Libraries == 27 27 28 Because boost python bindings haven't been updated to Python 2.5 yet, the Python features of Mussa still require Python 2.3 or Python 2.4. If you get an error such as:28 Which ever version of Python you used when building boost is the version you need to link against. I got the following error when I accidentally tried to build Mussagl while trying to link against Python 2.5: 29 29 30 30 {{{ … … 39 39 }}} 40 40 41 I t probably means you are trying to link against Python 2.5. Download Python 2.4 and tell cmake to use Python 2.4.41 I had built boost with Python 2.4. We haven't tested building Mussagl against Python 2.5, so we don't know if it works yet. Python 2.4 does work.