This is the build output:
Code: Select all
1>------ Build started: Project: BulletDynamics, Configuration: Debug Win32 ------
2>------ Build started: Project: BulletCollision, Configuration: Debug Win32 ------
3>------ Build started: Project: LinearMath, Configuration: Debug Win32 ------
2> Building Custom Rule C:/bullet-2.78/src/BulletCollision/CMakeLists.txt
1> Building Custom Rule C:/bullet-2.78/src/BulletDynamics/CMakeLists.txt
1> The system cannot find the path specified.
2> The system cannot find the path specified.
3> Building Custom Rule C:/bullet-2.78/src/LinearMath/CMakeLists.txt
3> The system cannot find the path specified.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 3.
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 3.
3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 3.
4>------ Build started: Project: RacingGameProject, Configuration: Debug Win32 ------
4> main.cpp
4>main.obj : error LNK2019: unresolved external symbol "public: __thiscall btDiscreteDynamicsWorld::btDiscreteDynamicsWorld(class btDispatcher *,class btBroadphaseInterface *,class btConstraintSolver *,class btCollisionConfiguration *)" (??0btDiscreteDynamicsWorld@@QAE@PAVbtDispatcher@@PAVbtBroadphaseInterface@@PAVbtConstraintSolver@@PAVbtCollisionConfiguration@@@Z) referenced in function _main
4>main.obj : error LNK2019: unresolved external symbol "public: __thiscall btSequentialImpulseConstraintSolver::btSequentialImpulseConstraintSolver(void)" (??0btSequentialImpulseConstraintSolver@@QAE@XZ) referenced in function _main
4>main.obj : error LNK2019: unresolved external symbol "public: __thiscall btCollisionDispatcher::btCollisionDispatcher(class btCollisionConfiguration *)" (??0btCollisionDispatcher@@QAE@PAVbtCollisionConfiguration@@@Z) referenced in function _main
4>main.obj : error LNK2019: unresolved external symbol "public: __thiscall btDefaultCollisionConfiguration::btDefaultCollisionConfiguration(struct btDefaultCollisionConstructionInfo const &)" (??0btDefaultCollisionConfiguration@@QAE@ABUbtDefaultCollisionConstructionInfo@@@Z) referenced in function _main
4>main.obj : error LNK2019: unresolved external symbol "public: __thiscall btDbvtBroadphase::btDbvtBroadphase(class btOverlappingPairCache *)" (??0btDbvtBroadphase@@QAE@PAVbtOverlappingPairCache@@@Z) referenced in function _main
4>C:\Users\Joseph\documents\visual studio 2010\Projects\RacingGameProject\Debug\RacingGameProject.exe : fatal error LNK1120: 5 unresolved externals
========== Build: 0 succeeded, 4 failed, 0 up-to-date, 0 skipped ==========