Advertisement
electrux

CMake Error

Jan 21st, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. The C compiler identification is MSVC 16.0.30319.1
  2. The CXX compiler identification is MSVC 16.0.30319.1
  3. Check for working C compiler using: Visual Studio 10 2010
  4. Check for working C compiler using: Visual Studio 10 2010 -- broken
  5. CMake Error at C:/Program Files/CMake/share/cmake-3.1/Modules/CMakeTestCCompiler.cmake:61 (message):
  6. The C compiler "C:/Program Files/Microsoft Visual Studio
  7. 10.0/VC/bin/cl.exe" is not able to compile a simple test program.
  8.  
  9. It fails with the following output:
  10.  
  11. Change Dir: E:/SkyFire_5xx/Build/CMakeFiles/CMakeTmp
  12.  
  13.  
  14.  
  15. Run Build
  16. Command:"C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe"
  17. "cmTryCompileExec3711818518.vcxproj" "/p:Configuration=Debug"
  18. "/p:VisualStudioVersion=10.0"
  19.  
  20. Microsoft (R) Build Engine Version 4.0.30319.1
  21.  
  22.  
  23. [Microsoft .NET Framework, Version 4.0.30319.1]
  24.  
  25.  
  26. Copyright (C) Microsoft Corporation 2007. All rights reserved.
  27.  
  28.  
  29.  
  30.  
  31.  
  32. Build started 22-01-2015 03:39:48.
  33.  
  34.  
  35. Project
  36. "E:\SkyFire_5xx\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3711818518.vcxproj"
  37. on node 1 (default targets).
  38.  
  39.  
  40. PrepareForBuild:
  41.  
  42.  
  43. Creating directory "cmTryCompileExec3711818518.dir\Debug\".
  44.  
  45. Creating directory "E:\SkyFire_5xx\Build\CMakeFiles\CMakeTmp\Debug\".
  46.  
  47.  
  48. InitializeBuildStatus:
  49.  
  50.  
  51. Creating "cmTryCompileExec3711818518.dir\Debug\cmTryCompileExec3711818518.unsuccessfulbuild" because "AlwaysCreate" was specified.
  52.  
  53.  
  54. ClCompile:
  55.  
  56.  
  57. C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec3711818518.dir\Debug\\" /Fd"cmTryCompileExec3711818518.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
  58.  
  59. Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86
  60.  
  61. Copyright (C) Microsoft Corporation. All rights reserved.
  62.  
  63.  
  64.  
  65. cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec3711818518.dir\Debug\\" /Fd"cmTryCompileExec3711818518.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
  66.  
  67.  
  68.  
  69. testCCompiler.c
  70.  
  71.  
  72. testCCompiler.c : fatal error C1902: Program database manager mismatch;
  73. please check your installation
  74. [E:\SkyFire_5xx\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3711818518.vcxproj]
  75.  
  76.  
  77.  
  78. Done Building Project
  79. "E:\SkyFire_5xx\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3711818518.vcxproj"
  80. (default targets) -- FAILED.
  81.  
  82.  
  83.  
  84.  
  85.  
  86. Build FAILED.
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93. "E:\SkyFire_5xx\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3711818518.vcxproj"
  94. (default target) (1) ->
  95.  
  96.  
  97. (ClCompile target) ->
  98.  
  99.  
  100. testCCompiler.c : fatal error C1902: Program database manager mismatch; please check your installation [E:\SkyFire_5xx\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3711818518.vcxproj]
  101.  
  102.  
  103.  
  104.  
  105.  
  106. 0 Warning(s)
  107.  
  108. 1 Error(s)
  109.  
  110.  
  111.  
  112.  
  113.  
  114. Time Elapsed 00:00:02.50
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121. CMake will not be able to correctly generate this project.
  122. Call Stack (most recent call first):
  123. CMakeLists.txt:13 (project)
  124.  
  125.  
  126. Configuring incomplete, errors occurred!
  127. See also "E:/SkyFire_5xx/Build/CMakeFiles/CMakeOutput.log".
  128. See also "E:/SkyFire_5xx/Build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement