"make" problems

radio
Posts: 5
Joined: Sun Mar 14, 2010 3:10 pm

"make" problems

Post by radio »

Hi
I'm just trying to install bullet dynamics. After installing cmake and another needed libraries i cannot end make without error.

This is the log:

Code: Select all

[ 99%] Built target AppMultiThreadedDemo
Linking CXX executable AppMiniCLVectorAdd
../../src/BulletMultiThreaded/libBulletMultiThreaded.so: undefined reference to `btSequentialImpulseConstraintSolver::solveGroupCacheFriendlyFinish(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, btContactSolverInfo const&, btIDebugDraw*, btStackAlloc*)'
../../src/BulletMultiThreaded/libBulletMultiThreaded.so: undefined reference to `btSequentialImpulseConstraintSolver::convertContact(btPersistentManifold*, btContactSolverInfo const&)'
../../src/BulletMultiThreaded/libBulletMultiThreaded.so: undefined reference to `typeinfo for btSequentialImpulseConstraintSolver'
../../src/BulletMultiThreaded/libBulletMultiThreaded.so: undefined reference to `btSequentialImpulseConstraintSolver::solveGroupCacheFriendlyIterations(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, btContactSolverInfo const&, btIDebugDraw*, btStackAlloc*)'
../../src/BulletMultiThreaded/libBulletMultiThreaded.so: undefined reference to `btSequentialImpulseConstraintSolver::btSequentialImpulseConstraintSolver()'
../../src/BulletMultiThreaded/libBulletMultiThreaded.so: undefined reference to `btTypedConstraint::serialize(void*, btSerializer*) const'
../../src/BulletMultiThreaded/libBulletMultiThreaded.so: undefined reference to `btSequentialImpulseConstraintSolver::reset()'
../../src/BulletMultiThreaded/libBulletMultiThreaded.so: undefined reference to `btSequentialImpulseConstraintSolver::solveGroupCacheFriendlySplitImpulseIterations(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, btContactSolverInfo const&, btIDebugDraw*, btStackAlloc*)'
../../src/BulletMultiThreaded/libBulletMultiThreaded.so: undefined reference to `btSequentialImpulseConstraintSolver::solveGroup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, btContactSolverInfo const&, btIDebugDraw*, btStackAlloc*, btDispatcher*)'
../../src/BulletMultiThreaded/libBulletMultiThreaded.so: undefined reference to `btSequentialImpulseConstraintSolver::~btSequentialImpulseConstraintSolver()'
collect2: ld returned 1 exit status
make[2]: *** [Demos/MiniCL_VectorAdd/AppMiniCLVectorAdd] Błąd 1
make[1]: *** [Demos/MiniCL_VectorAdd/CMakeFiles/AppMiniCLVectorAdd.dir/all] Błąd 2
make: *** [all] Błąd 2
I'm a little lost and don't know what should I install or do.

When i tried using ./autogen sh i also ended with error:

Code: Select all

configure.ac:111: required file `Demos/ColladaDemo/Makefile.in' not found
configure.ac:113: required file `Collisions/Makefile.in' not found
configure.ac:113: required file `Collisions/src/Makefile.in' not found
configure.ac:113: required file `Collisions/include/Makefile.in' not found
configure.ac:113: required file `Collisions/include/Debug/Makefile.in' not found
configure.ac:113: required file `Collisions/include/Shapes/Makefile.in' not found
configure.ac:113: required file `Collisions/include/Utils/Makefile.in' not found
configure.ac:113: required file `Dynamics/Makefile.in' not found
configure.ac:113: required file `Dynamics/src/Makefile.in' not found
configure.ac:113: required file `Dynamics/include/Makefile.in' not found
configure.ac:113: required file `Dynamics/include/Constraints/Makefile.in' not found
configure.ac:113: required file `+.in' not found
configure.ac:113: required file `Dynamics/include/Prefab/Makefile.in' not found
configure.ac:113: required file `OgreBullet.pc.in' not found
An error occured, autogen.sh stopping.
I suppose that's a little lacking library or one command but i totally don't know which one :(