Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. CMake Deprecation Warning at CMakeLists.txt:22 (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:24 (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. cotire 1.7.10 loaded.
  31. Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.6/lib/libmysql.lib
  32. Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.6/include
  33. Found MySQL executable: C:/Program Files/MySQL/MySQL Server 5.6/bin/mysql.exe
  34. Found git binary : C:/Program Files/Git/cmd/git.exe
  35.  
  36. * TrinityCore revision : 28b8c369bb75 2019-07-19 01:24:22 +0200 (3.3.5 branch)
  37.  
  38. * Install core to : C:/Program Files (x86)/TrinityCore
  39.  
  40. * Build world/auth : Yes (default)
  41. * Build with scripts : Yes (static)
  42. * Build map/vmap tools : Yes (default)
  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:50 (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:1233 (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. If you still have problems search on forum for TCE00020.
  81. Call Stack (most recent call first):
  82. dep/boost/CMakeLists.txt:50 (find_package)
  83.  
  84.  
  85. CMake Error at C:/Program Files/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  86. Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)
  87. Call Stack (most recent call first):
  88. C:/Program Files/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  89. cmake/macros/FindOpenSSL.cmake:186 (find_package_handle_standard_args)
  90. dep/openssl/CMakeLists.txt:16 (find_package)
  91.  
  92.  
  93. Configuring incomplete, errors occurred!
  94. See also "C:/Trinity/Build/CMakeFiles/CMakeOutput.log".
  95. See also "C:/Trinity/Build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement