Hi Andi,
I am trying to build the latest SVN version (should be the same as the new
release) on Ubuntu 10.04. I get a syntax error when trying to install the
prerequsites:
python python-ogre/BuildModule.py -r pygccxml pyplusplus
Traceback (most recent call last):
File "python-ogre/BuildModule.py", line 9, in <module>
import environment
File "/data/projekte/po/python-ogre/environment.py", line 679
'.', ['+', 'setup.py', 'ReportVersion.py', 'INSTALL.TXT']
^
SyntaxError: invalid syntax
I changed the comma into a colon. Then the next error appears:
python python-ogre/BuildModule.py -r pygccxml pyplusplus
Traceback (most recent call last):
File "python-ogre/BuildModule.py", line 9, in <module>
import environment
File "/data/projekte/po/python-ogre/environment.py", line 2028, in
<module>
class ogreterrain(pymodule):
File "/data/projekte/po/python-ogre/environment.py", line 2042, in
ogreterrain
Config.PATH_LIB_Ogre_OgreMain_debug,
AttributeError: 'module' object has no attribute
'PATH_LIB_Ogre_OgreMain_debug'
There are lots of these errors after this one. I commented all these lines
out for now, but I need to know what the purpose is of these lines and why
they fail?
Thanks,
Enrico