OgreODE wont compile on linux!

liebertx

14-08-2007 23:41:00

i have compiled ogre 1.4.3 and ode 0.8 on ubuntu linux intel p4. and i when i try to build ogreode, i get this message( with both gcc-4.1 and gcc-3.4 ):

OgreOdeDebugContact.cpp: In constructor 'OgreOde::DebugContact::DebugContact(const Ogre::String&, OgreOde::World*)':
OgreOdeDebugContact.cpp:48: error: cannot allocate an object of abstract type 'OgreOde::DebugContactText'
../include/OgreOdeDebugContact.h:50: note: because the following virtual functions are pure within 'OgreOde::DebugContactText':
/usr/local/include/OGRE/OgreMovableObject.h:471: note: virtual void Ogre::MovableObject::visitRenderables(Ogre::Renderable::Visitor*, bool)
OgreOdeDebugContact.cpp: In member function 'void OgreOde::DebugContactText::_setupGeometry()':
OgreOdeDebugContact.cpp:328: warning: converting to 'unsigned int' from 'double'
make[2]: *** [OgreOdeDebugContact.lo] Error 1
make[2]: Leaving directory `/home/chris/ogrenew/ogreode/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/chris/ogrenew/ogreode'
make: *** [all] Error 2

is this a problem with my compiler or does anyone else have success building it on linux. also, where can i access cvs/svn for ogreode? or does someone have a working linux binary?