Using CMake to create Frameworks...

Mattagus
Posts: 2
Joined: Thu Feb 10, 2011 8:27 pm

Using CMake to create Frameworks...

Post by Mattagus »

Using CMake to create Frameworks for IPhone (armv6,armv7) other issues as well.

I am trying to run the http://bulletphysics.org/mediawiki-1.5. ... sing_XCode but I am hoping to create it for the IPhone however I have not gotten the code to compile properly even with the exact instructions on the mentioned page

These are not the only errors I am getting, but I think this is at the root of them all.

Code: Select all

Bullet-Subversion/src/LinearMath/btScalar.h:26:18: error: no include path in which to search for math.h
Bullet-Subversion/src/LinearMath/btScalar.h:27:41: error: no include path in which to search for stdlib.h
Bullet-Subversion/src/LinearMath/btScalar.h:28:19: error: no include path in which to search for cstdlib.h
Bullet-Subversion/src/LinearMath/btScalar.h:29:18: error: no include path in which to search for cfloat
Bullet-Subversion/src/LinearMath/btScalar.h:30:19: error: no include path in which to search for float.h
Bullet-Subversion/src/LinearMath/btScalar.h:150:24: error: no include path in which to search for emmintrin.h
Bullet-Subversion/src/LinearMath/btScalar.h:158:21: error: no include path in which to search for assert.h
I am not used to using cmake or make and I feel like this should be an easy fix, but I have been smashing my brain against this problem for about 12 hours and I thought it would be a good time to ask for help.