OS:Ubuntu 12.04 i386
I have an error when I try to build:
scons: Reading SConscript files ...
Checking for C++ header file GL/gl.h... (cached) yes
Checking for C++ header file GL/glu.h... (cached) yes
Checking for C++ header file SDL/SDL.h... (cached) yes
Checking for C++ header file SDL/SDL_image.h... (cached) yes
Checking for C++ header file SDL/SDL_rotozoom.h... (cached) yes
Checking for C++ header file vorbis/vorbisfile.h... (cached) yes
Checking for C++ header file GL/glew.h... (cached) yes
Checking for C++ header file curl/curl.h... (cached) yes
Checking for C++ header file bullet/btBulletCollisionCommon.h... (cached) yes
Checking for C++ header file archive.h... (cached) yes
Checking for glDeleteSamplers(0, NULL) in C library GLEW... (cached) yes
scons: done reading SConscript files.
scons: Building targets ...
CPP build/forcefeedback.o
CPP build/fracturebody.o
src/fracturebody.cpp: In member function âvoid FractureBody:
etChildTransform(int, const btTransform&)â:
src/fracturebody.cpp:97:60: error: no matching function for call to âbtCompoundShape::updateChildTransform(int&, const btTransform&, bool)â
src/fracturebody.cpp:97:60: note: candidate is:
/usr/include/bullet/BulletCollision/CollisionShapes/btCompoundShape.h:109:7: note: void btCompoundShape::updateChildTransform(int, const btTransform&)
/usr/include/bullet/BulletCollision/CollisionShapes/btCompoundShape.h:109:7: note: candidate expects 2 arguments, 3 provided
scons: *** [build/fracturebody.o] Error 1
scons: building terminated because of errors.
Bullet version is 2.77-1 .