troubles installing in xcode
Posted: Mon Aug 30, 2010 9:16 am
Hello,
I am sorry if this is a repeat post, but the other posts on troubles installing chipmunk in xcode havent really been helpful. I am new to osx/xcode, so maybe its where my stupidity is coming into place.
I've downloaded the latest version, unpacked it all and I am able to get the xcode project building at the very least, but when i try to import chipmunk into my own workspace, i get a lot of compile errors.
I've added the .c/.h files from the /src directory and the /include into 'other sources' within xcode and I've also added the constraints directory, but it seems like it cannot find a lot of the header files. A good example is that chipmunk.c is unable to find a .h file in the constraints directory, despite that i am looking right at it. Am i not supposed to add the constraints directory as a group? I've also made sure I have select 'copy files into workspace' when adding them.
I am starting to run into a brick wall on this, but I am obviously doesnt something incorrect. Also, I'm doing this for a mobile project, so linking a static library is apparently a big no-no on that, so if there is a way to do it adding the source directly, any help would be much appreciated. Hopefully its something as easy as changing a few compile options hehe.
Thank you for your help in advance!
I am sorry if this is a repeat post, but the other posts on troubles installing chipmunk in xcode havent really been helpful. I am new to osx/xcode, so maybe its where my stupidity is coming into place.
I've downloaded the latest version, unpacked it all and I am able to get the xcode project building at the very least, but when i try to import chipmunk into my own workspace, i get a lot of compile errors.
I've added the .c/.h files from the /src directory and the /include into 'other sources' within xcode and I've also added the constraints directory, but it seems like it cannot find a lot of the header files. A good example is that chipmunk.c is unable to find a .h file in the constraints directory, despite that i am looking right at it. Am i not supposed to add the constraints directory as a group? I've also made sure I have select 'copy files into workspace' when adding them.
I am starting to run into a brick wall on this, but I am obviously doesnt something incorrect. Also, I'm doing this for a mobile project, so linking a static library is apparently a big no-no on that, so if there is a way to do it adding the source directly, any help would be much appreciated. Hopefully its something as easy as changing a few compile options hehe.
Thank you for your help in advance!