Advertisement
Guest User

Cmake Boost error

a guest
Jul 25th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 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 64-bit platform
  22. MSVC: 64-bit platform, enforced -D_WIN64 parameter
  23. MSVC: Enabled increased number of sections in object files
  24. MSVC: Overloaded standard names
  25. MSVC: Disabled NON-SECURE warnings
  26. MSVC: Disabled POSIX warnings
  27. MSVC: Disabled generic compiletime warnings
  28. Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.5/lib/libmysql.lib
  29. Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.5/include
  30. Found MySQL executable: C:/Program Files/MySQL/MySQL Server 5.5/bin/mysql.exe
  31. Found git binary : C:/Program Files/Git/cmd/git.exe
  32.  
  33. Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t
  34. Continuing anyway - note that the versionstring will be set to "unknown 1970-01-01 00:00:00 (Archived)"
  35.  
  36. * TrinityCore revision : unknown 1970-01-01 00:00:00 +0000 (Archived branch)
  37.  
  38. * Install core to : C:/Program Files/TrinityCore
  39.  
  40. * Build world/auth : Yes (default)
  41. * Build with scripts : Yes (static)
  42. * Build map/vmap tools : Yes
  43. * Build core w/PCH : Yes (default)
  44. * Build scripts w/PCH : Yes (default)
  45. * Show compile-warnings : No (default)
  46. * Use coreside debug : No (default)
  47. * Show source tree : Yes (hierarchical)
  48. * Use GIT revision hash : Yes (default)
  49.  
  50. CMake Warning (dev) at dep/boost/CMakeLists.txt:29 (find_package):
  51. Policy CMP0074 is not set: find_package uses PackageName_ROOT variables.
  52. Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
  53. command to set the policy and suppress this warning.
  54.  
  55. Environment variable Boost_ROOT is set to:
  56.  
  57. C:\local\boost_1_66_0
  58.  
  59. For compatibility, CMake is ignoring the variable.
  60. This warning is for project developers. Use -Wno-dev to suppress it.
  61.  
  62. CMake Error at cmake/macros/FindBoost.cmake:1184 (message):
  63. Unable to find the requested Boost libraries.
  64.  
  65. Boost version: 1.66.0
  66.  
  67. Boost include path: C:/local/boost_1_66_0
  68.  
  69. Could not find the following static Boost libraries:
  70.  
  71. boost_system
  72. boost_filesystem
  73. boost_thread
  74. boost_program_options
  75. boost_iostreams
  76. boost_regex
  77.  
  78. No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
  79. directory containing Boost libraries or BOOST_ROOT to the location of
  80. Boost.
  81. Call Stack (most recent call first):
  82. dep/boost/CMakeLists.txt:29 (find_package)
  83.  
  84.  
  85. Found OpenSSL library: optimized;SSL_EAY_RELEASE-NOTFOUND;LIB_EAY_RELEASE-NOTFOUND;debug;SSL_EAY_DEBUG-NOTFOUND;LIB_EAY_DEBUG-NOTFOUND
  86. Found OpenSSL headers: C:/OpenSSL-Win64/include
  87.  
  88. * Script configuration (static):
  89. |
  90. +- worldserver
  91. | +- Commands
  92. | +- Custom
  93. | +- EasternKingdoms
  94. | +- Events
  95. | +- Kalimdor
  96. | +- Maelstrom
  97. | +- Northrend
  98. | +- OutdoorPvP
  99. | +- Outland
  100. | +- Pet
  101. | +- Spells
  102. | +- World
  103. |
  104.  
  105. Configuring incomplete, errors occurred!
  106. See also "C:/Users/Adam/Desktop/WoD server/Build/CMakeFiles/CMakeOutput.log".
  107. See also "C:/Users/Adam/Desktop/WoD server/Build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement