Re: [CMake] Error running link command: Bus error

2011-08-26 Thread David Cole
On Fri, Aug 26, 2011 at 3:51 AM, Patrick Gampp hr...@gmx.de wrote: Hi David, From your VERBOSE output, it looks like you're building on /Volumes/amm-er -- what happens if you move the source and build trees onto your Mac hard drive and then try? Hopefully that will eliminate the linker

Re: [CMake] Error running link command: Bus error

2011-08-24 Thread David Cole
On Tue, Aug 23, 2011 at 5:48 AM, Patrick Gampp hr...@gmx.de wrote: What is your environment like? The Tutorial steps run on all of our CMake dashboards, and we have several Unix Makefiles dashboards running on various Macs. We do not see this error anywhere... Mac Hardware:   Model Name:

Re: [CMake] Error running link command: Bus error

2011-08-23 Thread Patrick Gampp
Looks like a linker error not a cmake one. You could run make VERBOSE=1 in order to see the command which is failing. The terminal output of Tutorial/Step2 is: --- mac151:mac32 gmp$ make VERBOSE=1 /Applications/CMake 2.8-5.app/Contents/bin/cmake

Re: [CMake] Error running link command: Bus error

2011-08-23 Thread Patrick Gampp
What is your environment like? The Tutorial steps run on all of our CMake dashboards, and we have several Unix Makefiles dashboards running on various Macs. We do not see this error anywhere... Mac Hardware: Model Name: Mac mini Model Identifier: Macmini4,1 Processor Name:

[CMake] Error running link command: Bus error

2011-08-22 Thread Patrick Gampp
Hi all, I did some cmake projects on MacOSX with the Xcode-generator and everything works fine. But when I use the unix makefiles cmake generator, my projects cannot correctly be built. I tried to build a minimal example from the cmake Tutorial, where step1 works but step 2 does not. I get

Re: [CMake] Error running link command: Bus error

2011-08-22 Thread Eric Noulard
2011/8/22 Patrick Gampp hr...@gmx.de: Hi all, I did some cmake projects on MacOSX with the Xcode-generator and everything works fine. But when I use the unix makefiles cmake generator, my projects cannot correctly be built. I tried to build a minimal example from the cmake Tutorial, where

Re: [CMake] Error running link command: Bus error

2011-08-22 Thread David Cole
On Mon, Aug 22, 2011 at 5:04 AM, Eric Noulard eric.noul...@gmail.com wrote: 2011/8/22 Patrick Gampp hr...@gmx.de: Hi all, I did some cmake projects on MacOSX with the Xcode-generator and everything works fine. But when I use the unix makefiles cmake generator, my projects cannot correctly