Guest User

Untitled

a guest
Nov 17th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. Check for working C compiler using: Visual Studio 10
  2. Check for working C compiler using: Visual Studio 10 -- broken
  3. CMake Error at C:/Program Files/Programme Server/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
  4. The C compiler "cl" is not able to compile a simple test program.
  5.  
  6. It fails with the following output:
  7.  
  8. Change Dir: C:/Users/Tobi/Desktop/Build/CMakeFiles/CMakeTmp
  9.  
  10.  
  11.  
  12. Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
  13. cmTryCompileExec1631159175.vcxproj /p:Configuration=Debug
  14.  
  15. Microsoft (R)-Buildmodul, Version 4.0.30319.17929
  16.  
  17. [Microsoft .NET Framework, Version 4.0.30319.17929]
  18.  
  19. Copyright (C) Microsoft Corporation 2007. Alle Rechte vorbehalten.
  20.  
  21.  
  22.  
  23. Der Buildvorgang wurde am 05.09.2012 15:38:35 gestartet.
  24.  
  25. Projekt
  26. "C:\Users\Tobi\Desktop\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1631159175.vcxproj"
  27. auf Knoten "1" (Standardziele).
  28.  
  29. PrepareForBuild:
  30.  
  31. Das Verzeichnis "cmTryCompileExec1631159175.dir\Debug\" wird erstellt.
  32. Das Verzeichnis "C:\Users\Tobi\Desktop\Build\CMakeFiles\CMakeTmp\Debug\" wird erstellt.
  33.  
  34. InitializeBuildStatus:
  35.  
  36. "cmTryCompileExec1631159175.dir\Debug\cmTryCompileExec1631159175.unsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde.
  37.  
  38. ClCompile:
  39.  
  40. 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"cmTryCompileExec1631159175.dir\Debug\\" /Fd"C:/Users/Tobi/Desktop/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1631159175.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c /Zm1000
  41. Microsoft (R) 32-Bit C/C++-Optimierungscompiler Version 16.00.30319.01 fr 80x86
  42. Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
  43.  
  44. 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"cmTryCompileExec1631159175.dir\Debug\\" /Fd"C:/Users/Tobi/Desktop/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1631159175.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c /Zm1000
  45.  
  46. testCCompiler.c
  47.  
  48. ManifestResourceCompile:
  49.  
  50. C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"cmTryCompileExec1631159175.dir\Debug\cmTryCompileExec1631159175.exe.embed.manifest.res" cmTryCompileExec1631159175.dir\Debug\cmTryCompileExec1631159175_manifest.rc
  51.  
  52. Link:
  53.  
  54. C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Tobi\Desktop\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1631159175.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:"cmTryCompileExec1631159175.dir\Debug\cmTryCompileExec1631159175.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:/Users/Tobi/Desktop/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1631159175.pdb" /SUBSYSTEM:CONSOLE /STACK:"10000000" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Tobi/Desktop/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1631159175.lib" /MACHINE:X86 cmTryCompileExec1631159175.dir\Debug\cmTryCompileExec1631159175.exe.embed.manifest.res
  55. cmTryCompileExec1631159175.dir\Debug\testCCompiler.obj /machine:X86 /debug
  56.  
  57. LINK : fatal error LNK1123: Fehler bei der Konvertierung in COFF: Datei ist
  58. ungültig oder beschädigt.
  59. [C:\Users\Tobi\Desktop\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1631159175.vcxproj]
  60.  
  61.  
  62. Die Erstellung des Projekts
  63. "C:\Users\Tobi\Desktop\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1631159175.vcxproj"
  64. ist abgeschlossen (Standardziele) -- FEHLER.
  65.  
  66.  
  67.  
  68. Fehler beim Buildvorgang.
  69.  
  70.  
  71.  
  72.  
  73. "C:\Users\Tobi\Desktop\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1631159175.vcxproj"
  74. (Standardziel) (1) ->
  75.  
  76. (Link Ziel) ->
  77.  
  78. LINK : fatal error LNK1123: Fehler bei der Konvertierung in COFF: Datei ist ungültig oder beschädigt. [C:\Users\Tobi\Desktop\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1631159175.vcxproj]
  79.  
  80.  
  81.  
  82. 0 Warnung(en)
  83. 1 Fehler
  84.  
  85.  
  86.  
  87. Verstrichene Zeit 00:00:00.87
  88.  
  89.  
  90.  
  91.  
  92.  
  93. CMake will not be able to correctly generate this project.
  94. Call Stack (most recent call first):
  95. CMakeLists.txt:12 (project)
  96.  
  97.  
  98. Configuring incomplete, errors occurred!
Add Comment
Please, Sign In to add comment