Advertisement
Guest User

aa

a guest
Jun 23rd, 2018
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 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:\mysql-5.6.35-win32\lib
  32. Found MySQL headers: C:\mysql-5.6.35-win32\include
  33. Found MySQL executable: C:\mysql-5.6.35-win32\bin
  34. Found git binary : C:/Program Files/Git/cmd/git.exe
  35.  
  36. * TrinityCore revision : 4fe5a167d298+ 2018-06-01 10:38:07 -0300 (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 Error at cmake/macros/FindBoost.cmake:1231 (message):
  51. Unable to find the requested Boost libraries.
  52.  
  53. Boost version: 1.67.0
  54.  
  55. Boost include path: C:/boost_1_67_0
  56.  
  57. Could not find the following static Boost libraries:
  58.  
  59. boost_system
  60. boost_filesystem
  61. boost_thread
  62. boost_program_options
  63. boost_iostreams
  64. boost_regex
  65.  
  66. No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
  67. directory containing Boost libraries or BOOST_ROOT to the location of
  68. Boost. If you still have problems search on forum for TCE00020.
  69. Call Stack (most recent call first):
  70. dep/boost/CMakeLists.txt:44 (find_package)
  71.  
  72.  
  73. Found OpenSSL library: optimized;C:/OpenSSL-Win32/lib/VC/libssl32MD.lib;C:/OpenSSL-Win32/lib/VC/libcrypto32MD.lib;debug;C:/OpenSSL-Win32/lib/VC/libssl32MDd.lib;C:/OpenSSL-Win32/lib/VC/libcrypto32MDd.lib
  74. Found OpenSSL headers: C:/OpenSSL-Win32/include
  75. CXX target common cotired without unity build.
  76. CXX target database cotired without unity build.
  77. CXX target shared cotired without unity build.
  78. CXX target game cotired without unity build.
  79. CXX RC target authserver cotired without unity build.
  80.  
  81. * Script configuration (static):
  82. |
  83. +- worldserver
  84. | +- Commands
  85. | +- Custom
  86. | +- EasternKingdoms
  87. | +- Events
  88. | +- Kalimdor
  89. | +- Northrend
  90. | +- OutdoorPvP
  91. | +- Outland
  92. | +- Pet
  93. | +- Spells
  94. | +- World
  95. |
  96. CXX target scripts cotired without unity build.
  97.  
  98. CXX RC target worldserver cotired without unity build.
  99. Configuring incomplete, errors occurred!
  100. See also "C:/Users/chris/Desktop/something for blastwow/Source/build/CMakeFiles/CMakeOutput.log".
  101. See also "C:/Users/chris/Desktop/something for blastwow/Source/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement