Advertisement
mbnoimi

Fuckin 2nd cmake log of Wt's Windows build

Jan 3rd, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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:/mbnoimi/Wt-trunk/winstng/downloads/cmake-2.8.11.2-win32-x86/share/cmake-2.8/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: C:/mbnoimi/Wt-trunk/wt/build/CMakeFiles/CMakeTmp
  12.  
  13.  
  14.  
  15.   Run Build Command:C:\PROGRA~1\MICROS~2.0\Common7\IDE\devenv.com
  16.   CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec2623383100
  17.  
  18.  
  19.  
  20.   Microsoft (R) Visual Studio Version 10.0.30319.1.
  21.  
  22.   Copyright (C) Microsoft Corp.  All rights reserved.
  23.  
  24.   1>------ Build started: Project: cmTryCompileExec2623383100, Configuration:
  25.   Debug Win32 ------
  26.  
  27.   1>Build started 03/01/2014 04:40:47 ĂȘ.
  28.  
  29.   1>PrepareForBuild:
  30.  
  31.   1> Creating directory
  32.   "C:\mbnoimi\Wt-trunk\wt\build\CMakeFiles\CMakeTmp\Debug\".
  33.  
  34.  1>InitializeBuildStatus:
  35.  
  36.  1> Creating
  37.  "cmTryCompileExec2623383100.dir\Debug\cmTryCompileExec2623383100.unsuccessfulbuild"
  38.  because "AlwaysCreate" was specified.
  39.  
  40.  1>ClCompile:
  41.  
  42.  1> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01
  43.  for 80x86
  44.  
  45.  1> Copyright (C) Microsoft Corporation.  All rights reserved.
  46.  
  47.  1>
  48.  
  49.  1> cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D
  50.  "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise
  51.   /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec2623383100.dir\Debug\\"
  52.   /Fd"C:/mbnoimi/Wt-trunk/wt/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2623383100.pdb"
  53.   /Gd /TC /analyze- /errorReport:prompt testCCompiler.c
  54.  
  55.   1>
  56.  
  57.   1> testCCompiler.c
  58.  
  59.   1>LINK : fatal error LNK1123: failure during conversion to COFF: file
  60.   invalid or corrupt
  61.  
  62.   1>
  63.  
  64.   1>Build FAILED.
  65.  
  66.   1>
  67.  
  68.   1>Time Elapsed 00:00:00.22
  69.  
  70.   ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
  71.   ==========
  72.  
  73.  
  74.  
  75.  
  76.  
  77.   CMake will not be able to correctly generate this project.
  78. Call Stack (most recent call first):
  79.   CMakeLists.txt:11 (PROJECT)
  80.  
  81.  
  82. Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement