hi! (I fixed it but took me some hours to figure out)
I did this:
svn checkout
http://bullet.googlecode.com/svn/trunk/ bullet-read-only
./configure --prefix=~/Installed/Bullet
make
make install
but after that, when I was going to compile crystal space, I got problems on missing:
btCollisionObjectWrapper.h
I had to manually copy it from
bullet-read-only/src/BulletCollision/CollisionDispatch/btCollisionObjectWrapper.h
to the install path
tho I dont know how to fix it in whatever makes "make install" work.
thx!