Mac OS X Build Error

neuropulse

21-07-2009 13:31:39

Greetings,

Trying to install Python-Ogre for Mac OS X according to instructions.

http://wiki.python-ogre.org/index.php/OSXBuildV2

Getting error when trying to build.

python python-ogre/BuildModule.py -r -b cmake gccxml boost pygccxml cg scons pyplusplus
Using the 2 cores
Traceback (most recent call last):
File "python-ogre/BuildModule.py", line 9, in <module>
import environment
File "/Users/Chuck/development/python-ogre/environment.py", line 623, in <module>
class ogre(pymodule):
File "/Users/Chuck/development/python-ogre/environment.py", line 711, in ogre
libs = [boost.lib]
AttributeError: type object 'boost' has no attribute 'lib'

Please help.

Thanks

emeryc

21-07-2009 20:14:47

Check the post about rev 987.

It seems to have broken the build system.

I have gotten rev 986 to build properly though, and it works great. The instructions on the wiki aren't perfect, but with some searching through this forum you can get the build to work.

So, my advice, search OS X in this forum, check out svn rev 986 to get a build working.