Compile error of Bullet 2.71rc1 in btConvexTriangleMeshShape

slackydeb
Posts: 14
Joined: Sat Aug 09, 2008 7:15 pm

Compile error of Bullet 2.71rc1 in btConvexTriangleMeshShape

Post by slackydeb »

I get a compile error on line 54 of file
src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h

Changing that line from

Code: Select all

void btConvexTriangleMeshShape::calculatePrincipalAxisTransform(btTransform& principal, btVector3& inertia, btScalar& volume) const;
to

Code: Select all

void calculatePrincipalAxisTransform(btTransform& principal, btVector3& inertia, btScalar& volume) const;
solves the compile error.

I'm referring to Bullet 2.71rc1.
I downloaded the tarball at
http://bullet.googlecode.com/files/bullet-2.71-rc1.zip

I compiled on Debian GNU/Linux testing "Lenny" x86 32bit using cmake/make/gcc/g++.


Thanks for your great work.
Luca Favatella
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Compile error of Bullet 2.71rc1 in btConvexTriangleMeshShape

Post by Erwin Coumans »

Thanks a lot for reporting the compile error. We just fixed it and upload a new 2.71 later.

Thanks,
Erwin