Jam install for GIMPACT

jorrit
Posts: 13
Joined: Mon Jul 18, 2005 7:16 am

Jam install for GIMPACT

Post by jorrit »

I have a bit of a problem. Seems that 'jam install' doesn't install the needed stuff to get GImpact extension to work. For example, in the installed 'include' directory there is no mention at all of btGImpactMeshShape. The only GImpact class that is mentioned is 'btGImpactConvexDecompositionShape'.

Greetings,
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Jam install for GIMPACT

Post by Erwin Coumans »

I'm not a jam expert, so could you help solving this?

Usually, the Bullet/src folder is simply manually added to someones project, so no system-wide install is needed, but I can see how it would help CS.

I created and added this Jamfile that might help. Can you try adding this Jamfile inside Bullet/Extras/GIMPACT/include, and then
added the following (second) line to the parent Jamfile (Bullet/Extras/GIMPACT/Jamfile):

Code: Select all

SubDir TOP Extras GIMPACT ;
SubInclude TOP Extras GIMPACT include ;
Apart from that, this Jamfile (Bullet/Extras/GIMPACT/Jamfile) has a 'noinstall', should that be changed?
Thanks,
Erwin
You do not have the required permissions to view the files attached to this post.