I am having a problem with my bullet installation and after scouring the forums it seems pretty closely related to one that a lot of other os x users are having...
I download and install bullet 2.74 using cmake -G Xcode. (I have tried installing 2.73 as well). I have no problems getting the Xcode demos working (they look amazing

Because the gcc compiler is complaining about missing symbols and not missing header files, I am sure that the header file search path is good to go. The problem for me is that the static library files are not being created - the bullet/lib directory is empty (except for a readme.txt which explains that at some point in the future, static libraries will be included) and a find . -name "*.a" in bullet's root directory turns up nothing. Searching through my entire system for "*ullet*.a" turns up nothing either.
The only libraries installed live in the folder bullet/msvc/7/ and they have have the file suffix .vcproj.
So where are the ".a" static library files?
I have tried including the src directory and making my own static library as advised by chunky in an old thread but this creates a few thousand xcode errors.
Thanks in advance!
-Ben