Re: [CMake] Cannot compile simple example using cmake and xcode (linker problem)

2009-06-23 Thread Pim Schellart
Hello Everyone, I tried removing and reinstalling Xcode using (sudo /Developer/Library/uninstall-devtools --mode=all) which also removes and reinstalls gcc. This does not solve the problem. In fact cmake -G Xcode now fails with the following: CMake Error at /Applications/CMake

Re: [CMake] Cannot compile simple example using cmake and xcode (linker problem)

2009-06-23 Thread Bill Hoffman
Pim Schellart wrote: Hello Everyone, I tried removing and reinstalling Xcode using (sudo /Developer/Library/uninstall-devtools --mode=all) which also removes and reinstalls gcc. This does not solve the problem. In fact cmake -G Xcode now fails with the following: You might want to make sure

[CMake] Cannot compile simple example using cmake and xcode (linker problem)

2009-06-22 Thread Pim Schellart
Hello Everyone, I would like to compile a cmake project using Xcode. But compiling even a simple test project fails on my system. I tried to compile the example using standard make (with cmake generated Makefiles) and it works. But if I generate an Xcode project using cmake -G Xcode, open this

Re: [CMake] Cannot compile simple example using cmake and xcode (linker problem)

2009-06-22 Thread Tyler Roscoe
On Mon, Jun 22, 2009 at 12:08:22PM +0200, Pim Schellart wrote: I tried to compile the example using standard make (with cmake generated Makefiles) and it works. But if I generate an Xcode project using cmake -G Xcode, open this project and click build I get build failed with the following