Page 1 of 1

Trouble installing Chipmunk

Posted: Mon Jul 02, 2012 6:05 am
by Arichman2311
Greetings people of the forum,

I've been having some trouble installing chipmunk on my Ubuntu box..

I've tried installing it using aptitude and the direct download from the site + cmake + make but nothing seems to work, in that any time I attempt to include the library gcc returns:

"chipmunk.h: No such file or directory"

Anyone got any idea why this is happening? and/or any ideas on how to fix it?

Cheers,
Alex.

Re: Trouble installing Chipmunk

Posted: Mon Jul 02, 2012 10:47 am
by slembcke
I think you might need to include chipmunk/chipmunk.h if you install it.

I don't know if I've ever actually installed Chipmunk myself though. Just built the static lib and included that and the headers into my projects. A forum member made the CMake build files for me, and I've updated them from time to time, but don't know a lot about how CMake works.

Re: Trouble installing Chipmunk

Posted: Mon Mar 24, 2014 11:20 am
by emicklei
I stumbled upon this error too (which I didn't have on my OSX box). How did you solve this? Thanks

Ernest

Update: for me, this happens only on master. When i switched to branch 6.2.x, all working fine; it got my static lib :D