[CMake] paraview CVS xcodebuild

2008-05-07 Thread jonathan grimm
paraview CVS xcodebuild is no longer working. On a Mac Pro 16GB ram with 10.5. I checked and xcodebuild is a 32 bit executable. Makefiles work on the same machine. Is there anything that can be done about this? The .xcodeproj is only 14 MB. -- Sometimes it's hard to tell the dancer from the da

[CMake] Debugging help

2008-04-11 Thread jonathan grimm
I'm building a CMake(2.4.8) project with Xcode(3.1 preview)+Qt(4.3.3)+Paraview(cvs)+ my paraview plugin+ my project. I'm using 10.5 explicitly building all my project in debug with -g -gdwarf-2. When I set breakpoints in Xcode they get highlighted in yellow as well as blue and the console says "War

[CMake] CMake problems OSX 10.4 64-bit

2006-06-06 Thread jonathan grimm
Thank you found my error gcc!=g++. On 6/5/06, William A. Hoffman <[EMAIL PROTECTED]> wrote: At 07:02 PM 6/5/2006, jonathan grimm wrote: >This program is failing with the errors below. A corresponding >c(stdio) program works. >This started on the vtkusers list. I am getting comp

[CMake] CMake problems OSX 10.4 64-bit

2006-06-05 Thread jonathan grimm
This program is failing with the errors below. A corresponding c(stdio) program works. This started on the vtkusers list. I am getting compile errors with VTK kwsys. Any suggestions? this is with -arch ppc64 PROJECT (Hello64) ADD_EXECUTABLE(Hello64 hello.c) ADD_EXECUTABLE(HelloCXX64 hello.cxx)