Hey,
I am trying to add chipmunk to my game, but it won't compile because it is saying that it cannot find "constraints/util.h".
I am trying to use the chipmunk included with 0.99.0RC cocos2d.
I have looked in the folder and util.h is in include/chipmunk/constraints/ so it is there.
I am also receiving other errors and warnings to do with asm / including { of some sort.
I have it configured to compile C++, because I have open feint in the application and it compiles just fine. The file I am trying to include chipmunk in is also set to .mm extension.
Any help would be appreciated,
Metric