Possible to build and use 1.7.1 on Linux?

Mononofu

28-07-2010 23:33:23

So I found the instructions to build 1.6.4 on the wiki, but they don't seem to work for 1.7.1. Has anybody had any luck building the newest version on Linux?

For reference, I get this error:
Traceback (most recent call last):
File "python-ogre/BuildModule.py", line 9, in <module>
import environment
File "/home/mononofu/Programmieren/Ogre/pyogre/python-ogre/environment.py", line 1290, in <module>
class ogrevideo(pymodule):
File "/home/mononofu/Programmieren/Ogre/pyogre/python-ogre/environment.py", line 1349, in ogrevideo
os.path.join(Config.PATH_ogrevideo, 'bin', 'release', 'Plugin_OgreVideo')
AttributeError: 'module' object has no attribute 'PATH_ogrevideo'

Oipo

28-07-2010 23:50:36

I just posted a topic on this: viewtopic.php?f=3&t=13145

Mononofu

29-07-2010 14:02:35

Bad timing on my part :D

Thank you for the quick fix, I'll try it when I'm at home again.

Oipo

29-07-2010 16:37:30

Well, I successfully built python-ogre, and successfully ran Demo_Grass.py(amongst other demos), so it's definitely possible. Good luck!