missing btCollisionObjectWrapper.h after make install

teique
Posts: 1
Joined: Sun Jul 29, 2012 2:26 am

missing btCollisionObjectWrapper.h after make install

Post by teique »

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!
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: missing btCollisionObjectWrapper.h after make install

Post by Erwin Coumans »

thanks for the report. autotools/autoconf is not always up-to-date. Eventually it is better to generate the library using cmake or premake.

Anyhow, I fixed it in trunk:
https://code.google.com/p/bullet/source/detail?r=2543