Problem with using the static lib with Mingw
Posted: Sat Jan 26, 2008 8:11 am
Hi everyone
I am having some hard time to get started with Chipmunk physics library. I am using Dev-cpp as IDE and Mingw as a compiler (based on 3.4.2 g++ and gcc). While compiling the MoonBuggy tutorial I receive an error that "File format is not recognized". I googled it and it turned out that was the static lib sided error. While trying to compile the static lib on my own as a C project i receive an error in the chimpunk.c file " 'for' loop initial declaration used outside C99 mode" (I have been using Dev-cpp for 3 years and it's the first time I see a thing like this
). If there is no way I will try using Chipmunk with MSVC 2k5 to which I am new 


