Page 1 of 1

Compiling issues and Version

Posted: Wed Aug 19, 2009 11:16 am
by juanpi
Hi all,
I downloaded the ChipmunkLatest.zip from google code and I think is not really the latest. Please, correct me if I am wrong.
Then I downloaded the SVN version and everything compiles except for the Demos.

To make them run, I had to comment two lines in the function click (lines 250 and 247 of /ChipmunkDemo.c) beacuse apparently those functions aren't defined.
Also in line 98 of UnsafeOps.c the I had to define
char* messageString

After everything compiles and runs but, of course, clicking with the mouse doesn't produce anything, cause the function click is doing nothing.

Please, can somebody tell me were is the latest version of Chipmunk? Is it in google code through SVN?

Thanks