Advertisement
Guest User

Untitled

a guest
Mar 6th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 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
  4. Check for working C compiler using: Visual Studio 10 -- broken
  5. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
  6. The C compiler "C:/Program Files (x86)/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: C:/szerver/project/CMakeFiles/CMakeTmp
  12.  
  13.  
  14.  
  15. Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
  16. cmTryCompileExec28900245.vcxproj /p:Configuration=Debug
  17. /p:VisualStudioVersion=10.0
  18.  
  19. Microsoft (R) Build Engine version 4.0.30319.18408
  20.  
  21. [Microsoft .NET Framework, version 4.0.30319.18444]
  22.  
  23. Copyright (C) Microsoft Corporation. All rights reserved.
  24.  
  25.  
  26.  
  27. Build started 2014.03.06. 18:02:44.
  28.  
  29. Project
  30. "C:\szerver\project\CMakeFiles\CMakeTmp\cmTryCompileExec28900245.vcxproj"
  31. on node 1 (default targets).
  32.  
  33. PrepareForBuild:
  34.  
  35. Creating directory "cmTryCompileExec28900245.dir\Debug\".
  36. Creating directory "C:\szerver\project\CMakeFiles\CMakeTmp\Debug\".
  37.  
  38. InitializeBuildStatus:
  39.  
  40. Creating "cmTryCompileExec28900245.dir\Debug\cmTryCompileExec28900245.unsuccessfulbuild" because "AlwaysCreate" was specified.
  41.  
  42. ClCompile:
  43.  
  44. C:\Program Files (x86)\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"cmTryCompileExec28900245.dir\Debug\\" /Fd"C:/szerver/project/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec28900245.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c /Zm1000
  45. Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86
  46. Copyright (C) Microsoft Corporation. All rights reserved.
  47.  
  48. 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"cmTryCompileExec28900245.dir\Debug\\" /Fd"C:/szerver/project/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec28900245.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c /Zm1000
  49.  
  50. testCCompiler.c
  51.  
  52. ManifestResourceCompile:
  53.  
  54. C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"cmTryCompileExec28900245.dir\Debug\cmTryCompileExec28900245.exe.embed.manifest.res" cmTryCompileExec28900245.dir\Debug\cmTryCompileExec28900245_manifest.rc
  55.  
  56. Link:
  57.  
  58. C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\szerver\project\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec28900245.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:"cmTryCompileExec28900245.dir\Debug\cmTryCompileExec28900245.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:/szerver/project/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec28900245.pdb" /SUBSYSTEM:CONSOLE /STACK:"10000000" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/szerver/project/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec28900245.lib" /MACHINE:X86 cmTryCompileExec28900245.dir\Debug\cmTryCompileExec28900245.exe.embed.manifest.res
  59. cmTryCompileExec28900245.dir\Debug\testCCompiler.obj /machine:X86 /debug
  60.  
  61. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid
  62. or corrupt
  63. [C:\szerver\project\CMakeFiles\CMakeTmp\cmTryCompileExec28900245.vcxproj]
  64.  
  65. Done Building Project
  66. "C:\szerver\project\CMakeFiles\CMakeTmp\cmTryCompileExec28900245.vcxproj"
  67. (default targets) -- FAILED.
  68.  
  69.  
  70.  
  71. Build FAILED.
  72.  
  73.  
  74.  
  75. "C:\szerver\project\CMakeFiles\CMakeTmp\cmTryCompileExec28900245.vcxproj"
  76. (default target) (1) ->
  77.  
  78. (Link target) ->
  79.  
  80. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:\szerver\project\CMakeFiles\CMakeTmp\cmTryCompileExec28900245.vcxproj]
  81.  
  82.  
  83.  
  84. 0 Warning(s)
  85. 1 Error(s)
  86.  
  87.  
  88.  
  89. Time Elapsed 00:00:01.25
  90.  
  91.  
  92.  
  93.  
  94.  
  95. CMake will not be able to correctly generate this project.
  96. Call Stack (most recent call first):
  97. CMakeLists.txt:12 (project)
  98.  
  99.  
  100. Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement