Stuck at -- Check for working C compiler using: Xcode

lenvanthis
Posts: 2
Joined: Sun Apr 29, 2012 3:16 pm

Stuck at -- Check for working C compiler using: Xcode

Post by lenvanthis »

Hey,

I am trying to install Bullet to my Mac OSX 10.7.3 (Intel).
With the latest cmake, and Xcode 4.3.2 installed.

I tried
cmake . -G Xcode

Then I am stuck in the line forever

cmake . -G Xcode
-- The C compiler identification is GNU 4.2.1
-- The CXX compiler identification is GNU 4.2.1
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler using: Xcode

Any idea?

Thanks in advance
lenvanthis
Posts: 2
Joined: Sun Apr 29, 2012 3:16 pm

Re: Stuck at -- Check for working C compiler using: Xcode

Post by lenvanthis »

By trial and error,

I was able to compile by doing the following at the bullet root directory
without having any option

cmake .
make

As you see, I have not put -G Xcode option. I don't know the ramification of this at this point
but I will at least be able to play bullet in generic set-up.

This is a self log in case anyone has a similar problem.