Problem installing on Linux

drung

22-01-2008 02:26:41

Hello,

I followed the instructions on this wiki page (http://wiki.python-ogre.org/index.php/LinuxBuildV2) to install Python-Ogre on Linux.

But when I performed the second script of the step 5:

# python python-ogre/BuildModule.py -b install

I receive the message:
WARNING Task Failed

And this is what I have at the end of log.out file:
01-21 23:56 PythonOgre.BuildModule DEBUG error: package directory 'packages_2.5/ogre/physics/NxOgre_09ogre/physics/OgreBulletC' does not exist

Please, what's wrong and how can I solve this?

[]'s
Drung

andy

22-01-2008 09:18:20

My fault -- setup.py was broken as I attempted to put the older version of NxOgre into the SVN.. Update from the svn and try the last step again..

cd ~/development/python-ogre
svn up
cd ..
python python-ogre/BuildModule.py -b install


Sorry...

Andy

drung

22-01-2008 16:08:58

Perfect!

Works fine now. It's amazing what can be done in Ogre without touch in C++ code :wink:

Thank you for your short time answer and congratulations for your dedication to this project.

[]'s
Drung

drung

22-01-2008 19:52:24

I have another problem trying to compile ode :(

This works fine:

# python python-ogre/BuildModule.py -r ode
# python python-ogre/BuildModule.py -b ode
# python python-ogre/BuildModule.py -g ode


BUT...

When I try to compile the wrapper

# python python-ogre/BuildModule.py -c ode

My RAM plus my Swap memory goes full and my system pain to respond again, even when I try to cancel the compile process.

I have 1GB of RAM and 1GB of swap.

Any idea (or trick)?

Drung

andy

22-01-2008 23:08:57

ODE is broken in Linux -- as you experienced it currently just doesn't compile...

OgreOde works Ok though :)

Andy

drung

23-01-2008 12:04:57

Well, that's the trick: Don't use ODE on Linux! :lol:

And, yes, OgreOde is ok.

Thank you again.