arky
13-03-2007 15:40:29
using ogre 1.4, and the dev-1.2 pyogre from subversion, suse 10.1.
ogre builds and runs great. now i'm trying to build pyogre and hit a couple of bumps; perhaps partly because this is almost my very first introduction to python, period!
i'm not even sure i'm using setup.py correctly.
1. 'python setup.py build' gives some errors:
pyogre/ogre/OgrePlatformManager.i:7: Error: Unable to find 'OgrePlatformManager.h'
rest of error output also can't find OgreInput.h, OgreInputEvent.h, OgreKeyEvent.h, OgreMouseEvent.h, etc.
2. 'python setup.py install' dies, complains it can't find the .pc files for OGRE etc.
they do exist in /usr/local/lib/pkgconfig.
pkg-config --libs OGRE
tells me
-L/usr/local/lib -lOgreMain
any suggestions? i'll bet there are quick solutions to both of these ...
thanks,
--arky
ogre builds and runs great. now i'm trying to build pyogre and hit a couple of bumps; perhaps partly because this is almost my very first introduction to python, period!

1. 'python setup.py build' gives some errors:
pyogre/ogre/OgrePlatformManager.i:7: Error: Unable to find 'OgrePlatformManager.h'
rest of error output also can't find OgreInput.h, OgreInputEvent.h, OgreKeyEvent.h, OgreMouseEvent.h, etc.
2. 'python setup.py install' dies, complains it can't find the .pc files for OGRE etc.
they do exist in /usr/local/lib/pkgconfig.
pkg-config --libs OGRE
tells me
-L/usr/local/lib -lOgreMain
any suggestions? i'll bet there are quick solutions to both of these ...
thanks,
--arky