Advertisement
Guest User

trinitycore 3.3.5 last build

a guest
Feb 7th, 2018
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. -- The C compiler identification is Clang 4.0.1
  2. -- The CXX compiler identification is Clang 4.0.1
  3. -- Check for working C compiler: /usr/bin/cc
  4. -- Check for working C compiler: /usr/bin/cc -- 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: /usr/bin/c++
  10. -- Check for working CXX compiler: /usr/bin/c++ -- 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:22 (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. -- Detected 64-bit platform
  26. -- UNIX: Using default configuration directory
  27. -- UNIX: Using default library directory
  28. -- UNIX: Configuring uninstall target
  29. -- UNIX: Created uninstall target
  30. -- UNIX: Detected compiler: /usr/bin/cc
  31. -- cotire 1.7.10 loaded.
  32. -- Using mysql-config: /usr/bin/mysql_config
  33. -- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmysqlclient.so
  34. -- Found MySQL headers: /usr/include/mysql
  35. -- Found MySQL executable: /usr/bin/mysql
  36. -- Found git binary : /usr/bin/git
  37.  
  38. * TrinityCore revision : b490d3f5ad6c 2018-02-06 13:59:08 -0300 (3.3.5 branch)
  39. * TrinityCore buildtype : RelWithDebInfo
  40.  
  41. * Install core to : /home/wow/server
  42. * Install libraries to : /home/wow/server/lib
  43. * Install configs to : /home/wow/server/etc
  44.  
  45. * Build world/auth : Yes (default)
  46. * Build with scripts : Yes (static)
  47. * Build map/vmap tools : Yes (default)
  48. * Build core w/PCH : Yes (default)
  49. * Build scripts w/PCH : Yes (default)
  50. * Show compile-warnings : No (default)
  51. * Use coreside debug : No (default)
  52. * Show source tree : Yes (hierarchical)
  53. * Use GIT revision hash : Yes (default)
  54.  
  55. -- Looking for pthread.h
  56. -- Looking for pthread.h - found
  57. -- Looking for pthread_create
  58. -- Looking for pthread_create - not found
  59. -- Looking for pthread_create in pthreads
  60. -- Looking for pthread_create in pthreads - not found
  61. -- Looking for pthread_create in pthread
  62. -- Looking for pthread_create in pthread - found
  63. -- Found Threads: TRUE
  64. -- Boost version: 1.62.0
  65. -- Found the following Boost libraries:
  66. -- system
  67. -- filesystem
  68. -- thread
  69. -- program_options
  70. -- iostreams
  71. -- regex
  72. -- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
  73. -- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Success
  74. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
  75. -- Looking for open
  76. -- Looking for open - found
  77. -- Found OpenSSL library: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
  78. -- Found OpenSSL headers: /usr/include
  79. CMake Error at cmake/macros/FindOpenSSL.cmake:226 (message):
  80. TrinityCore needs OpenSSL version 1.0 but found too new version 1.1.0g.
  81. Any version different to 1.0.x breaks TrinityCore compatibility (and we
  82. cannot fix this). Please install OpenSSL 1.0.x if you still have problems
  83. search on forum for TCE00022
  84. Call Stack (most recent call first):
  85. dep/openssl/CMakeLists.txt:16 (find_package)
  86.  
  87.  
  88. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement