Hi,
you have left some errors in the 2.73 package:
Quote:
/data/bullet-2.73/Demos/ConstraintDemo/ConstraintDemo.cpp:35:1: warning: "M_PI" redefined
In file included from /data/bullet-2.73/src/LinearMath/btScalar.h:20,
from /data/bullet-2.73/src/LinearMath/btQuadWord.h:19,
from /data/bullet-2.73/src/LinearMath/btVector3.h:20,
from /data/bullet-2.73/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:71,
from /data/bullet-2.73/src/btBulletCollisionCommon.h:22,
from /data/bullet-2.73/src/btBulletDynamicsCommon.h:20,
from /data/bullet-2.73/Demos/ConstraintDemo/ConstraintDemo.cpp:19:
/usr/include/math.h:355:1: warning: this is the location of the previous definition
/data/bullet-2.73/Demos/ConstraintDemo/ConstraintDemo.cpp:36:1: warning: "M_PI_2" redefined
/usr/include/math.h:356:1: warning: this is the location of the previous definition
M_PI is usually defined in
math.h, so there is no need to define it anyway again...
Running on Red Hat 5 x86_64:
Quote:
./autogen.sh
running aclocal
running libtool
libtool worked.
running automake
configure.ac: installing `./missing'
Demos/AllBulletDemos/Makefile.am: installing `./depcomp'
Extras/Makefile.am: installing `./compile'
src/Makefile.am:293: whitespace following trailing backslash
Makefile.am: installing `./COPYING'
running autoheader
running autoconf
configure.ac:120: error: possibly undefined macro: _AC_SRCDIRS
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autogen.sh complete
Then executing ./configure:
Quote:
checking how to create a directory tree... mkdir -p
checking for install... /usr/bin/install -c
checking for doxygen... doxygen
checking for dot... dot
checking for perl5... no
checking for perl... perl
checking for perl5... (cached) perl
checking for TemplateToolkit... no
checking for ttree... no
checking how to disable C++ exceptions... -fno-exceptions
./configure: line 23155: syntax error near unexpected token `"."'
./configure: line 23155: ` _AC_SRCDIRS(".")'
cmake build compiles so far...