Mononofu
08-11-2009 11:32:45
Since I'm a big Python fan nowadays, I wanted to try use it with OGRE too.
I followed these instructions http://wiki.python-ogre.org/index.php/L ... troduction, and everything went fine till I tried to compile Python-Ogre.
There, I recieve this error (aside from some deprecation warnings):
I don't really know how I can fix this problem, since it's supposed to automatically create these files, isn't it?
Any ideas / experience how I can fix this?
I followed these instructions http://wiki.python-ogre.org/index.php/L ... troduction, and everything went fine till I tried to compile Python-Ogre.
There, I recieve this error (aside from some deprecation warnings):
generated/ogre_1.6.1/AutoParamDataSource.pypp.cpp:317: error: conflicting return type specified for ‘virtual int AutoParamDataSource_wrapper::getLightCastsShadows(size_t) const’
/home/mononofu/dev/root/usr/include/OGRE/OgreAutoParamDataSource.h:171: error: overriding ‘virtual float Ogre::AutoParamDataSource::getLightCastsShadows(size_t) const’
scons: *** [build_dir_2.6/ogre_1.6.1/AutoParamDataSource.pypp.os] Error 1
I don't really know how I can fix this problem, since it's supposed to automatically create these files, isn't it?
Any ideas / experience how I can fix this?