ceacy
31-05-2007 16:39:40
The OgreMovableObject interface has changed, and that causes a compilation error since the new method is pure virtual :
I don't know what this functions does, but would an empty implementation suffice ?
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)
I don't know what this functions does, but would an empty implementation suffice ?