Advertisement
Guest User

Untitled

a guest
Jun 11th, 2016
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. wow@wow-debian:~/mangosbot/build$ cmake ../ -DCMAKE_INSTALL_PREFIX=/home/wow/server -DCONF_DIR=/home/wow/server/etc
  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 default library directory
  14. -- UNIX: Configuring uninstall target
  15. -- UNIX: Created uninstall target
  16. -- UNIX: Detected compiler: /usr/bin/cc
  17. -- GCC: Enabled c++11 support
  18. -- GCC: Enabled C99 support
  19. -- GCC: SFMT enabled, SSE2 flags forced
  20. -- Using mysql-config: /usr/bin/mysql_config
  21. -- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so
  22. -- Found MySQL headers: /usr/include/mysql
  23. -- Found MySQL executable: /usr/bin/mysql
  24. -- Found git binary : /usr/bin/git
  25.  
  26. * TrinityCore revision : 9fefd30dabd9+ 2016-06-06 07:30:08 +0300 (trinity-wotlk-ai branch)
  27. * TrinityCore buildtype : Release
  28.  
  29. * Install core to : /home/wow/server
  30. * Install libraries to : /home/wow/server/lib
  31. * Install configs to : /home/wow/server/etc
  32.  
  33. * Build world/auth : Yes (default)
  34. * Build with scripts : Yes (static)
  35. * Build map/vmap tools : No (default)
  36. * Build core w/PCH : Yes (default)
  37. * Build scripts w/PCH : Yes (default)
  38. * Show compile-warnings : No (default)
  39. * Use coreside debug : No (default)
  40. * Show source tree : Yes (hierarchical)
  41. * Use GIT revision hash : Yes (default)
  42.  
  43. -- Looking for include file pthread.h
  44. -- Looking for include file pthread.h - found
  45. -- Looking for pthread_create
  46. -- Looking for pthread_create - not found
  47. -- Looking for pthread_create in pthreads
  48. -- Looking for pthread_create in pthreads - not found
  49. -- Looking for pthread_create in pthread
  50. -- Looking for pthread_create in pthread - found
  51. -- Found Threads: TRUE
  52. -- Boost version: 1.55.0
  53. -- Found the following Boost libraries:
  54. -- system
  55. -- filesystem
  56. -- thread
  57. -- program_options
  58. -- iostreams
  59. -- regex
  60. -- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
  61. -- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Failed
  62. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  63. -- Looking for open
  64. -- Looking for open - found
  65. -- Found OpenSSL library: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
  66. -- Found OpenSSL headers: /usr/include
  67. -- Found Readline library: /usr/lib/x86_64-linux-gnu/libreadline.so
  68. -- Include dir is: /usr/include
  69.  
  70. * Script configuration (static):
  71. |
  72. +- worldserver
  73. | +- Spells
  74. | +- Events
  75. | +- Outland
  76. | +- Custom
  77. | +- World
  78. | +- Commands
  79. | +- Pet
  80. | +- Northrend
  81. | +- EasternKingdoms
  82. | +- OutdoorPvP
  83. | +- Kalimdor
  84. |
  85.  
  86. -- Configuring done
  87. -- Generating done
  88. -- Build files have been written to: /home/wow/mangosbot/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement