Re: [CMake] Fail to Compile cmake on OSX 10.4

2011-03-10 Thread Olivier Cessenat
Hi, I managed to compile cmake-2.8.3 using the pre-built binary for Mac release 2.8.4. I failed to do it through nfs though. It seems a bit awkward to me to have to do such a tricky thing ! Cheers, Olivier Cessenat. Le mercredi 09 mars 2011 à 21:01 +0100, Olivier Cessenat a écrit : > Le mercredi

Re: [CMake] Fail to Compile cmake on OSX 10.4

2011-03-09 Thread Olivier Cessenat
Le mercredi 09 mars 2011 à 12:57 -0500, David Cole a écrit : > Rather than building it from source, you could simply download the > pre-built binaries for the Mac. They work on 10.4. Thanks for the hint; I have to make that work with the VisIt installation process - using 2.8.3 right now. > > O

Re: [CMake] Fail to Compile cmake on OSX 10.4

2011-03-09 Thread Olivier Cessenat
I compile using gcc: << mac:~/temp/cmake-2.8.4 cessenat$ gcc --version i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5363) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCH

Re: [CMake] Fail to Compile cmake on OSX 10.4

2011-03-09 Thread Olivier Cessenat
Le mercredi 09 mars 2011 à 12:56 -0500, David Cole a écrit : > How did you configure it? With a previous successful build of CMake or > with ./bootstrap or ./configure? I tried both with cmake-2.8.0. and with ./bootstrap; make > > On Wed, Mar 9, 2011 at 12:38 PM, Olivier Cessenat > wrote: >

Re: [CMake] Fail to Compile cmake on OSX 10.4

2011-03-09 Thread Bill Hoffman
Can you start with a clean build tree, and run make VERBOSE=1. The trouble is happening here: > Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.o > Linking CXX static library libcmsys.a > ar: temporary file: No such file or directory > make[2]: *** [Source/kwsys/libcmsys.a] Error 1 > make[1]

Re: [CMake] Fail to Compile cmake on OSX 10.4

2011-03-09 Thread David Cole
Rather than building it from source, you could simply download the pre-built binaries for the Mac. They work on 10.4. On Wed, Mar 9, 2011 at 12:56 PM, David Cole wrote: > How did you configure it? With a previous successful build of CMake or with > ./bootstrap or ./configure? > > > > On Wed, Ma

Re: [CMake] Fail to Compile cmake on OSX 10.4

2011-03-09 Thread Sean McBride
On Wed, 9 Mar 2011 18:38:52 +0100, Olivier Cessenat said: >I downloaded cmake-2.8.4 and also cmake-2.8.3 "Unix sources" and tried >to compile it for Mac OS-X 10.4. What version of Xcode? Which compiler? -- Sean McBride, B. Eng

Re: [CMake] Fail to Compile cmake on OSX 10.4

2011-03-09 Thread David Cole
How did you configure it? With a previous successful build of CMake or with ./bootstrap or ./configure? On Wed, Mar 9, 2011 at 12:38 PM, Olivier Cessenat wrote: > Hello, > > I downloaded cmake-2.8.4 and also cmake-2.8.3 "Unix sources" and tried > to compile it for Mac OS-X 10.4. > > I get the f

[CMake] Fail to Compile cmake on OSX 10.4

2011-03-09 Thread Olivier Cessenat
Hello, I downloaded cmake-2.8.4 and also cmake-2.8.3 "Unix sources" and tried to compile it for Mac OS-X 10.4. I get the following error: << [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/IOStream.o [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.o Lin