Linux compile problems (plus fixes)

KorgKeys

17-10-2008 11:17:55

Using Ogre v1.4.9 and ODE v0.10.1 under Ubuntu 8.04

OgreOde compile fails due to namespace conflicts for uint32 in ODE header files. To fix this:

In ogreode/include/OgreOdePreReqs.h
Move #include for ode/ode.h to be the first included file.

In ogreode/demos/GranTurismOgre.h
Move #include for OgreOde_Core.h to be the first included file.


As a side note; this is the only one of the four physics engines in the addons forums that I've been able to get this far with.

Well. back to hacking...

}:>