Re: [CMake] cmake locks when parsing a fortran file ending with a comment and not end-of-line

2007-06-06 Thread lucatrv
Do you know if this due to the missing end-of-line at the end? Or is it connected to the comment? It is due to the missing end-of-line at the end of the file when the last line has a comment. It doesn't happen if there is an end-of-line character at the end of the file, or if the last line d

[CMake] cmake locks when parsing a fortran file ending with a comment and not end-of-line

2007-06-05 Thread lucatrv
As the subject says, I found that cmake locks when parsing a file ending with a comment and without an end-of-line character. At least this happens with fortran files, but I suspect it could happen also with other languages (though I've not tested it). However, I send enclosed a simple fortra

Re: [CMake] Three problems with cmake under windows

2007-06-05 Thread lucatrv
Hi, first of all, sorry for my late reply. 1) the default intel fortran installation set two environment variables FFLAGS and F90FLAGS, with the following value: /w /I:"C:\Programmi\VNI\CTT6.0\include\IA32" /fpe:3 /nologo. I found that cmake have problems when it tests if the ifort compiler wo

[CMake] Three problems with cmake under windows

2007-05-29 Thread lucatrv
Hi, I use cmake under windows, with both gfortran (gnu fortran) and ifort (intel fortran) compilers. I have found some problems that I would like to put at your attention. 1) the default intel fortran installation set two environment variables FFLAGS and F90FLAGS, with the following value: /w

[CMake] some problems with cmake under windows

2007-05-18 Thread lucatrv
Hi, I use cmake under windows, with both gfortran (gnu fortran) and ifort (intel fortran) compilers. I have found some problems that I would like to put at your attention. 1) the default intel fortran installation set two environment variables FFLAGS and F90FLAGS, with the following value: /w /