souleater
22-05-2009 08:19:24
Hi i still trying to compile ogreode but i have a lot of problems , i have followed the tutorial for code::bloks && ode 0.9 but not compile and show same error , someone can help me ?
tks
DarkIP
13-09-2009 14:50:01
What problems did you encounter?
I'm having trouble compile OgreODE myself, too.
This is what happens when i'm trying to compile it with CodeBlocks:
||=== OgreOde_Core, Debug ===|
D:\OgreSDK\ogreode\include\OgreOdeWorld.h||In member function `void OgreOde::World::fastStep(Ogre::Real)':|
D:\OgreSDK\ogreode\include\OgreOdeWorld.h|213|error: `dWorldStepFast1' was not declared in this scope|
D:\OgreSDK\OgreOde\src\OgreOdeBody.cpp|854|warning: no newline at end of file|
||=== Build finished: 1 errors, 1 warnings ===|
I followed the Tutorial on this site
http://www.ogre3d.org/wiki/index.php/Compile_OgreOde_with_Code::Blocks but it's not working...
The strange thing is, i could compile it yesterday but after i've encountered some problems with only the release version of my program, i tried several things with compiling ODE and OgreOde ... i don't know what changes have been made so i don't know why this error mentioned above keeps coming with either the setup to compile it with dDOUBLE and dSINGLE.
Anyone got an idea? Would be really happy to get it working...