vutle / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

wrong include: LinearMath/btserializer.h #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
it's impossible to build on linux due to wrong filename case
here is patch

~/src/gamekit$ svn di
Index: gamekit/BulletBlendReaderNew.cpp
===================================================================
--- gamekit/BulletBlendReaderNew.cpp    (revision 214)
+++ gamekit/BulletBlendReaderNew.cpp    (working copy)
@@ -20,7 +20,7 @@
 #include "bMain.h"
 #include "bBlenderFile.h"
 #include "btBulletFile.h"
-#include "LinearMath/btserializer.h"
+#include "LinearMath/btSerializer.h"

 #include "BulletCollision/Gimpact/btGImpactShape.h"
 #include "BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h"

Original issue reported on code.google.com by bog...@gmail.com on 11 Feb 2010 at 11:54

GoogleCodeExporter commented 9 years ago
Updated, thanks for pointing it out.

Original comment by snailr...@gmail.com on 13 Feb 2010 at 2:31