Guest User

Ree

a guest
Jul 22nd, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 3.07 KB | None | 0 0
  1.  
  2. Detected 32-bit platform
  3. MSVC: Enabled large address awareness
  4. MSVC: Enabled SSE2 support
  5. MSVC: Disabled Safe Exception Handlers for debug builds
  6. MSVC: Enabled increased number of sections in object files
  7. MSVC: Overloaded standard names
  8. MSVC: Disabled NON-SECURE warnings
  9. MSVC: Disabled POSIX warnings
  10. MSVC: Disabled generic compiletime warnings
  11. Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.5/lib/libmysql.lib
  12. Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.5/include
  13. Found MySQL executable: C:/Program Files/MySQL/MySQL Server 5.5/bin/mysql.exe
  14. Found git binary : C:/Program Files/Git/cmd/git.exe
  15.  
  16.     Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t
  17.     Continuing anyway - note that the versionstring will be set to "unknown 1970-01-01 00:00:00 (Archived)"
  18.  
  19. * TrinityCore revision   : unknown 1970-01-01 00:00:00 +0000 (Archived branch)
  20.  
  21. * Install core to        : C:/Program Files (x86)/TrinityCore
  22.  
  23. * Build world/auth       : Yes (default)
  24. * Build with scripts     : Yes (static)
  25. * Build map/vmap tools   : No  (default)
  26. * Build core w/PCH       : Yes (default)
  27. * Build scripts w/PCH    : Yes (default)
  28. * Show compile-warnings  : No  (default)
  29. * Use coreside debug     : No  (default)
  30. * Show source tree       : Yes (hierarchical)
  31. * Use GIT revision hash  : Yes (default)
  32.  
  33. CMake Warning (dev) at dep/boost/CMakeLists.txt:29 (find_package):
  34.   Policy CMP0074 is not set: find_package uses PackageName_ROOT variables.
  35.   Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  36.   command to set the policy and suppress this warning.
  37.  
  38.   Environment variable Boost_ROOT is set to:
  39.  
  40.     C:\local\boost_1_66_0
  41.  
  42.   For compatibility, CMake is ignoring the variable.
  43. This warning is for project developers.  Use -Wno-dev to suppress it.
  44.  
  45. CMake Error at cmake/macros/FindBoost.cmake:687 (file):
  46.   file STRINGS file "C:/local/boost_1_66_0/lib64-msvc-14.1/boost/version.hpp"
  47.   cannot be read.
  48. Call Stack (most recent call first):
  49.   dep/boost/CMakeLists.txt:29 (find_package)
  50.  
  51.  
  52. CMake Error at cmake/macros/FindBoost.cmake:1184 (message):
  53.   Unable to find the requested Boost libraries.
  54.  
  55.   Boost version: 0.0.0
  56.  
  57.   Boost include path: C:/local/boost_1_66_0/lib64-msvc-14.1
  58.  
  59.   Detected version of Boost is too old.  Requested version was 1.51 (or
  60.   newer).
  61. Call Stack (most recent call first):
  62.   dep/boost/CMakeLists.txt:29 (find_package)
  63.  
  64.  
  65. Found OpenSSL library: optimized;C:/OpenSSL-Win64/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win64/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win64/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win64/lib/VC/libeay32MDd.lib
  66. Found OpenSSL headers: C:/OpenSSL-Win64/include
  67.  
  68. * Script configuration (static):
  69.     |
  70.     +- worldserver
  71.     |   +- Commands
  72.     |   +- Custom
  73.     |   +- EasternKingdoms
  74.     |   +- Events
  75.     |   +- Kalimdor
  76.     |   +- Maelstrom
  77.     |   +- Northrend
  78.     |   +- OutdoorPvP
  79.     |   +- Outland
  80.     |   +- Pet
  81.     |   +- Spells
  82.     |   +- World
  83.     |
  84.  
  85. Configuring incomplete, errors occurred!
  86. See also "C:/WoD/Build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment