Changes between Version 5 and Version 6 of MussaglBuildWindows


Ignore:
Timestamp:
12/11/2006 04:30:18 PM (17 years ago)
Author:
king
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MussaglBuildWindows

    v5 v6  
    2626== Python Libraries ==
    2727
    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:
     28Which 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:
    2929
    3030{{{
     
    3939}}}
    4040
    41 It probably means you are trying to link against Python 2.5. Download Python 2.4 and tell cmake to use Python 2.4.
     41I 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.