1 Jul 2012 02:25
MSVC++ IDE is licensed but CMAKE build appears to fail to pick up licence from command line
I have found an problem that appears in two open source projects I downloaded. Both appear to balk because of a missing or expired VC++ licence. This is despite the fact that the IDE is running with a licence.
MSN "help" simply claims it is a bug in CMAKE so I feel that I will be ping-ponging.
Has anyone else come across, or more importantly solved the problem? I am trying a re-install of MS VC++ at this moment as I am assuming it is the culprit because two CMAKE makes, from different authors, are having the same problem.
CMakeError as follows: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Determining if the C compiler works failed with the following output:
Change Dir: C:/Development/SLAM/tinyslam/trunk/CMakeFiles/CMakeTmp
Run Build Command:c:\PROGRA~2\MICROS~1.0\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec2590749267
Microsoft (R) Visual Studio Version 10.0.30319.1.
Copyright (C) Microsoft Corp. All rights reserved.
The evaluation period for Visual Studio Trial has ended.
The evaluation period for this product has ended.
Determining if the C compiler works failed with the following output:
Change Dir: C:/Development/SLAM/tinyslam/trunk/CMakeFiles/CMakeTmp
Run Build Command:c:\PROGRA~2\MICROS~1.0\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec2387694939
Microsoft (R) Visual Studio Version 10.0.30319.1.
Copyright (C) Microsoft Corp. All rights reserved.
The evaluation period for Visual Studio Trial has ended.
The evaluation period for this product has ended.
Determining if the C compiler works failed with the following output:
Change Dir: C:/Development/SLAM/tinyslam/trunk/CMakeFiles/CMakeTmp
Run Build Command:c:\PROGRA~2\MICROS~1.0\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec2133091021
Microsoft (R) Visual Studio Version 10.0.30319.1.
Copyright (C) Microsoft Corp. All rights reserved.
The evaluation period for Visual Studio Trial has ended.
The evaluation period for this product has ended.
Determining if the C compiler works failed with the following output:
Change Dir: C:/Development/SLAM/tinyslam/trunk/CMakeFiles/CMakeTmp
Run Build Command:c:\PROGRA~2\MICROS~1.0\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec778085461
Microsoft (R) Visual Studio Version 10.0.30319.1.
Copyright (C) Microsoft Corp. All rights reserved.
The evaluation period for Visual Studio Trial has ended.
The evaluation period for this product has ended.
Determining if the C compiler works failed with the following output:
Change Dir: C:/Development/SLAM/tinyslam/trunk/CMakeFiles/CMakeTmp
Run Build Command:c:\PROGRA~2\MICROS~1.0\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec3983230543
Microsoft (R) Visual Studio Version 10.0.30319.1.
Copyright (C) Microsoft Corp. All rights reserved.
The evaluation period for Visual Studio Trial has ended.
The evaluation period for this product has ended.
Determining if the C compiler works failed with the following output:
Change Dir: C:/Development/SLAM/tinyslam/trunk/CMakeFiles/CMakeTmp
Run Build Command:C:\PROGRA~2\MICROS~1.0\Common7\IDE\devenv.com" CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec2788015710
The system cannot find the file specified
Generator: execution of make failed. Make command was: C:\PROGRA~2\MICROS~1.0\Common7\IDE\devenv.com" CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec2788015710
Determining if the C compiler works failed with the following output:
Change Dir: C:/Development/SLAM/tinyslam/trunk/CMakeFiles/CMakeTmp
Run Build Command:c:\PROGRA~2\MICROS~1.0\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec1460881942
Microsoft (R) Visual Studio Version 10.0.30319.1.
Copyright (C) Microsoft Corp. All rights reserved.
The evaluation period for Visual Studio Trial has ended.
The evaluation period for this product has ended.
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
RSS Feed