Advertisement
Guest User

Untitled

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