Advertisement
kenny11162

compile error

Apr 27th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. The C compiler identification is MSVC 18.0.31101.0
  2. The CXX compiler identification is MSVC 18.0.31101.0
  3. Check for working C compiler using: Visual Studio 12 2013
  4. Check for working C compiler using: Visual Studio 12 2013 -- works
  5. Detecting C compiler ABI info
  6. Detecting C compiler ABI info - done
  7. Check for working CXX compiler using: Visual Studio 12 2013
  8. Check for working CXX compiler using: Visual Studio 12 2013 -- works
  9. Detecting CXX compiler ABI info
  10. Detecting CXX compiler ABI info - done
  11. Detecting CXX compile features
  12. Detecting CXX compile features - done
  13. Detected 32-bit platform
  14. MSVC: Enabled large address awareness
  15. MSVC: Enabled SSE2 support
  16. MSVC: Disabled Safe Exception Handlers for debug builds
  17. MSVC: Overloaded standard names
  18. MSVC: Disabled NON-SECURE warnings
  19. MSVC: Disabled POSIX warnings
  20. MSVC: Disabled generic compiletime warnings
  21. Found OpenSSL library: optimized;C:/OpenSSL-Win32/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win32/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win32/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win32/lib/VC/libeay32MDd.lib
  22. Found OpenSSL headers: C:/OpenSSL-Win32/include
  23. Looking for include file pthread.h
  24. CMake Warning (dev) in C:/Users/kenan/Desktop/New folder (2)/build/CMakeFiles/CMakeTmp/CMakeLists.txt:
  25. Syntax Warning in cmake code at
  26.  
  27. C:/Users/kenan/Desktop/New folder (2)/build/CMakeFiles/CMakeTmp/CMakeLists.txt:2:60
  28.  
  29. Argument not separated from preceding token by whitespace.
  30. This warning is for project developers. Use -Wno-dev to suppress it.
  31.  
  32. Looking for include file pthread.h - not found
  33. Found Threads: TRUE
  34. Found ZMQ library: C:/Program Files (x86)/ZeroMQ 4.0.4/lib/libzmq-v120-mt-4_0_4.lib
  35. Found ZMQ headers: C:/Program Files (x86)/ZeroMQ 4.0.4/include
  36. CMake Error at cmake/macros/FindBoost.cmake:1184 (message):
  37. Unable to find the requested Boost libraries.
  38.  
  39. Boost version: 1.58.0
  40.  
  41. Boost include path: C:/Users/kenan/Desktop/boost_1_58_0
  42.  
  43. Could not find the following static Boost libraries:
  44.  
  45. boost_filesystem
  46. boost_program_options
  47. boost_iostreams
  48.  
  49. Some (but not all) of the required Boost libraries were found. You may
  50. need to install these additional Boost libraries. Alternatively, set
  51. BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  52. to the location of Boost.
  53. Call Stack (most recent call first):
  54. cmake/macros/ConfigureBoost.cmake:28 (find_package)
  55. CMakeLists.txt:63 (include)
  56.  
  57.  
  58. Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
  59. CMake Warning (dev) in C:/Users/kenan/Desktop/New folder (2)/build/CMakeFiles/CMakeTmp/CMakeLists.txt:
  60. Syntax Warning in cmake code at
  61.  
  62. C:/Users/kenan/Desktop/New folder (2)/build/CMakeFiles/CMakeTmp/CMakeLists.txt:2:60
  63.  
  64. Argument not separated from preceding token by whitespace.
  65. This warning is for project developers. Use -Wno-dev to suppress it.
  66.  
  67. Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Failed
  68. Found MySQL library: C:/Program Files (x86)/MySQL/MySQL Server 5.5/lib/libmysql.lib
  69. Found MySQL headers: C:/Program Files (x86)/MySQL/MySQL Server 5.5/include
  70. Found MySQL executable: C:/Program Files (x86)/MySQL/MySQL Server 5.5/bin/mysql.exe
  71. Found git binary : C:/Program Files (x86)/Git/cmd/git.exe
  72.  
  73. * TrinityCore revision : d37ecf796ef2 2015-04-27 17:01:30 +0200 (6.x branch)
  74.  
  75. * Install core to : C:/Program Files (x86)/TrinityCore
  76.  
  77. * Build world/auth : Yes (default)
  78. * Build with scripts : Yes (default)
  79. * Build map/vmap tools : No (default)
  80. * Build core w/PCH : Yes (default)
  81. * Build scripts w/PCH : Yes (default)
  82. * Show compile-warnings : No (default)
  83. * Use coreside debug : No (default)
  84. * Show source tree : No (default)
  85. * Use GIT revision hash : Yes
  86.  
  87. Performing Test FMT_INITIALIZER_LIST
  88. CMake Warning (dev) in C:/Users/kenan/Desktop/New folder (2)/build/CMakeFiles/CMakeTmp/CMakeLists.txt:
  89. Syntax Warning in cmake code at
  90.  
  91. C:/Users/kenan/Desktop/New folder (2)/build/CMakeFiles/CMakeTmp/CMakeLists.txt:2:60
  92.  
  93. Argument not separated from preceding token by whitespace.
  94. This warning is for project developers. Use -Wno-dev to suppress it.
  95.  
  96. Performing Test FMT_INITIALIZER_LIST - Success
  97. Looking for open
  98. CMake Warning (dev) in C:/Users/kenan/Desktop/New folder (2)/build/CMakeFiles/CMakeTmp/CMakeLists.txt:
  99. Syntax Warning in cmake code at
  100.  
  101. C:/Users/kenan/Desktop/New folder (2)/build/CMakeFiles/CMakeTmp/CMakeLists.txt:2:60
  102.  
  103. Argument not separated from preceding token by whitespace.
  104. This warning is for project developers. Use -Wno-dev to suppress it.
  105.  
  106. Looking for open - found
  107. SCRIPT PREPARATIONS
  108. -> Prepared: Spells
  109. -> Prepared: Commands
  110. -> Prepared: Custom
  111. -> Prepared: World
  112. -> Prepared: Outdoor PVP Zones
  113. -> Prepared: Eastern Kingdoms
  114. -> Prepared: Kalimdor
  115. -> Prepared: Outland
  116. -> Prepared: Northrend
  117. -> Prepared: The Maelstrom
  118. -> Prepared: Events
  119. -> Prepared: Pet
  120. SCRIPT PREPARATION COMPLETE
  121.  
  122. Configuring incomplete, errors occurred!
  123. See also "C:/Users/kenan/Desktop/New folder (2)/build/CMakeFiles/CMakeOutput.log".
  124. See also "C:/Users/kenan/Desktop/New folder (2)/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement