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 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 crash.

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

2011-08-26 Thread Patrick Gampp
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 crash. I moved the code to a local directory and it worked. Thanks

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 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: Mac mi

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:

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" -H/Volumes/amm-er/gmp/Project

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 wrote: > 2011/8/22 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

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

2011-08-22 Thread Eric Noulard
2011/8/22 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

[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 th