Advertisement
Guest User

TEE

a guest
Jul 25th, 2018
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1. Selecting Windows SDK version 10.0.17134.0 to target Windows 10.0.16299.
  2. The C compiler identification is MSVC 19.14.26433.0
  3. The CXX compiler identification is MSVC 19.14.26433.0
  4. Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.14.26428/bin/Hostx86/x64/cl.exe
  5. Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.14.26428/bin/Hostx86/x64/cl.exe -- works
  6. Detecting C compiler ABI info
  7. Detecting C compiler ABI info - done
  8. Detecting C compile features
  9. Detecting C compile features - done
  10. Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.14.26428/bin/Hostx86/x64/cl.exe
  11. Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.14.26428/bin/Hostx86/x64/cl.exe -- works
  12. Detecting CXX compiler ABI info
  13. Detecting CXX compiler ABI info - done
  14. Detecting CXX compile features
  15. Detecting CXX compile features - done
  16. CMake Deprecation Warning at CMakeLists.txt:18 (cmake_policy):
  17. The OLD behavior for policy CMP0005 will be removed from a future version
  18. of CMake.
  19.  
  20. The cmake-policies(7) manual explains that the OLD behaviors of all
  21. policies are deprecated and that a policy should be set to OLD only under
  22. specific short-term circumstances. Projects should be ported to the NEW
  23. behavior and not rely on setting a policy to OLD.
  24.  
  25.  
  26. CMake Deprecation Warning at CMakeLists.txt:20 (cmake_policy):
  27. The OLD behavior for policy CMP0043 will be removed from a future version
  28. of CMake.
  29.  
  30. The cmake-policies(7) manual explains that the OLD behaviors of all
  31. policies are deprecated and that a policy should be set to OLD only under
  32. specific short-term circumstances. Projects should be ported to the NEW
  33. behavior and not rely on setting a policy to OLD.
  34.  
  35.  
  36. Detected 64-bit platform
  37. MSVC: 64-bit platform, enforced -D_WIN64 parameter
  38. MSVC: Enabled increased number of sections in object files
  39. MSVC: Overloaded standard names
  40. MSVC: Disabled NON-SECURE warnings
  41. MSVC: Disabled POSIX warnings
  42. MSVC: Disabled generic compiletime warnings
  43. Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.5/lib/libmysql.lib
  44. Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.5/include
  45. Found MySQL executable: C:/Program Files/MySQL/MySQL Server 5.5/bin/mysql.exe
  46. Found git binary : C:/Program Files (x86)/Git/cmd/git.exe
  47.  
  48. Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t
  49. Continuing anyway - note that the versionstring will be set to "unknown 1970-01-01 00:00:00 (Archived)"
  50.  
  51. * TrinityCore revision : unknown 1970-01-01 00:00:00 +0000 (Archived branch)
  52.  
  53. * Install core to : C:/Program Files/TrinityCore
  54.  
  55. * Build world/auth : Yes (default)
  56. * Build with scripts : Yes (static)
  57. * Build map/vmap tools : No (default)
  58. * Build core w/PCH : Yes (default)
  59. * Build scripts w/PCH : Yes (default)
  60. * Show compile-warnings : No (default)
  61. * Use coreside debug : No (default)
  62. * Show source tree : Yes (hierarchical)
  63. * Use GIT revision hash : Yes (default)
  64.  
  65. Looking for pthread.h
  66. Looking for pthread.h - not found
  67. Found Threads: TRUE
  68. CMake Warning (dev) at dep/boost/CMakeLists.txt:29 (find_package):
  69. Policy CMP0074 is not set: find_package uses PackageName_ROOT variables.
  70. Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
  71. command to set the policy and suppress this warning.
  72.  
  73. Environment variable Boost_ROOT is set to:
  74.  
  75. C:\local\boost_1_66_0
  76.  
  77. For compatibility, CMake is ignoring the variable.
  78. This warning is for project developers. Use -Wno-dev to suppress it.
  79.  
  80. CMake Error at cmake/macros/FindBoost.cmake:1184 (message):
  81. Unable to find the requested Boost libraries.
  82.  
  83. Boost version: 1.66.0
  84.  
  85. Boost include path: C:/local/boost_1_66_0
  86.  
  87. Could not find the following static Boost libraries:
  88.  
  89. boost_system
  90. boost_filesystem
  91. boost_thread
  92. boost_program_options
  93. boost_iostreams
  94. boost_regex
  95.  
  96. No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
  97. directory containing Boost libraries or BOOST_ROOT to the location of
  98. Boost.
  99. Call Stack (most recent call first):
  100. dep/boost/CMakeLists.txt:29 (find_package)
  101.  
  102.  
  103. Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
  104. Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Failed
  105. CMake Error at dep/boost/CMakeLists.txt:47 (add_library):
  106. add_library cannot create target "boost" because another target with the
  107. same name already exists. The existing target is an interface library
  108. created in source directory "C:/WoDCore/TrinityCore-6.2.4-21355". See
  109. documentation for policy CMP0002 for more details.
  110.  
  111.  
  112. Looking for open
  113. Looking for open - found
  114. Found OpenSSL library: optimized;SSL_EAY_RELEASE-NOTFOUND;LIB_EAY_RELEASE-NOTFOUND;debug;SSL_EAY_DEBUG-NOTFOUND;LIB_EAY_DEBUG-NOTFOUND
  115. Found OpenSSL headers: C:/OpenSSL-Win64/include
  116.  
  117. * Script configuration (static):
  118. |
  119. +- worldserver
  120. | +- Commands
  121. | +- Custom
  122. | +- EasternKingdoms
  123. | +- Events
  124. | +- Kalimdor
  125. | +- Maelstrom
  126. | +- Northrend
  127. | +- OutdoorPvP
  128. | +- Outland
  129. | +- Pet
  130. | +- Spells
  131. | +- World
  132. |
  133.  
  134. Configuring incomplete, errors occurred!
  135. See also "C:/WoDCore/Build/CMakeFiles/CMakeOutput.log".
  136. See also "C:/WoDCore/Build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement