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

Tyler Roscoe tyler at cryptio.net
Mon Jun 22 11:50:23 EDT 2009


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 errors:

I don't know anything about Xcode, but it sure looks like you have a
weird/broken Xcode environment (possibly a bogus gcc installation?). Can
you build a simple test project with Xcode that doesn't use CMake and
verify that that works?

tyler


More information about the CMake mailing list