[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 compile errors with

Re: [CMake] CMake problems OSX 10.4 64-bit

2006-06-05 Thread William A. Hoffman
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 compile errors with VTK kwsys. >Any suggestions? >this is with -arch ppc64 > >PROJECT (Hello64) > >ADD_EXECUTABLE(H

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