There are some errors in the latest svn, first of all there are 3 letters (asb) that aren't code in Glut\GL\glut.h line 61, after removing them these are the compiler errors:
Code: Select all
Error 12 fatal error C1083: Cannot open source file: '..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuVoronoiSimplexSolver.cpp': No such file or directory c1xx libbulletmultithreaded
Error 16 fatal error C1083: Cannot open source file: '..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGjkPairDetector.cpp': No such file or directory c1xx libbulletmultithreaded
Error 17 fatal error C1083: Cannot open source file: '..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGjkEpa2.cpp': No such file or directory c1xx libbulletmultithreaded
Error 22 fatal error C1083: Cannot open source file: '..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuEpaPenetrationDepthSolver.cpp': No such file or directory c1xx libbulletmultithreaded
Error 52 fatal error LNK1181: cannot open input file '..\..\out\release8\libs\libbulletmultithreaded.lib' appMultiThreadedDemo appMultiThreadedDemo
Error 60 fatal error LNK1181: cannot open input file '..\..\out\release8\libs\libbulletmultithreaded.lib' appMiniCL_VectorAdd appMiniCL_VectorAdd
Error 66 fatal error LNK1181: cannot open input file '..\..\out\release8\libs\libbulletmultithreaded.lib' appGpu3dDemo appGpu3dDemo
Error 72 error LNK2005: "public: void __thiscall DemoApplication::setCameraDistance(float)" (?setCameraDistance@DemoApplication@@QAEXM@Z) already defined in BenchmarkDemo.obj libbulletopenglsupport.lib appAllBulletDemos
Error 73 error LNK2005: "public: class btRigidBody * __thiscall DemoApplication::localCreateRigidBody(float,class btTransform const &,class btCollisionShape *)" (?localCreateRigidBody@DemoApplication@@QAEPAVbtRigidBody@@MABVbtTransform@@PAVbtCollisionShape@@@Z) already defined in BenchmarkDemo.obj libbulletopenglsupport.lib appAllBulletDemos
Error 74 fatal error LNK1169: one or more multiply defined symbols found d:\Active Project\Lib\bullet\ReleaseAllBulletDemos.exe 1 appAllBulletDemos