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