RE: [CMake] cmake 2.3.2 nor latest cvs work on Irix

2006-01-25 Thread William A. Hoffman
At 11:55 AM 1/25/2006, Renteria, Jose (Cont, ARL/CISD) wrote: >Prior to running cmake -- We use Scons to set CC and CXX environment variables >as follows: > >env.Replace(CC = '/usr/bin/cc -64 -T 12800') >env.Append(CXXFLAGS = '-ptused') > >I got cmake to work by making the following changes: >

RE: [CMake] cmake 2.3.2 nor latest cvs work on Irix

2006-01-25 Thread Renteria, Jose (Cont, ARL/CISD)
/CISD); cmake@cmake.org Cc: Subject: RE: [CMake] cmake 2.3.2 nor latest cvs work on Irix At 11:19 AM 1/25/2006, Renteria, Jose (Cont, ARL/CISD) wrote: >It seems like the CC and CFLAGS are set correctly and cmake is not parsing the >flags correctly. Here is is what the settings

RE: [CMake] cmake 2.3.2 nor latest cvs work on Irix

2006-01-25 Thread William A. Hoffman
At 11:24 AM 1/25/2006, William A. Hoffman wrote: >The problem is in your environment variables. I was able to reproduce the >problem >like this: > >export CC="gcc -Dhello -Dbill" >cmake ../someproject I have just checked in a fix for this in cvs. -Bill __

RE: [CMake] cmake 2.3.2 nor latest cvs work on Irix

2006-01-25 Thread William A. Hoffman
At 11:19 AM 1/25/2006, Renteria, Jose (Cont, ARL/CISD) wrote: >It seems like the CC and CFLAGS are set correctly and cmake is not parsing the >flags correctly. Here is is what the settings look like in ccmake before I >hit the 'c” key and the error occurs: > > CMAKE_CXX_FLAGS -

RE: [CMake] cmake 2.3.2 nor latest cvs work on Irix

2006-01-25 Thread Renteria, Jose (Cont, ARL/CISD)
CMake] cmake 2.3.2 nor latest cvs work on Irix At 10:29 AM 1/25/2006, Renteria, Jose (Cont, ARL/CISD) wrote: >The build is done with the following environment settings: >/usr/bin/cc -64 -T 12800 using Scons. > >We have been building CMake this way for the last several versions. &

RE: [CMake] cmake 2.3.2 nor latest cvs work on Irix

2006-01-25 Thread William A. Hoffman
At 10:37 AM 1/25/2006, William A. Hoffman wrote: >OK, so the problem is that CC is being set to the compiler plus the arguments. >This is normally done with CC and CFLAGS. However, there must have been >something in >2.0.6 to handle this that was lost. I will look into the problem. For now,

RE: [CMake] cmake 2.3.2 nor latest cvs work on Irix

2006-01-25 Thread William A. Hoffman
At 10:29 AM 1/25/2006, Renteria, Jose (Cont, ARL/CISD) wrote: >The build is done with the following environment settings: >/usr/bin/cc -64 -T 12800 using Scons. > >We have been building CMake this way for the last several versions. >Our last build of cmake (2.0.6) works well and we are able

RE: [CMake] cmake 2.3.2 nor latest cvs work on Irix

2006-01-25 Thread Renteria, Jose (Cont, ARL/CISD)
Yes, I can and have build CMake (2.2.3 and the cvs CMake). -Original Message- From: William A. Hoffman [mailto:[EMAIL PROTECTED] Sent: Wed 1/25/2006 10:26 AM To: Renteria, Jose (Cont, ARL/CISD); cmake@cmake.org Cc: Subject:RE: [CMake] cmake 2.3.2 nor latest cvs work

RE: [CMake] cmake 2.3.2 nor latest cvs work on Irix

2006-01-25 Thread Renteria, Jose (Cont, ARL/CISD)
ria, Jose (Cont, ARL/CISD); cmake@cmake.org Cc: Subject:Re: [CMake] cmake 2.3.2 nor latest cvs work on Irix At 04:04 PM 1/24/2006, Renteria, Jose (Cont, ARL/CISD) wrote: >Hi, > >The latest version of cmake fails. I am attempting to build an IRIX version >of ParaView and VTK I get t

RE: [CMake] cmake 2.3.2 nor latest cvs work on Irix

2006-01-25 Thread William A. Hoffman
At 10:19 AM 1/25/2006, Renteria, Jose (Cont, ARL/CISD) wrote: >I am running IRIX 6.5.26f. And I have tried CMake 2.2.3 and the cvs CMake. OK, I am still a bit lost here. Were you able to build cvs CMake? -Bill ___ CMake mailing list CMake@cmake.o

RE: [CMake] cmake 2.3.2 nor latest cvs work on Irix

2006-01-25 Thread Renteria, Jose (Cont, ARL/CISD)
/2006 9:13 PM To: Renteria, Jose (Cont, ARL/CISD); cmake@cmake.org Cc: Subject:Re: [CMake] cmake 2.3.2 nor latest cvs work on Irix At 04:04 PM 1/24/2006, Renteria, Jose (Cont, ARL/CISD) wrote: >Hi, > >The latest version of cmake fails. I am attempting to build an IRIX ver

Re: [CMake] cmake 2.3.2 nor latest cvs work on Irix

2006-01-25 Thread William A. Hoffman
At 04:04 PM 1/24/2006, Renteria, Jose (Cont, ARL/CISD) wrote: >Hi, > >The latest version of cmake fails. I am attempting to build an IRIX version >of ParaView and VTK I get the following error below: > >The C compiler "/usr/bin/cc" is not able to compile a simple test program >... make[3]: *** [C

Re: [CMake] cmake 2.3.2 nor latest cvs work on Irix

2006-01-24 Thread William A. Hoffman
At 04:04 PM 1/24/2006, Renteria, Jose (Cont, ARL/CISD) wrote: >Hi, > >The latest version of cmake fails. I am attempting to build an IRIX version >of ParaView and VTK I get the following error below: > >The C compiler "/usr/bin/cc" is not able to compile a simple test program >... make[3]: *** [C