Advertisement
Guest User

errors

a guest
Jul 24th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 4.45 KB | None | 0 0
  1. CMake Deprecation Warning at CMakeLists.txt:18 (cmake_policy):
  2.   The OLD behavior for policy CMP0005 will be removed from a future version
  3.   of CMake.
  4.  
  5.   The cmake-policies(7) manual explains that the OLD behaviors of all
  6.   policies are deprecated and that a policy should be set to OLD only under
  7.   specific short-term circumstances.  Projects should be ported to the NEW
  8.   behavior and not rely on setting a policy to OLD.
  9.  
  10.  
  11. CMake Deprecation Warning at CMakeLists.txt:20 (cmake_policy):
  12.   The OLD behavior for policy CMP0043 will be removed from a future version
  13.   of CMake.
  14.  
  15.   The cmake-policies(7) manual explains that the OLD behaviors of all
  16.   policies are deprecated and that a policy should be set to OLD only under
  17.   specific short-term circumstances.  Projects should be ported to the NEW
  18.   behavior and not rely on setting a policy to OLD.
  19.  
  20.  
  21. Detected 32-bit platform
  22. MSVC: Enabled large address awareness
  23. MSVC: Enabled SSE2 support
  24. MSVC: Disabled Safe Exception Handlers for debug builds
  25. MSVC: Enabled increased number of sections in object files
  26. MSVC: Overloaded standard names
  27. MSVC: Disabled NON-SECURE warnings
  28. MSVC: Disabled POSIX warnings
  29. MSVC: Disabled generic compiletime warnings
  30. Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.5/lib/libmysql.lib
  31. Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.5/include
  32. Found MySQL executable: C:/Program Files/MySQL/MySQL Server 5.5/bin/mysql.exe
  33. Found git binary : C:/Program Files/Git/cmd/git.exe
  34.  
  35.     Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t
  36.     Continuing anyway - note that the versionstring will be set to "unknown 1970-01-01 00:00:00 (Archived)"
  37.  
  38. * TrinityCore revision   : unknown 1970-01-01 00:00:00 +0000 (Archived branch)
  39.  
  40. * Install core to        : C:/Program Files (x86)/TrinityCore
  41.  
  42. * Build world/auth       : Yes (default)
  43. * Build with scripts     : Yes (static)
  44. * Build map/vmap tools   : No  (default)
  45. * Build core w/PCH       : Yes (default)
  46. * Build scripts w/PCH    : Yes (default)
  47. * Show compile-warnings  : No  (default)
  48. * Use coreside debug     : No  (default)
  49. * Show source tree       : Yes (hierarchical)
  50. * Use GIT revision hash  : Yes (default)
  51.  
  52. CMake Warning (dev) at dep/boost/CMakeLists.txt:29 (find_package):
  53.   Policy CMP0074 is not set: find_package uses PackageName_ROOT variables.
  54.   Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  55.   command to set the policy and suppress this warning.
  56.  
  57.   Environment variable Boost_ROOT is set to:
  58.  
  59.     C:\local\boost_1_65_1
  60.  
  61.   For compatibility, CMake is ignoring the variable.
  62. This warning is for project developers.  Use -Wno-dev to suppress it.
  63.  
  64. CMake Error at cmake/macros/FindBoost.cmake:1184 (message):
  65.   Unable to find the requested Boost libraries.
  66.  
  67.   Boost version: 1.65.1
  68.  
  69.   Boost include path: C:/local/boost_1_65_1
  70.  
  71.   Could not find the following static Boost libraries:
  72.  
  73.           boost_system
  74.           boost_filesystem
  75.           boost_thread
  76.           boost_program_options
  77.           boost_iostreams
  78.           boost_regex
  79.  
  80.   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
  81.   directory containing Boost libraries or BOOST_ROOT to the location of
  82.   Boost.
  83. Call Stack (most recent call first):
  84.   dep/boost/CMakeLists.txt:29 (find_package)
  85.  
  86.  
  87. 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
  88. Found OpenSSL headers: C:/OpenSSL-Win64/include
  89.  
  90. * Script configuration (static):
  91.     |
  92.     +- worldserver
  93.     |   +- Commands
  94.     |   +- Custom
  95.     |   +- EasternKingdoms
  96.     |   +- Events
  97.     |   +- Kalimdor
  98.     |   +- Maelstrom
  99.     |   +- Northrend
  100.     |   +- OutdoorPvP
  101.     |   +- Outland
  102.     |   +- Pet
  103.     |   +- Spells
  104.     |   +- World
  105.     |
  106.  
  107. CMake Warning (dev) at CMakeLists.txt:82 (find_package):
  108.   Policy CMP0074 is not set: find_package uses PackageName_ROOT variables.
  109.   Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  110.   command to set the policy and suppress this warning.
  111.  
  112.   Environment variable Boost_ROOT is set to:
  113.  
  114.     C:\local\boost_1_65_1
  115.  
  116.   For compatibility, CMake is ignoring the variable.
  117. This warning is for project developers.  Use -Wno-dev to suppress it.
  118.  
  119. Boost version: 1.65.1
  120. Configuring incomplete, errors occurred!
  121. See also "C:/WoD/Build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement