Compile : dWorldStepFast1 error.

Kissyline

21-11-2009 10:08:49

Hello,

I'am using VC++2008.

i'am trying to compile OgreOde. I have latest CVS/SVN Ogre, Ode and OgreOde.
I managed to compile Ode with dSINGLE define.

But when i try to compile the OgreOde i have some error :

Error 2
error C3861: 'dWorldStepFast1': identifier not found
ogreode\include\ogreodeworld.h 213
OgreOde_Core


Anyone know how to fix this error ?
Thanks a lot

shanefarris

23-11-2009 15:34:38

Make sure your Ode includes are in a path that your compiler is looking in. This define should be in the objects.h file in Ode.

Kissyline

24-11-2009 20:54:08

I have double checked the includes and evrything is right.
I had to delete the line involved :(
can't find another solution !

EDIT : in the latest svn revision of ODE, the dWorldQuickStep1 has been removed :(

Thanks