Re: [osg-users] [build] Cmake - The C compiler /usr/bin/gcc is not able to compile a simple test program.

2012-04-05 Thread Erik den Dekker
Hi Tom, On 05-04-2012, at 00:18, Thomas Hogarth wrote: Hi Guys I have just run into this myself, the issue is caused by CMake looking for XCode in the old /Developer folder. The very latest xcode installed from the app store (4.3.2) now stores xcode and all it's SDKs etc in an app

Re: [osg-users] [build] Cmake - The C compiler /usr/bin/gcc is not able to compile a simple test program.

2012-04-04 Thread Thomas Hogarth
Hi Guys I have just run into this myself, the issue is caused by CMake looking for XCode in the old /Developer folder. The very latest xcode installed from the app store (4.3.2) now stores xcode and all it's SDKs etc in an app bundle in the /Applications folder. I've found a fix for cmake

Re: [osg-users] [build] Cmake - The C compiler /usr/bin/gcc is not able to compile a simple test program.

2011-09-20 Thread Stephan Maximilian Huber
Hi, Am 02.09.11 23:46, schrieb Tobias Weißhaar: I dont know whats the problem because the actual version of cmake is installed and the gcc is also actual because the compiler will be installed automatically with the installation of Xcode or? it seems that xcode4 is incompatible with cmake

[osg-users] [build] Cmake - The C compiler /usr/bin/gcc is not able to compile a simple test program.

2011-09-19 Thread Tobias Weißhaar
Hi huys, I'm trying to build OSG for iOS but when I try to use cmake -G Xcode i got an error message: -- The C compiler identification is GNU -- The CXX compiler identification is unknown -- Checking whether C compiler has -isysroot -- Checking whether C compiler has -isysroot - yes -- Checking