Advertisement
Guest User

Untitled

a guest
Feb 26th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.15 KB | None | 0 0
  1. Determining if the C compiler works failed with the following output:
  2. Change Dir: C:/Users/Kelsey/Desktop/OpenJK-rend2/build/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe cmTryCompileExec2495118828.vcxproj /p:Configuration=Debug /p:VisualStudioVersion=10.0
  5. Microsoft (R) Build Engine version 4.0.30319.18408
  6.  
  7. [Microsoft .NET Framework, version 4.0.30319.18408]
  8.  
  9. Copyright (C) Microsoft Corporation. All rights reserved.
  10.  
  11.  
  12.  
  13. Build started 2/26/2014 8:24:14 PM.
  14.  
  15. Project "C:\Users\Kelsey\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec2495118828.vcxproj" on node 1 (default targets).
  16.  
  17. PrepareForBuild:
  18.  
  19. Creating directory "cmTryCompileExec2495118828.dir\Debug\".
  20.  
  21. Creating directory "C:\Users\Kelsey\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\Debug\".
  22.  
  23. InitializeBuildStatus:
  24.  
  25. Creating "cmTryCompileExec2495118828.dir\Debug\cmTryCompileExec2495118828.unsuccessfulbuild" because "AlwaysCreate" was specified.
  26.  
  27. ClCompile:
  28.  
  29. 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"cmTryCompileExec2495118828.dir\Debug\\" /Fd"cmTryCompileExec2495118828.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
  30.  
  31. Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86
  32.  
  33. Copyright (C) Microsoft Corporation. All rights reserved.
  34.  
  35.  
  36.  
  37. 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"cmTryCompileExec2495118828.dir\Debug\\" /Fd"cmTryCompileExec2495118828.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
  38.  
  39.  
  40.  
  41. testCCompiler.c
  42.  
  43. ManifestResourceCompile:
  44.  
  45. C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"cmTryCompileExec2495118828.dir\Debug\cmTryCompileExec2495118828.exe.embed.manifest.res" cmTryCompileExec2495118828.dir\Debug\cmTryCompileExec2495118828_manifest.rc
  46.  
  47. Link:
  48.  
  49. C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Kelsey\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2495118828.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:"cmTryCompileExec2495118828.dir\Debug\cmTryCompileExec2495118828.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:/Users/Kelsey/Desktop/OpenJK-rend2/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2495118828.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Kelsey/Desktop/OpenJK-rend2/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2495118828.lib" /MACHINE:X86 cmTryCompileExec2495118828.dir\Debug\cmTryCompileExec2495118828.exe.embed.manifest.res
  50.  
  51. cmTryCompileExec2495118828.dir\Debug\testCCompiler.obj /machine:X86 /debug
  52.  
  53. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:\Users\Kelsey\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec2495118828.vcxproj]
  54.  
  55. Done Building Project "C:\Users\Kelsey\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec2495118828.vcxproj" (default targets) -- FAILED.
  56.  
  57.  
  58.  
  59. Build FAILED.
  60.  
  61.  
  62.  
  63. "C:\Users\Kelsey\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec2495118828.vcxproj" (default target) (1) ->
  64.  
  65. (Link target) ->
  66.  
  67. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:\Users\Kelsey\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec2495118828.vcxproj]
  68.  
  69.  
  70.  
  71. 0 Warning(s)
  72.  
  73. 1 Error(s)
  74.  
  75.  
  76.  
  77. Time Elapsed 00:00:01.91
  78.  
  79.  
  80.  
  81. Determining if the C compiler works failed with the following output:
  82. Change Dir: C:/Users/Kelsey/Desktop/OpenJK-rend2/build/CMakeFiles/CMakeTmp
  83.  
  84. Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe cmTryCompileExec1254502417.vcxproj /p:Configuration=Debug /p:VisualStudioVersion=10.0
  85. Microsoft (R) Build Engine version 4.0.30319.18408
  86.  
  87. [Microsoft .NET Framework, version 4.0.30319.18408]
  88.  
  89. Copyright (C) Microsoft Corporation. All rights reserved.
  90.  
  91.  
  92.  
  93. Build started 2/26/2014 8:25:40 PM.
  94.  
  95. Project "C:\Users\Kelsey\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec1254502417.vcxproj" on node 1 (default targets).
  96.  
  97. PrepareForBuild:
  98.  
  99. Creating directory "cmTryCompileExec1254502417.dir\Debug\".
  100.  
  101. Creating directory "C:\Users\Kelsey\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\Debug\".
  102.  
  103. InitializeBuildStatus:
  104.  
  105. Creating "cmTryCompileExec1254502417.dir\Debug\cmTryCompileExec1254502417.unsuccessfulbuild" because "AlwaysCreate" was specified.
  106.  
  107. ClCompile:
  108.  
  109. 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"cmTryCompileExec1254502417.dir\Debug\\" /Fd"cmTryCompileExec1254502417.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
  110.  
  111. Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86
  112.  
  113. Copyright (C) Microsoft Corporation. All rights reserved.
  114.  
  115.  
  116.  
  117. 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"cmTryCompileExec1254502417.dir\Debug\\" /Fd"cmTryCompileExec1254502417.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
  118.  
  119.  
  120.  
  121. testCCompiler.c
  122.  
  123. ManifestResourceCompile:
  124.  
  125. C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"cmTryCompileExec1254502417.dir\Debug\cmTryCompileExec1254502417.exe.embed.manifest.res" cmTryCompileExec1254502417.dir\Debug\cmTryCompileExec1254502417_manifest.rc
  126.  
  127. Link:
  128.  
  129. C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Kelsey\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1254502417.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:"cmTryCompileExec1254502417.dir\Debug\cmTryCompileExec1254502417.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:/Users/Kelsey/Desktop/OpenJK-rend2/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1254502417.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Kelsey/Desktop/OpenJK-rend2/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1254502417.lib" /MACHINE:X86 cmTryCompileExec1254502417.dir\Debug\cmTryCompileExec1254502417.exe.embed.manifest.res
  130.  
  131. cmTryCompileExec1254502417.dir\Debug\testCCompiler.obj /machine:X86 /debug
  132.  
  133. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:\Users\Kelsey\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec1254502417.vcxproj]
  134.  
  135. Done Building Project "C:\Users\Kelsey\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec1254502417.vcxproj" (default targets) -- FAILED.
  136.  
  137.  
  138.  
  139. Build FAILED.
  140.  
  141.  
  142.  
  143. "C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec1254502417.vcxproj" (default target) (1) ->
  144.  
  145. (Link target) ->
  146.  
  147. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec1254502417.vcxproj]
  148.  
  149.  
  150.  
  151. 0 Warning(s)
  152.  
  153. 1 Error(s)
  154.  
  155.  
  156.  
  157. Time Elapsed 00:00:01.01
  158.  
  159.  
  160.  
  161. Determining if the C compiler works failed with the following output:
  162. Change Dir: C:/Users/Zack/Desktop/OpenJK-rend2/build/CMakeFiles/CMakeTmp
  163.  
  164. Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe cmTryCompileExec605903464.vcxproj /p:Configuration=Debug /p:VisualStudioVersion=10.0
  165. Microsoft (R) Build Engine version 4.0.30319.18408
  166.  
  167. [Microsoft .NET Framework, version 4.0.30319.18408]
  168.  
  169. Copyright (C) Microsoft Corporation. All rights reserved.
  170.  
  171.  
  172.  
  173. Build started 2/26/2014 8:29:36 PM.
  174.  
  175. Project "C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec605903464.vcxproj" on node 1 (default targets).
  176.  
  177. PrepareForBuild:
  178.  
  179. Creating directory "cmTryCompileExec605903464.dir\Debug\".
  180.  
  181. Creating directory "C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\Debug\".
  182.  
  183. InitializeBuildStatus:
  184.  
  185. Creating "cmTryCompileExec605903464.dir\Debug\cmTryCompileExec605903464.unsuccessfulbuild" because "AlwaysCreate" was specified.
  186.  
  187. ClCompile:
  188.  
  189. 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"cmTryCompileExec605903464.dir\Debug\\" /Fd"cmTryCompileExec605903464.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
  190.  
  191. Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86
  192.  
  193. Copyright (C) Microsoft Corporation. All rights reserved.
  194.  
  195.  
  196.  
  197. 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"cmTryCompileExec605903464.dir\Debug\\" /Fd"cmTryCompileExec605903464.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
  198.  
  199.  
  200.  
  201. testCCompiler.c
  202.  
  203. ManifestResourceCompile:
  204.  
  205. C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"cmTryCompileExec605903464.dir\Debug\cmTryCompileExec605903464.exe.embed.manifest.res" cmTryCompileExec605903464.dir\Debug\cmTryCompileExec605903464_manifest.rc
  206.  
  207. Link:
  208.  
  209. C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec605903464.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:"cmTryCompileExec605903464.dir\Debug\cmTryCompileExec605903464.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:/Users/Zack/Desktop/OpenJK-rend2/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec605903464.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Zack/Desktop/OpenJK-rend2/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec605903464.lib" /MACHINE:X86 cmTryCompileExec605903464.dir\Debug\cmTryCompileExec605903464.exe.embed.manifest.res
  210.  
  211. cmTryCompileExec605903464.dir\Debug\testCCompiler.obj /machine:X86 /debug
  212.  
  213. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec605903464.vcxproj]
  214.  
  215. Done Building Project "C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec605903464.vcxproj" (default targets) -- FAILED.
  216.  
  217.  
  218.  
  219. Build FAILED.
  220.  
  221.  
  222.  
  223. "C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec605903464.vcxproj" (default target) (1) ->
  224.  
  225. (Link target) ->
  226.  
  227. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec605903464.vcxproj]
  228.  
  229.  
  230.  
  231. 0 Warning(s)
  232.  
  233. 1 Error(s)
  234.  
  235.  
  236.  
  237. Time Elapsed 00:00:01.77
  238.  
  239.  
  240.  
  241. Determining if the C compiler works failed with the following output:
  242. Change Dir: C:/Users/Zack/Desktop/OpenJK-rend2/build/CMakeFiles/CMakeTmp
  243.  
  244. Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe cmTryCompileExec533659484.vcxproj /p:Configuration=Debug /p:VisualStudioVersion=10.0
  245. Microsoft (R) Build Engine version 4.0.30319.18408
  246.  
  247. [Microsoft .NET Framework, version 4.0.30319.18408]
  248.  
  249. Copyright (C) Microsoft Corporation. All rights reserved.
  250.  
  251.  
  252.  
  253. Build started 2/26/2014 8:30:27 PM.
  254.  
  255. Project "C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec533659484.vcxproj" on node 1 (default targets).
  256.  
  257. PrepareForBuild:
  258.  
  259. Creating directory "cmTryCompileExec533659484.dir\Debug\".
  260.  
  261. Creating directory "C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\Debug\".
  262.  
  263. InitializeBuildStatus:
  264.  
  265. Creating "cmTryCompileExec533659484.dir\Debug\cmTryCompileExec533659484.unsuccessfulbuild" because "AlwaysCreate" was specified.
  266.  
  267. ClCompile:
  268.  
  269. 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"cmTryCompileExec533659484.dir\Debug\\" /Fd"cmTryCompileExec533659484.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
  270.  
  271. Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86
  272.  
  273. Copyright (C) Microsoft Corporation. All rights reserved.
  274.  
  275.  
  276.  
  277. 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"cmTryCompileExec533659484.dir\Debug\\" /Fd"cmTryCompileExec533659484.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
  278.  
  279.  
  280.  
  281. testCCompiler.c
  282.  
  283. ManifestResourceCompile:
  284.  
  285. C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"cmTryCompileExec533659484.dir\Debug\cmTryCompileExec533659484.exe.embed.manifest.res" cmTryCompileExec533659484.dir\Debug\cmTryCompileExec533659484_manifest.rc
  286.  
  287. Link:
  288.  
  289. C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec533659484.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:"cmTryCompileExec533659484.dir\Debug\cmTryCompileExec533659484.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:/Users/Zack/Desktop/OpenJK-rend2/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec533659484.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Zack/Desktop/OpenJK-rend2/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec533659484.lib" /MACHINE:X86 cmTryCompileExec533659484.dir\Debug\cmTryCompileExec533659484.exe.embed.manifest.res
  290.  
  291. cmTryCompileExec533659484.dir\Debug\testCCompiler.obj /machine:X86 /debug
  292.  
  293. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec533659484.vcxproj]
  294.  
  295. Done Building Project "C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec533659484.vcxproj" (default targets) -- FAILED.
  296.  
  297.  
  298.  
  299. Build FAILED.
  300.  
  301.  
  302.  
  303. "C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec533659484.vcxproj" (default target) (1) ->
  304.  
  305. (Link target) ->
  306.  
  307. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:\Users\Zack\Desktop\OpenJK-rend2\build\CMakeFiles\CMakeTmp\cmTryCompileExec533659484.vcxproj]
  308.  
  309.  
  310.  
  311. 0 Warning(s)
  312.  
  313. 1 Error(s)
  314.  
  315.  
  316.  
  317. Time Elapsed 00:00:01.25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement