Advertisement
Guest User

Untitled

a guest
Feb 1st, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. wow@ns351825:~/TrinityCore/build$ cmake ../ -DCMAKE_INSTALL_PREFIX=/home/wow/server -DWITH_WARNINGS=1
  2. -- The C compiler identification is GNU 4.9.2
  3. -- The CXX compiler identification is GNU 4.9.2
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Detected 64-bit platform
  13. -- UNIX: Using jemalloc
  14. -- UNIX: Using default configuration directory
  15. -- UNIX: Using default library directory
  16. -- UNIX: Configuring uninstall target
  17. -- UNIX: Created uninstall target
  18. -- UNIX: Detected compiler: /usr/bin/cc
  19. -- GCC: Enabled c++11 support
  20. -- GCC: Enabled C99 support
  21. -- GCC: SFMT enabled, SSE2 flags forced
  22. -- GCC: All warnings enabled
  23. -- Found OpenSSL library: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
  24. -- Found OpenSSL headers: /usr/include
  25. -- Looking for include file pthread.h
  26. -- Looking for include file pthread.h - found
  27. -- Looking for pthread_create
  28. -- Looking for pthread_create - not found
  29. -- Looking for pthread_create in pthreads
  30. -- Looking for pthread_create in pthreads - not found
  31. -- Looking for pthread_create in pthread
  32. -- Looking for pthread_create in pthread - found
  33. -- Found Threads: TRUE
  34. -- Using mysql-config: /usr/bin/mysql_config
  35. -- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so
  36. -- Found MySQL headers: /usr/include/mysql
  37. -- Found MySQL executable: /usr/bin/mysql
  38. -- Boost version: 1.55.0
  39. -- Found the following Boost libraries:
  40. -- system
  41. -- filesystem
  42. -- thread
  43. -- program_options
  44. -- iostreams
  45. -- regex
  46. -- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
  47. -- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Failed
  48. -- Found Readline library: /usr/lib/x86_64-linux-gnu/libreadline.so
  49. -- Include dir is: /usr/include
  50. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  51. -- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.6")
  52. -- Looking for BZ2_bzCompressInit in /usr/lib/x86_64-linux-gnu/libbz2.so
  53. -- Looking for BZ2_bzCompressInit in /usr/lib/x86_64-linux-gnu/libbz2.so - found
  54. -- Found git binary : /usr/bin/git
  55.  
  56. * TrinityCore revision : 20a8476cd885 2016-01-31 20:47:44 +0100 (3.3.5 branch)
  57. * TrinityCore buildtype : Release
  58.  
  59. * Install core to : /home/wow/server
  60. * Install libraries to : /home/wow/server/lib
  61. * Install configs to : /home/wow/server/etc
  62.  
  63. * Build world/auth : Yes (default)
  64. * Build with scripts : Yes (default)
  65. * Build map/vmap tools : No (default)
  66. * Build core w/PCH : Yes (default)
  67. * Build scripts w/PCH : Yes (default)
  68. * Show all warnings : Yes
  69. * Use coreside debug : No (default)
  70. * Show source tree : No (default)
  71. * Use GIT revision hash : Yes
  72.  
  73. -- Looking for open
  74. -- Looking for open - found
  75. -- Using mysql-config: /usr/bin/mysql_config
  76. -- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so
  77. -- Found MySQL headers: /usr/include/mysql
  78. -- Found MySQL executable: /usr/bin/mysql
  79. -- SCRIPT PREPARATIONS
  80. -> Prepared: Spells
  81. -> Prepared: Commands
  82. -> Prepared: Custom
  83. -> Prepared: World
  84. -> Prepared: Outdoor PVP Zones
  85. -> Prepared: Eastern Kingdoms
  86. -> Prepared: Kalimdor
  87. -> Prepared: Outland
  88. -> Prepared: Northrend
  89. -> Prepared: Events
  90. -> Prepared: Pet
  91. -- SCRIPT PREPARATION COMPLETE
  92.  
  93. -- Configuring done
  94. -- Generating done
  95. -- Build files have been written to: /home/wow/TrinityCore/build
  96. wow@ns351825:~/TrinityCore/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement