compile ogre.i failed

war3gu

03-09-2008 08:48:59

when I use swig to compile ogre.i
the compile complain:
OgrePlatformManager.i(7): Error: Unable to find 'OgrePlatformManager.h'
OgreInput.i(15): Error: Unable to find 'OgreInput.h'
OgreInputEvent.i(13): Error: Unable to find 'OgreInputEvent.h'
OgreKeyEvent.i(9): Error: Unable to find 'OgreKeyEvent.h'
OgreMouseEvent.i(14): Error: Unable to find 'OgreMouseEvent.h'
OgreEventListeners.i(51): Error: Unable to find 'OgreEventListeners.h'
OgreEventTarget.i(11): Error: Unable to find 'OgreEventTarget.h'
OgreKeyTarget.i(6): Error: Unable to find 'OgreKeyTarget.h'
OgrePositionTarget.i(11): Error: Unable to find 'OgrePositionTarget.h'
OgreMouseTarget.i(6): Error: Unable to find 'OgreMouseTarget.h'
OgreMouseMotionTarget.i(6): Error: Unable to find 'OgreMouseMotionTarget.h'
OgreCursor.i(5): Error: Unable to find 'OgreCursor.h'
OgreTargetManager.i(10): Error: Unable to find 'OgreTargetManager.h'
OgreEventProcessor.i(7): Error: Unable to find 'OgreEventProcessor.h'

I know the reason is my ogre is a young version,my pyogre is a old version.I don't want to use the old ogre,i have to change the ogre.i. how to change it?Or Maybe I can download a new version pyogre,where is it?Someone tell me,thanks . :)

andy

04-09-2008 01:11:34

pyogre is depreciated and is completely unsupported (there hasn't been any work done on it that I know of for over 2 years)..

It has been replaced by Python-Ogre (this forum) and you can check it out futher at http://www.python-ogre.org

Regards
Andy

war3gu

05-09-2008 06:34:57

I get it,andy,thanks.