Advertisement
Guest User

CMake

a guest
Jul 22nd, 2018
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 4.78 KB | None | 0 0
  1. The C compiler identification is MSVC 19.13.26131.1
  2. The CXX compiler identification is MSVC 19.13.26131.1
  3. Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.13.26128/bin/Hostx86/x86/cl.exe
  4. Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.13.26128/bin/Hostx86/x86/cl.exe -- works
  5. Detecting C compiler ABI info
  6. Detecting C compiler ABI info - done
  7. Detecting C compile features
  8. Detecting C compile features - done
  9. Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.13.26128/bin/Hostx86/x86/cl.exe
  10. Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.13.26128/bin/Hostx86/x86/cl.exe -- works
  11. Detecting CXX compiler ABI info
  12. Detecting CXX compiler ABI info - done
  13. Detecting CXX compile features
  14. Detecting CXX compile features - done
  15. CMake Deprecation Warning at CMakeLists.txt:18 (cmake_policy):
  16.   The OLD behavior for policy CMP0005 will be removed from a future version
  17.   of CMake.
  18.  
  19.   The cmake-policies(7) manual explains that the OLD behaviors of all
  20.   policies are deprecated and that a policy should be set to OLD only under
  21.   specific short-term circumstances.  Projects should be ported to the NEW
  22.   behavior and not rely on setting a policy to OLD.
  23.  
  24.  
  25. CMake Deprecation Warning at CMakeLists.txt:20 (cmake_policy):
  26.   The OLD behavior for policy CMP0043 will be removed from a future version
  27.   of CMake.
  28.  
  29.   The cmake-policies(7) manual explains that the OLD behaviors of all
  30.   policies are deprecated and that a policy should be set to OLD only under
  31.   specific short-term circumstances.  Projects should be ported to the NEW
  32.   behavior and not rely on setting a policy to OLD.
  33.  
  34.  
  35. Detected 32-bit platform
  36. MSVC: Enabled large address awareness
  37. MSVC: Enabled SSE2 support
  38. MSVC: Disabled Safe Exception Handlers for debug builds
  39. MSVC: Enabled increased number of sections in object files
  40. MSVC: Overloaded standard names
  41. MSVC: Disabled NON-SECURE warnings
  42. MSVC: Disabled POSIX warnings
  43. MSVC: Disabled generic compiletime warnings
  44. Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.5/lib/libmysql.lib
  45. Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.5/include
  46. Found MySQL executable: C:/Program Files/MySQL/MySQL Server 5.5/bin/mysql.exe
  47. Found git binary : C:/Program Files/Git/cmd/git.exe
  48.  
  49.     Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t
  50.     Continuing anyway - note that the versionstring will be set to "unknown 1970-01-01 00:00:00 (Archived)"
  51.  
  52. * TrinityCore revision   : unknown 1970-01-01 00:00:00 +0000 (Archived branch)
  53.  
  54. * Install core to        : C:/Program Files (x86)/TrinityCore
  55.  
  56. * Build world/auth       : Yes (default)
  57. * Build with scripts     : Yes (static)
  58. * Build map/vmap tools   : No  (default)
  59. * Build core w/PCH       : Yes (default)
  60. * Build scripts w/PCH    : Yes (default)
  61. * Show compile-warnings  : No  (default)
  62. * Use coreside debug     : No  (default)
  63. * Show source tree       : Yes (hierarchical)
  64. * Use GIT revision hash  : Yes (default)
  65.  
  66. CMake Warning (dev) at dep/boost/CMakeLists.txt:29 (find_package):
  67.   Policy CMP0074 is not set: find_package uses PackageName_ROOT variables.
  68.   Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  69.   command to set the policy and suppress this warning.
  70.  
  71.   Environment variable Boost_ROOT is set to:
  72.  
  73.     C:\local\boost_1_66_0
  74.  
  75.   For compatibility, CMake is ignoring the variable.
  76. This warning is for project developers.  Use -Wno-dev to suppress it.
  77.  
  78. CMake Error at cmake/macros/FindBoost.cmake:687 (file):
  79.   file STRINGS file "C:/local/boost_1_66_0/lib64-msvc-14.1/boost/version.hpp"
  80.   cannot be read.
  81. Call Stack (most recent call first):
  82.   dep/boost/CMakeLists.txt:29 (find_package)
  83.  
  84.  
  85. CMake Error at cmake/macros/FindBoost.cmake:1184 (message):
  86.   Unable to find the requested Boost libraries.
  87.  
  88.   Boost version: 0.0.0
  89.  
  90.   Boost include path: C:/local/boost_1_66_0/lib64-msvc-14.1
  91.  
  92.   Detected version of Boost is too old.  Requested version was 1.51 (or
  93.   newer).
  94. Call Stack (most recent call first):
  95.   dep/boost/CMakeLists.txt:29 (find_package)
  96.  
  97.  
  98. CMake Error at C:/Program Files/CMake/share/cmake-3.12/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  99.   Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)
  100. Call Stack (most recent call first):
  101.   C:/Program Files/CMake/share/cmake-3.12/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  102.   cmake/macros/FindOpenSSL.cmake:176 (find_package_handle_standard_args)
  103.   dep/openssl/CMakeLists.txt:16 (find_package)
  104.  
  105.  
  106. Configuring incomplete, errors occurred!
  107. See also "C:/WoD/Build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement