Advertisement
electrux

Error(s) in CMake

Jan 21st, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. The C compiler identification is unknown
  2. The CXX compiler identification is unknown
  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 D:/Softwares/CMake/share/cmake-3.1/Modules/CMakeTestCCompiler.cmake:61 (message):
  6. The C compiler "D:/Softwares/Microsoft Visual Studio 10.0/VC/vcvarsall.bat"
  7. is not able to compile a simple test program.
  8.  
  9. It fails with the following output:
  10.  
  11. Change Dir: D:/TrinityCore-4.3.4/Build/CMakeFiles/CMakeTmp
  12.  
  13.  
  14.  
  15. Run Build
  16. Command:"C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe"
  17. "cmTryCompileExec690536571.vcxproj" "/p:Configuration=Debug"
  18. "/p:VisualStudioVersion=10.0"
  19.  
  20. Microsoft (R) Build Engine version 4.0.30319.18408
  21.  
  22.  
  23. [Microsoft .NET Framework, version 4.0.30319.18408]
  24.  
  25.  
  26. Copyright (C) Microsoft Corporation. All rights reserved.
  27.  
  28.  
  29.  
  30.  
  31.  
  32. Build started 21-01-2015 23:38:37.
  33.  
  34.  
  35. Project
  36. "D:\TrinityCore-4.3.4\Build\CMakeFiles\CMakeTmp\cmTryCompileExec690536571.vcxproj"
  37. on node 1 (default targets).
  38.  
  39.  
  40. PrepareForBuild:
  41.  
  42.  
  43. Creating directory "cmTryCompileExec690536571.dir\Debug\".
  44.  
  45. Creating directory "D:\TrinityCore-4.3.4\Build\CMakeFiles\CMakeTmp\Debug\".
  46.  
  47.  
  48. InitializeBuildStatus:
  49.  
  50.  
  51. Creating "cmTryCompileExec690536571.dir\Debug\cmTryCompileExec690536571.unsuccessfulbuild" because "AlwaysCreate" was specified.
  52.  
  53.  
  54. ClCompile:
  55.  
  56.  
  57. D:\Softwares\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /W1 /WX- /O2 /Oy- /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec690536571.dir\Debug\\" /Fd"cmTryCompileExec690536571.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
  58.  
  59.  
  60. TRACKER : error TRK0002: Failed to execute command:
  61. ""D:\Softwares\Microsoft Visual Studio 10.0\VC\bin\CL.exe"
  62. @C:\Users\Electrux\AppData\Local\Temp\tmp38c985c72ca744dc88573245434725a8.rsp".
  63. The requested operation requires elevation.
  64. [D:\TrinityCore-4.3.4\Build\CMakeFiles\CMakeTmp\cmTryCompileExec690536571.vcxproj]
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. Done Building Project
  74. "D:\TrinityCore-4.3.4\Build\CMakeFiles\CMakeTmp\cmTryCompileExec690536571.vcxproj"
  75. (default targets) -- FAILED.
  76.  
  77.  
  78.  
  79.  
  80.  
  81. Build FAILED.
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88. "D:\TrinityCore-4.3.4\Build\CMakeFiles\CMakeTmp\cmTryCompileExec690536571.vcxproj"
  89. (default target) (1) ->
  90.  
  91.  
  92. (ClCompile target) ->
  93.  
  94.  
  95. TRACKER : error TRK0002: Failed to execute command: ""D:\Softwares\Microsoft Visual Studio 10.0\VC\bin\CL.exe" @C:\Users\Electrux\AppData\Local\Temp\tmp38c985c72ca744dc88573245434725a8.rsp". The requested operation requires elevation. [D:\TrinityCore-4.3.4\Build\CMakeFiles\CMakeTmp\cmTryCompileExec690536571.vcxproj]
  96.  
  97.  
  98.  
  99.  
  100.  
  101. 0 Warning(s)
  102.  
  103. 1 Error(s)
  104.  
  105.  
  106.  
  107.  
  108.  
  109. Time Elapsed 00:00:00.76
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116. CMake will not be able to correctly generate this project.
  117. Call Stack (most recent call first):
  118. CMakeLists.txt:12 (project)
  119.  
  120.  
  121. CMake Error at CMakeLists.txt:12 (project):
  122. No CMAKE_CXX_COMPILER could be found.
  123.  
  124.  
  125.  
  126. Configuring incomplete, errors occurred!
  127. See also "D:/TrinityCore-4.3.4/Build/CMakeFiles/CMakeOutput.log".
  128. See also "D:/TrinityCore-4.3.4/Build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement