Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2009-06-02 Thread Kelly (KT) Thompson
Bill, I forgot to provide details for the build case that fails when using IVF 11 with the Visual Studio 9 2008 Generator. Assuming that I have a hacked version of CMake that produces .vfproj files with Version="11.0", the following project will generate a .sln (and .vfproj) file, but the project

Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2009-06-02 Thread Kelly (KT) Thompson
Bill, Thanks for offering to look into this problem with Intel Visual Fortran integrated into Visual Studio. We are trying to patch up our CMake files so that we can build using the Visual Studio IDE (NMake Makefiles work fine) and have run into this where Intel Visual Fortran 11.0 (full version,

Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2008-12-18 Thread Bill Hoffman
tormod.ravnanger.lan...@dnv.com wrote: --- Intel(R) Visual Fortran Compiler Professional for applications running on IA-32, Version 11.0Build 20081105 Package ID: w_cprof_p_11.0.066 Copyright (C) 1985-2008 Intel Corporation. All rights reserved. 30 DAY EVALUATION LICENSE if

Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2008-12-18 Thread Tormod.Ravnanger.Landet
> -Original Message- > From: Arjen Markus [mailto:arjen.mar...@wldelft.nl] > Sent: 18. desember 2008 09:36 > To: Landet, Tormod Ravnanger > Cc: cmake@cmake.org > Subject: Re: [CMake] Problems with Intel Fortran 11 on Windows XP > > > Would that not break when

Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2008-12-18 Thread Arjen Markus
>> -Original Message- >> OK, but we can't just apply the patch to CMake as it would break the >> older version of Fortran. Is there a way to detect which version is >> installed from the registry or something? I am glad you are working, >> but to get a solution for everyone, we need to g

Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2008-12-18 Thread Tormod.Ravnanger.Landet
> -Original Message- > From: Bill Hoffman [mailto:bill.hoff...@kitware.com] > Sent: 17. desember 2008 21:14 > To: Landet, Tormod Ravnanger > Cc: cmake@cmake.org > Subject: Re: [CMake] Problems with Intel Fortran 11 on Windows XP > > > For the list and search e

Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2008-12-17 Thread Bill Hoffman
tormod.ravnanger.lan...@dnv.com wrote: You will see the version part. Let me know if it works after that change. Then I will have to figure out if I can detect the version of fortran and set the version automatically. Seems that you can have various versions of Fortran with various versi

Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2008-12-17 Thread Tormod.Ravnanger.Landet
> -Original Message- > From: Bill Hoffman [mailto:bill.hoff...@kitware.com] > Sent: 16. desember 2008 14:08 > To: Landet, Tormod Ravnanger > Subject: Re: [CMake] Problems with Intel Fortran 11 on Windows XP > > tormod.ravnanger.lan...@dnv.com wrote: > &g

Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2008-12-15 Thread Bill Hoffman
tormod.ravnanger.lan...@dnv.com wrote: -Original Message- From: Bill Hoffman [mailto:bill.hoff...@kitware.com] Sent: 15. desember 2008 15:29 To: Landet, Tormod Ravnanger Cc: cmake@cmake.org Subject: Re: [CMake] Problems with Intel Fortran 11 on Windows XP Run cmake --debug-trycompile

Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2008-12-15 Thread Tormod.Ravnanger.Landet
>-Original Message- >From: Bill Hoffman [mailto:bill.hoff...@kitware.com] >Sent: 15. desember 2008 15:29 >To: Landet, Tormod Ravnanger >Cc: cmake@cmake.org >Subject: Re: [CMake] Problems with Intel Fortran 11 on Windows XP > >Run cmake --debug-trycompile, that

Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2008-12-15 Thread Bill Hoffman
tormod.ravnanger.lan...@dnv.com wrote: Compiling by hand works perfectly. MinGW and NMake Makefiles are generated and compile the program as they should. Only the Visual Studio generators malfunction. I think it is due to a problem with the CMake generated .sln files. See another mail on in the

Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2008-12-15 Thread Arjen Markus
>> Hi, >> > > The output with VS2008 is: > -- > H:\Work\test_cmake_fortran_windows\build>cmake .. -G "Visual Studio 9 > 2008" > -- Check for working Fortran compiler: C:/Program > Files/intel/Compiler/11.0/066/fortran/Bin/IA32/ifort.exe > -- Check

Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2008-12-15 Thread Tormod.Ravnanger.Landet
>-Original Message- >From: Arjen Markus [mailto:arjen.mar...@wldelft.nl] >Sent: 15. desember 2008 10:37 >To: Landet, Tormod Ravnanger >Cc: cmake@cmake.org >Subject: Re: [CMake] Problems with Intel Fortran 11 on Windows XP > >This looks suspiciously like the kind

Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2008-12-15 Thread Tormod.Ravnanger.Landet
>From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Hendrik Sattler >Am Friday 12 December 2008 12:41:47 schrieb tormod.ravnanger.lan...@dnv.com: >> The output with VS2008 is: > >Did you try the "NMake Makefiles" generator? It works just as well as the MinGW generator does

Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2008-12-14 Thread Hendrik Sattler
Am Friday 12 December 2008 12:41:47 schrieb tormod.ravnanger.lan...@dnv.com: > The output with VS2008 is: Did you try the "NMake Makefiles" generator? HS ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Problems with Intel Fortran 11 on Windows XP

2008-12-13 Thread Tormod.Ravnanger.Landet
> Hi, > > I have a build system that works for Intel compilers (v 10) on Linux. > Now I am trying to port it to windows. I am using the newest trial > versions of Visual Studio (2009) and the Intel compilers (v. 11). The > configuration fails with the attached error message. I assume CMake is > h

[CMake] Problems with Intel Fortran 11 on Windows XP

2008-12-11 Thread Tormod.Ravnanger.Landet
Hi, I have a build system that works for Intel compilers (v 10) on Linux. Now I am trying to port it to windows. I am using the newest trial versions of Visual Studio (2009) and the Intel compilers (v. 11). The configuration fails with the attached error message. I assume CMake is having problems