Hi,
Thanks for writing ChipMunk, I think it's awesome!
As a token of my appreciation I've added support for native build files creation with cmake (http://www.cmake.org/HTML/Features.html)
This is how it works on GNU/Linux.
*First install cmake if it's not already part of your distribution
*cd to the build directory and type cmake ..
*make
Now the library is in build/source and chipmunk_demos is in build.
The nice part of this is that the makefiles our created out of the
source tree so you can easily do a rm -rf * in directory build and
start over.
Keep up the great work!
Kind regards,
W.P. van Paassen