Building OgreBullet problems

moore

28-02-2011 17:51:36

I try to build OgreBullet but get following errors:

e:\ogre\ogresdk_vc10\add-ons\ogrebullet\collisions\include\OgreBulletCollisionsObject.h(50): error C2039: 'UserDefinedObject' : is not a member of 'Ogre'
e:\ogre\ogresdk_vc10\add-ons\ogrebullet\collisions\include\OgreBulletCollisionsObject.h(50): error C2504: 'UserDefinedObject' : base class undefined

I found patch, but i don't know how to use it.

I have Ogre 1.7.2

kulebril

02-03-2011 18:27:24

I felt on the same when I started with OgreBullet.

The problem is that the version of OgreBullet you are using, seems to be not compatible with the current Ogre.

The real OgreBullet is on the Trunk on Subversion.

So, you may want to take a look on this tutorial.
http://www.ogre3d.org/tikiwiki/OgreBull ... =Libraries

In it, there is the svn uri to use with the subversion import.

This is the way I made it work, but unfortunatelly, I was not able to Compile the OgreBulletDemos, altought I was able to compile a little demo for me.

Hope it helps.

Kulebril