[Cmake] CMake error on Windows2000

Bill Hoffman bill.hoffman at kitware.com
Thu Feb 20 10:50:28 EST 2003


Thanks, 

We just fixed it.  Good timing, we were in the middle of making the 1.6.5 release.  The fix will be in that release.

-Bill


At 03:10 PM 2/20/2003 +0000, Gareth Jones wrote:
>I believe there is a bug in CMakeVS6FindMake.cmake:
>
>Index: CMakeVS6FindMake.cmake
>===================================================================
>RCS file: /cvsroot/CMake/CMake/Modules/CMakeVS6FindMake.cmake,v
>retrieving revision 1.1
>diff -u -r1.1 CMakeVS6FindMake.cmake
>--- CMakeVS6FindMake.cmake      5 Dec 2002 18:44:11 -0000       1.1
>+++ CMakeVS6FindMake.cmake      20 Feb 2003 15:08:58 -0000
>@@ -1,7 +1,7 @@
> FIND_PROGRAM(CMAKE_MAKE_PROGRAM
>         NAMES msdev
>         PATHS
>-        [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\6.0\\Setup;VsCommonDir]/MSDev98/Bin/msdev
>+        [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\6.0\\Setup;VsCommonDir]/MSDev98/Bin
>         "c:/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin"
>         "c:/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin"
>         "/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin"
>
>Gareth Jones
>
>Bill Hoffman <bill.hoffman at kitware.com> writes:
>
>> This is an obscure error, that could mean that you are building
>> with the wrong generator, or you do not have msdev installed
>> on the machine that you are running cmake on.
>>
>> Are you building for VS 6 or 7?
>>
>> -Bill
>>
>> At 05:36 PM 2/17/2003 +0000, Danny Allen wrote:
>>
>>> I'm using CMake 1.6 on windows2000 and I get the following message when
>>> trying to  generate workspace and project files:
>>>
>>> "CMake Error: EnableLanguage was unable to find a CMAKE_MAKE_PROGRAM".
>>>
>>> Any ideas ?
>
>_______________________________________________
>Cmake mailing list
>Cmake at public.kitware.com
>http://public.kitware.com/mailman/listinfo/cmake 






More information about the CMake mailing list