hi,
Im new to bullet and just downloaded it. I followed this step by step tutorial:
http://bulletphysics.org/mediawiki-1.5. ... stallation
tried to build it on osx and it works. but the problem is I cant generate XCode Project. When I try to use -G Xcode on the cmake command, it did not recognize it. Here is my command line:
cmake .. -G "XCode" -DINSTALL_LIBS=ON -DBUILD_SHARED_LIBS=ON -DFRAMEWORK=ON -DCMAKE_INSTALL_PREFIX=/Library/Frameworks/ -DCMAKE_INSTALL_NAME_DIR=/Library/Frameworks/ -DBUILD_DEMOS:BOOL=ON -DBUILD_EXTRAS:BOOL=ON
I used "XCode" and XCode both is not working. Anyone know whats wrong on my command line? Is there a way to generate xcode project for the demo (and the source) so I can easily browse through the demo/code?
fyi: I use Xcode 4.0 OS X 10.6.7, just downloaded the cmake and bullet so it should be the latest version.
thanks in advance
cant generate xcode project on installation
-
- Posts: 2
- Joined: Mon Aug 15, 2011 12:46 pm
-
- Posts: 28
- Joined: Sun Jul 31, 2011 11:20 pm
Re: cant generate xcode project on installation
I couldn't get cmake to work either. Have you loaded the extras/AllBulletDemosOSX. There is quite a bit there to work with and study.
Setting up functional sources for a real project was pretty easy if you need that.
Setting up functional sources for a real project was pretty easy if you need that.
-
- Posts: 2
- Joined: Mon Aug 15, 2011 12:46 pm
Re: cant generate xcode project on installation
hi,
i already solved it apparently Xcode is not XCode
it works just fine with Xcode, all the project generated, and compile-able in xcode 4.0 with a bunch of warnings.
regards
i already solved it apparently Xcode is not XCode

regards