I have the following errors when compiling in Eclipse:
make: *** [ogre-bullet-playground] Error 1
undefined reference to `btCapsuleShape::btCapsuleShape(float, float)'
undefined reference to `btRigidBody::btRigidBody(float, btMotionState*, btCollisionShape*, btVector3 const&)'
undefined reference to `btRigidBody::btRigidBody(float, btMotionState*, btCollisionShape*, btVector3 const&)'
undefined reference to `btConvexHullShape::btConvexHullShape(float const*, int, int)'
undefined reference to `btKinematicCharacterController::btKinematicCharacterController(btPairCachingGhostObject*, btConvexShape*, float, int)'
These are the libraries I am using:
OgreMain
OIS
boost_system
OgreTerrain
BulletDynamics
BulletCollision
LinearMath
Does somebody knows how to fix this? The libraries are OK I think, I don't know why this isn't compiling.