Advertisement
mbnoimi

Building Wt using winstng

Jan 3rd, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.72 KB | None | 0 0
  1. C:\mbnoimi\Wt-trunk\winstng>winst
  2. *******************************************************
  3. *                  Wt bootstrapper                    *
  4. *******************************************************
  5. Downloading wget...
  6. Downloading unzip...
  7. Downloading CMake...
  8. Setting up prerequisites...
  9. Setting up unzip...
  10. Setting up CMake...
  11. Bootstrapping...
  12. -- Building for: Visual Studio 10
  13. -- The C compiler identification is MSVC 16.0.30319.1
  14. -- The CXX compiler identification is MSVC 16.0.30319.1
  15. -- Check for working C compiler using: Visual Studio 10
  16. -- Check for working C compiler using: Visual Studio 10 -- broken
  17. CMake Error at C:/mbnoimi/Wt-trunk/winstng/downloads/cmake-2.8.11.2-win32-x86/sh
  18. are/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
  19.   The C compiler "C:/Program Files/Microsoft Visual Studio
  20.  10.0/VC/bin/cl.exe" is not able to compile a simple test program.
  21.  
  22.   It fails with the following output:
  23.  
  24.    Change Dir: C:/mbnoimi/Wt-trunk/winstng/build/CMakeFiles/CMakeTmp
  25.  
  26.  
  27.  
  28.   Run Build Command:C:\PROGRA~1\MICROS~2.0\Common7\IDE\devenv.com
  29.   CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec4165329740
  30.  
  31.  
  32.  
  33.   Microsoft (R) Visual Studio Version 10.0.30319.1.
  34.  
  35.   Copyright (C) Microsoft Corp.  All rights reserved.
  36.  
  37.   1>------ Build started: Project: cmTryCompileExec4165329740, Configuration:
  38.   Debug Win32 ------
  39.  
  40.   1>Build started 03/01/2014 05:04:17 م.
  41.  
  42.   1>PrepareForBuild:
  43.  
  44.   1> Creating directory
  45.   "C:\mbnoimi\Wt-trunk\winstng\build\CMakeFiles\CMakeTmp\Debug\".
  46.  
  47.  1>InitializeBuildStatus:
  48.  
  49.  1> Creating
  50.  "cmTryCompileExec4165329740.dir\Debug\cmTryCompileExec4165329740.unsuccessfulb
  51. uild"
  52.  because "AlwaysCreate" was specified.
  53.  
  54.  1>ClCompile:
  55.  
  56.  1> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01
  57.  for 80x86
  58.  
  59.  1> Copyright (C) Microsoft Corporation.  All rights reserved.
  60.  
  61.  1>
  62.  
  63.  1> cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D
  64.  "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise
  65.  /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec4165329740.dir\Debug\\"
  66.   /Fd"C:/mbnoimi/Wt-trunk/winstng/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileEx
  67. ec4165329740.pdb"
  68.   /Gd /TC /analyze- /errorReport:prompt testCCompiler.c
  69.  
  70.   1>
  71.  
  72.   1> testCCompiler.c
  73.  
  74.   1>LINK : fatal error LNK1123: failure during conversion to COFF: file
  75.   invalid or corrupt
  76.  
  77.   1>
  78.  
  79.   1>Build FAILED.
  80.  
  81.   1>
  82.  
  83.   1>Time Elapsed 00:00:00.22
  84.  
  85.   ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
  86.   ==========
  87.  
  88.  
  89.  
  90.  
  91.  
  92.   CMake will not be able to correctly generate this project.
  93. Call Stack (most recent call first):
  94.   CMakeLists.txt:2 (project)
  95.  
  96.  
  97. -- Configuring incomplete, errors occurred!
  98. C:\mbnoimi\Wt-trunk\winstng\build>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement