Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 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 F:/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: F:/Core/core/SkyFire_5xx/BUILD/CMakeFiles/CMakeTmp
  12.  
  13.  
  14.  
  15. Run Build
  16. Command:"C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe"
  17. "cmTryCompileExec1458947796.vcxproj" "/p:Configuration=Debug"
  18. "/p:VisualStudioVersion=10.0"
  19.  
  20. Microsoft (R) Build Engine version 4.0.30319.17929
  21.  
  22.  
  23. [Microsoft .NET Framework, version 4.0.30319.17929]
  24.  
  25.  
  26. Copyright (C) Microsoft Corporation. All rights reserved.
  27.  
  28.  
  29.  
  30.  
  31.  
  32. Build started 12/21/2014 7:59:28 PM.
  33.  
  34.  
  35. Project
  36. "F:\Core\core\SkyFire_5xx\BUILD\CMakeFiles\CMakeTmp\cmTryCompileExec1458947796.vcxproj"
  37. on node 1 (default targets).
  38.  
  39.  
  40. PrepareForBuild:
  41.  
  42.  
  43. Creating directory "cmTryCompileExec1458947796.dir\Debug\".
  44.  
  45. Creating directory "F:\Core\core\SkyFire_5xx\BUILD\CMakeFiles\CMakeTmp\Debug\".
  46.  
  47.  
  48. InitializeBuildStatus:
  49.  
  50.  
  51. Creating "cmTryCompileExec1458947796.dir\Debug\cmTryCompileExec1458947796.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"cmTryCompileExec1458947796.dir\Debug\\" /Fd"cmTryCompileExec1458947796.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"cmTryCompileExec1458947796.dir\Debug\\" /Fd"cmTryCompileExec1458947796.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
  66.  
  67.  
  68.  
  69. testCCompiler.c
  70.  
  71.  
  72. ManifestResourceCompile:
  73.  
  74.  
  75. C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"cmTryCompileExec1458947796.dir\Debug\cmTryCompileExec1458947796.exe.embed.manifest.res" cmTryCompileExec1458947796.dir\Debug\cmTryCompileExec1458947796_manifest.rc
  76.  
  77.  
  78. Link:
  79.  
  80.  
  81. C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"F:\Core\core\SkyFire_5xx\BUILD\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1458947796.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /ManifestFile:"cmTryCompileExec1458947796.dir\Debug\cmTryCompileExec1458947796.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"F:/Core/core/SkyFire_5xx/BUILD/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1458947796.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"F:/Core/core/SkyFire_5xx/BUILD/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1458947796.lib" /MACHINE:X86 cmTryCompileExec1458947796.dir\Debug\cmTryCompileExec1458947796.exe.embed.manifest.res
  82.  
  83. cmTryCompileExec1458947796.dir\Debug\testCCompiler.obj /machine:X86 /debug
  84.  
  85.  
  86. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid
  87. or corrupt
  88. [F:\Core\core\SkyFire_5xx\BUILD\CMakeFiles\CMakeTmp\cmTryCompileExec1458947796.vcxproj]
  89.  
  90.  
  91.  
  92. Done Building Project
  93. "F:\Core\core\SkyFire_5xx\BUILD\CMakeFiles\CMakeTmp\cmTryCompileExec1458947796.vcxproj"
  94. (default targets) -- FAILED.
  95.  
  96.  
  97.  
  98.  
  99.  
  100. Build FAILED.
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107. "F:\Core\core\SkyFire_5xx\BUILD\CMakeFiles\CMakeTmp\cmTryCompileExec1458947796.vcxproj"
  108. (default target) (1) ->
  109.  
  110.  
  111. (Link target) ->
  112.  
  113.  
  114. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [F:\Core\core\SkyFire_5xx\BUILD\CMakeFiles\CMakeTmp\cmTryCompileExec1458947796.vcxproj]
  115.  
  116.  
  117.  
  118.  
  119.  
  120. 0 Warning(s)
  121.  
  122. 1 Error(s)
  123.  
  124.  
  125.  
  126.  
  127.  
  128. Time Elapsed 00:00:00.58
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135. CMake will not be able to correctly generate this project.
  136. Call Stack (most recent call first):
  137. CMakeLists.txt:13 (project)
  138.  
  139.  
  140. Configuring incomplete, errors occurred!
  141. See also "F:/Core/core/SkyFire_5xx/BUILD/CMakeFiles/CMakeOutput.log".
  142. See also "F:/Core/core/SkyFire_5xx/BUILD/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement