Re: [CMake] 2.8.3 fortran regression

2010-11-10 Thread Brad King
On 11/09/2010 08:03 AM, Brad King wrote: I think this regression was an existing bug that was exposed by the other fix. It was, and here is the fix to the exposed bug: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3d79e7d5 I also added the runtime library selection flag mapping

Re: [CMake] 2.8.3 fortran regression

2010-11-10 Thread Allen D Byrne
I will try it tomorrow, when the machines are idle. Thanks, Allen On 11/09/2010 08:03 AM, Brad King wrote: I think this regression was an existing bug that was exposed by the other fix. It was, and here is the fix to the exposed bug:

Re: [CMake] 2.8.3 fortran regression or how to find configure problem

2010-11-09 Thread Brad King
On 11/8/2010 3:54 PM, Allen D Byrne wrote: The projects do differ in the VFFortranCompilerTool option of the project file DEBUG: AdditionalOptions= /W1 /libs:dll /threads /dbglibs instead of AdditionalOptions= /dbglibs RELEASE: AdditionalOptions= /W1 /libs:dll /threads instead

Re: [CMake] 2.8.3 fortran regression or how to find configure problem

2010-11-09 Thread Bill Hoffman
On 11/9/2010 8:03 AM, Brad King wrote: Taking out the new AdditionalOptions= /W1 /libs:dll /threads allowed the project to succeed. The regression was introduced here: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=20f49730 So, you should be able to get a temporary fix by reverting

[CMake] 2.8.3 fortran regression or how to find configure problem

2010-11-08 Thread Allen D Byrne
Friday I upgraded my windows VS2008 and IVF111 machines to cmake 2.8.3. Over the weekend they all failed to configure with fortran : -- Check for working Fortran compiler using: Visual Studio 9 2008 -- broken CMake Error at C:/Program Files/CMake

Re: [CMake] 2.8.3 fortran regression or how to find configure problem

2010-11-08 Thread Biddiscombe, John A.
Of Allen D Byrne Sent: 08 November 2010 16:18 To: cmake@cmake.org Subject: [CMake] 2.8.3 fortran regression or how to find configure problem Friday I upgraded my windows VS2008 and IVF111 machines to cmake 2.8.3. Over the weekend they all failed to configure with fortran : -- Check for working

Re: [CMake] 2.8.3 fortran regression or how to find configure problem

2010-11-08 Thread Allen D Byrne
. Now you are a happy bunny and can compile using the IDE if desired - or skip C and use nmake JB From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Allen D Byrne Sent: 08 November 2010 16:18 To: cmake@cmake.org Subject: [CMake] 2.8.3 fortran regression

Re: [CMake] 2.8.3 fortran regression or how to find configure problem

2010-11-08 Thread Bill Hoffman
On 11/8/2010 1:15 PM, Allen D Byrne wrote: This did work before the update - and reinstalling cmake 2.8.2 worked. BTW, I uninstalled and deleted the CMake Program Files folder to make sure there was no interference between versions. I now believe this to be a CMake 2.8.3 problem. I'll be glad

Re: [CMake] 2.8.3 fortran regression or how to find configure problem

2010-11-08 Thread Allen D Byrne
Bill, The projects do differ in the VFFortranCompilerTool option of the project file DEBUG: AdditionalOptions= /W1 /libs:dll /threads /dbglibs instead of AdditionalOptions= /dbglibs RELEASE: AdditionalOptions= /W1 /libs:dll /threads instead of and DEBUG: RELEASE: SuppressStartupBanner=true