Advertisement
DrArkaneX

azcore

Apr 17th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.20 KB | None | 0 0
  1. sal9000 /home/doc/source/azerothcore-wotlk/build # cmake ../ -DCMAKE_INSTALL_PREFIX=/opt/azeroth-bots -DCMAKE_C_COMPILER=/usr/lib64/llvm/8/bin/clang -DCMAKE_CXX_COMPILER=/usr/lib64/llvm/8/bin/clang++ -DSCRIPTS=1 -DENABLE_EXTRAS=0
  2. -- The C compiler identification is Clang 8.0.0
  3. -- The CXX compiler identification is Clang 8.0.0
  4. -- Check for working C compiler: /usr/lib64/llvm/8/bin/clang
  5. -- Check for working C compiler: /usr/lib64/llvm/8/bin/clang -- 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: /usr/lib64/llvm/8/bin/clang++
  11. -- Check for working CXX compiler: /usr/lib64/llvm/8/bin/clang++ -- 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:16 (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. Loading module: modules/mod-eluna-lua-engine
  27. Loading module: modules/bot
  28. -- Running cmake hook: AFTER_LOAD_CONF
  29. Including /home/doc/source/azerothcore-wotlk/modules/mod-eluna-lua-engine/cmake/after_load_conf.cmake
  30. ** [Eluna Module] LuaEngine is enable!
  31. -- Detected 64-bit platform
  32. -- UNIX: Using jemalloc
  33. -- UNIX: Using default configuration directory
  34. -- UNIX: Using default library directory
  35. -- UNIX: Configuring uninstall target
  36. -- UNIX: Created uninstall target
  37. -- UNIX: Detected compiler: /usr/lib64/llvm/8/bin/clang
  38. -- Running cmake hook: AFTER_LOAD_CMAKE_MODULES
  39. -- No hooks registered for AFTER_LOAD_CMAKE_MODULES
  40. -- cotire 1.8.0 loaded.
  41. -- Found ACE library: /usr/lib/libACE.so
  42. -- Found ACE headers: /usr/include
  43. -- Using mysql-config: /usr/bin/mysql_config
  44. -- Found MySQL library: /usr/lib/libmysqlclient.so
  45. -- Found MySQL headers: /usr/include/mysql
  46. -- Found git binary : /usr/bin/git
  47.  
  48. * AzerothCore revision : b72b4a45bca4+ 2019-04-10 10:49:44 -0400 (master branch)
  49. * AzerothCore buildtype : Release
  50.  
  51. * Install core to : /opt/azeroth-bots
  52. * Install libraries to : /opt/azeroth-bots/lib
  53. * Install configs to : /opt/azeroth-bots/etc
  54.  
  55. * Build world/auth : Yes (default)
  56. * Build with scripts : Yes (default)
  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. * Enable MariaDB 10.2+ support : No (default)
  63. * Use unix gperftools : No (default)
  64. * Use GIT revision hash : Yes (default)
  65. * Enable extra features : No
  66. * Enable vmap DisableMgr checks : Yes (default)
  67. * Enable extra logging functions : No (default)
  68. * Show source tree : No (For UNIX default)
  69.  
  70. -- Looking for pthread.h
  71. -- Looking for pthread.h - found
  72. -- Looking for pthread_create
  73. -- Looking for pthread_create - not found
  74. -- Looking for pthread_create in pthreads
  75. -- Looking for pthread_create in pthreads - not found
  76. -- Looking for pthread_create in pthread
  77. -- Looking for pthread_create in pthread - found
  78. -- Found Threads: TRUE
  79. -- Found ZLIB: /usr/lib/libz.so (found version "1.2.11")
  80. -- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so
  81. -- Found Readline library: /usr/lib/libreadline.so
  82. -- Include dir is: /usr/include
  83. -- Looking for MADV_FREE
  84. -- Looking for MADV_FREE - found
  85. -- CXX target common cotired without unity build.
  86. -- Running cmake hook: BEFORE_SRC_LOAD
  87. -- No hooks registered for BEFORE_SRC_LOAD
  88. -- Running cmake hook: BEFORE_GAME_LIBRARY
  89. Including /home/doc/source/azerothcore-wotlk/modules/mod-eluna-lua-engine/cmake/before_gs_install.cmake
  90. -- CXX target game cotired without unity build.
  91. -- Running cmake hook: AFTER_GAME_LIBRARY
  92. Including /home/doc/source/azerothcore-wotlk/modules/mod-eluna-lua-engine/cmake/after_gs_install.cmake
  93. CMake Warning (dev) at modules/mod-eluna-lua-engine/cmake/after_gs_install.cmake:10 (target_link_libraries):
  94. Policy CMP0023 is not set: Plain and keyword target_link_libraries
  95. signatures cannot be mixed. Run "cmake --help-policy CMP0023" for policy
  96. details. Use the cmake_policy command to set the policy and suppress this
  97. warning.
  98.  
  99. The keyword signature for target_link_libraries has already been used with
  100. the target "game". All uses of target_link_libraries with a target should
  101. be either all-keyword or all-plain.
  102.  
  103. The uses of the keyword signature are here:
  104.  
  105. * src/server/game/CMakeLists.txt:52 (target_link_libraries)
  106.  
  107. Call Stack (most recent call first):
  108. deps/drassil/cmake-utils/utils.cmake:130 (include)
  109. src/server/game/CMakeLists.txt:67 (CU_RUN_HOOK)
  110. This warning is for project developers. Use -Wno-dev to suppress it.
  111.  
  112. -- CXX target authserver cotired without unity build.
  113. -- Running cmake hook: AFTER_AUTHSERVER_CMAKE
  114. -- No hooks registered for AFTER_AUTHSERVER_CMAKE
  115. -- Running cmake hook: BEFORE_SCRIPTS_LIBRARY
  116. Including /home/doc/source/azerothcore-wotlk/modules/mod-eluna-lua-engine/cmake/before_script_install.cmake
  117. -- SCRIPT PREPARATIONS
  118. -> Prepared: Spells
  119. -> Prepared: Commands
  120. -> Prepared: World
  121. -> Prepared: Outdoor PVP Zones
  122. -> Prepared: Eastern Kingdoms
  123. -> Prepared: Kalimdor
  124. -> Prepared: Outland
  125. -> Prepared: Northrend
  126. -> Prepared: Events
  127. -> Prepared: Pet
  128. -- SCRIPT PREPARATION COMPLETE
  129.  
  130. -- CXX target scripts cotired without unity build.
  131. -- CXX target worldserver cotired without unity build.
  132. -- Running cmake hook: AFTER_WORLDSERVER_CMAKE
  133. Including /home/doc/source/azerothcore-wotlk/modules/mod-eluna-lua-engine/cmake/after_ws_install.cmake
  134. -- Running cmake hook: AFTER_SRC_LOAD
  135. -- No hooks registered for AFTER_SRC_LOAD
  136. -- Configuring done
  137. -- Generating done
  138. -- Build files have been written to: /home/doc/source/azerothcore-wotlk/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement