Bug: Convex Decomposition not installed

kcbanner
Posts: 1
Joined: Fri Jul 11, 2008 10:11 pm

Bug: Convex Decomposition not installed

Post by kcbanner »

Hi,

When building on linux using ./configure --prefix=/usr && jam -j4 && sudo jam install, the Extras\ConvexDecomposition files are not installed. I'm not sure how to go about doing this manually (do I copy say all the .h in that dir into /usr/include/bullet/Extras/ConvexDecomposition), but my worry is that the code isn't compiled into the library. Is there an argument to configure that I'm missing?

You can contact me at kcbanner@gmail.com for msn or gtalk.

Edit: Just noticed in the Jamfile for ConvexDecomposition there is this: #InstallHeader [ Wildcard *.h ] : ConvexDecomposition ;
Why is it commented out?

-Casey