Advertisement
Guest User

Untitled

a guest
Sep 14th, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. The C compiler identification is MSVC 18.0.30723.0
  2. The CXX compiler identification is MSVC 18.0.30723.0
  3. Check for working C compiler using: Visual Studio 12 2013 Win64
  4. Check for working C compiler using: Visual Studio 12 2013 Win64 -- broken
  5. CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.0/Modules/CMakeTestCCompiler.cmake:61 (message):
  6. The C compiler "C:/Program Files (x86)/Microsoft Visual Studio
  7. 12.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: D:/xDevelopment/World of Warcraft - WOTLK/Nazaroth's Files/cmakes/CMakeFiles/CMakeTmp
  12.  
  13.  
  14.  
  15. Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe"
  16. "cmTryCompileExec3838447195.vcxproj" "/p:Configuration=Debug"
  17. "/p:VisualStudioVersion=12.0"
  18.  
  19. Microsoft (R) Build Engine version 12.0.30723.0
  20.  
  21.  
  22. [Microsoft .NET Framework, version 4.0.30319.34209]
  23.  
  24.  
  25. Copyright (C) Microsoft Corporation. All rights reserved.
  26.  
  27.  
  28.  
  29.  
  30.  
  31. Build started 9/15/2014 02:59:48 AM.
  32.  
  33.  
  34. Project "D:\xDevelopment\World of Warcraft - WOTLK\Nazaroth's
  35. Files\cmakes\CMakeFiles\CMakeTmp\cmTryCompileExec3838447195.vcxproj" on
  36. node 1 (default targets).
  37.  
  38.  
  39. C:\Program Files
  40. (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(4937,7):
  41. error MSB4023: Cannot evaluate the item metadata "%(FullPath)". The item
  42. metadata "%(FullPath)" cannot be applied to the path
  43. "@(_DebugSymbolsIntermediatePath->'D:\xDevelopment\World of Warcraft -
  44. WOTLK\Nazaroth's
  45. Files\cmakes\CMakeFiles\CMakeTmp\Debug\%(Filename)%(Extension)')". Illegal
  46. characters in path. [D:\xDevelopment\World of Warcraft - WOTLK\Nazaroth's
  47. Files\cmakes\CMakeFiles\CMakeTmp\cmTryCompileExec3838447195.vcxproj]
  48.  
  49.  
  50. Done Building Project "D:\xDevelopment\World of Warcraft - WOTLK\Nazaroth's
  51. Files\cmakes\CMakeFiles\CMakeTmp\cmTryCompileExec3838447195.vcxproj"
  52. (default targets) -- FAILED.
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Build FAILED.
  59.  
  60.  
  61.  
  62.  
  63.  
  64. "D:\xDevelopment\World of Warcraft - WOTLK\Nazaroth's
  65. Files\cmakes\CMakeFiles\CMakeTmp\cmTryCompileExec3838447195.vcxproj"
  66. (default target) (1) ->
  67.  
  68.  
  69. C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(4937,7): error MSB4023: Cannot evaluate the item metadata "%(FullPath)". The item metadata "%(FullPath)" cannot be applied to the path "@(_DebugSymbolsIntermediatePath->'D:\xDevelopment\World of Warcraft - WOTLK\Nazaroth's Files\cmakes\CMakeFiles\CMakeTmp\Debug\%(Filename)%(Extension)')". Illegal characters in path. [D:\xDevelopment\World of Warcraft - WOTLK\Nazaroth's Files\cmakes\CMakeFiles\CMakeTmp\cmTryCompileExec3838447195.vcxproj]
  70.  
  71.  
  72.  
  73.  
  74.  
  75. 0 Warning(s)
  76.  
  77. 1 Error(s)
  78.  
  79.  
  80.  
  81.  
  82.  
  83. Time Elapsed 00:00:00.30
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90. CMake will not be able to correctly generate this project.
  91. Call Stack (most recent call first):
  92. CMakeLists.txt:12 (project)
  93.  
  94.  
  95. Configuring incomplete, errors occurred!
  96. See also "D:/xDevelopment/World of Warcraft - WOTLK/Nazaroth's Files/cmakes/CMakeFiles/CMakeOutput.log".
  97. See also "D:/xDevelopment/World of Warcraft - WOTLK/Nazaroth's Files/cmakes/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement