RE: [CMake] Windows ifort problems, possible bug

2007-12-06 Thread Alin M Elena
Hi Bill, I have checked the stuff. Everything is ok. Now I can build a nmake project without any touch.exe. Alin I have changed cmake to no longer use touch for this. A fixed version can be found here: http://www.cmake.org/files/vCVS/cmake-2.5.20071205-win32-x86.exe If you have the time,

Re: [CMake] Windows ifort problems, possible bug

2007-12-05 Thread Bill Hoffman
Alan W. Irwin wrote: On 2007-12-05 08:09- Alin M Elena wrote: Hi Bill, That was the problem. Even if in the shell (PowerShell) I had a touch available loaded through the profile script cmake wanted a proper one. Fixed it now and nmake build is ok. Bill, if you are concerned about this de

RE: [CMake] Windows ifort problems, possible bug

2007-12-05 Thread Alan W. Irwin
On 2007-12-05 08:09- Alin M Elena wrote: Hi Bill, That was the problem. Even if in the shell (PowerShell) I had a touch available loaded through the profile script cmake wanted a proper one. Fixed it now and nmake build is ok. Bill, if you are concerned about this dependency on touch, one

Re: [CMake] Windows ifort problems, possible bug

2007-12-05 Thread Bill Hoffman
Alin M Elena wrote: Hi Bill, That was the problem. Even if in the shell (PowerShell) I had a touch available loaded through the profile script cmake wanted a proper one. Fixed it now and nmake build is ok. I have changed cmake to no longer use touch for this. A fixed version can be found her

RE: [CMake] Windows ifort problems, possible bug

2007-12-05 Thread Alin M Elena
Hi Bill, That was the problem. Even if in the shell (PowerShell) I had a touch available loaded through the profile script cmake wanted a proper one. Fixed it now and nmake build is ok. Alin "...if the universities will not s

Re: [CMake] Windows ifort problems, possible bug

2007-12-04 Thread Bill Hoffman
Alin M Elena wrote: Hi Bill, Got a touch in the shell. It seems that it does not change anything. I have filled a bug report. It must not be in your path then... This is the error you are getting: [ 50%] Building Fortran object CMakeFiles/hello.dir/constants.obj 'touch' is not recognized as

RE: [CMake] Windows ifort problems, possible bug

2007-12-04 Thread Alin M Elena
Hi Bill, Got a touch in the shell. It seems that it does not change anything. I have filled a bug report. Alin -Original Message- From: Bill Hoffman [mailto:[EMAIL PROTECTED] Sent: 04 December 2007 18:10 To: [EMAIL PROTECTED] Cc: cmake@cmake.org Subject: Re: [CMake] Windows ifort

RE: [CMake] Windows ifort problems, possible bug

2007-12-04 Thread Dunlavy, Daniel M
t; -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Alin M Elena > Sent: Tuesday, December 04, 2007 10:59 AM > To: cmake@cmake.org > Subject: [CMake] Windows ifort problems, possible bug > > Hi, > > Thank you Alan. > I

Re: [CMake] Windows ifort problems, possible bug

2007-12-04 Thread Bill Hoffman
Alin M Elena wrote: Hi, NMAKE : fatal error U1077: 'touch' : return code '0x1' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe"' : r

[CMake] Windows ifort problems, possible bug

2007-12-04 Thread Alin M Elena
Hi, Thank you Alan. I have reduced the problem to a simpler one. I tend to think that is a bug. It may be connected with the one found by Daniel Dunalvy. If I create a fortran project with a single file. It compiles, links and everything is ok. I have checked with nmake and Visual Studio 8 2005 g