Guest User

Untitled

a guest
Jan 6th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 KB | None | 0 0
  1. Crazyfefe@DESKTOP-ILCDLED:/mnt/c/tmwAthena/evol-all/server-data$ make build
  2. cd ../tools/localserver/ ; ./build.sh
  3. make[1]: Entering directory '/mnt/c/tmwAthena/evol-all/server-code'
  4. make[1]: *** No rule to make target 'clean'. Stop.
  5. make[1]: Leaving directory '/mnt/c/tmwAthena/evol-all/server-code'
  6. checking for gcc... clang-6.0
  7. checking whether the C compiler works... yes
  8. checking for C compiler default output file name... a.out
  9. checking for suffix of executables...
  10. checking whether we are cross compiling... no
  11. checking for suffix of object files... o
  12. checking whether we are using the GNU C compiler... yes
  13. checking whether clang-6.0 accepts -g... yes
  14. checking for clang-6.0 option to accept ISO C89... none needed
  15. checking how to run the C preprocessor... clang-6.0 -E
  16. checking for grep that handles long lines and -e... /bin/grep
  17. checking for egrep... /bin/grep -E
  18. checking for ANSI C header files... yes
  19. checking for sys/types.h... yes
  20. checking for sys/stat.h... yes
  21. checking for stdlib.h... yes
  22. checking for string.h... yes
  23. checking for memory.h... yes
  24. checking for strings.h... yes
  25. checking for inttypes.h... yes
  26. checking for stdint.h... yes
  27. checking for unistd.h... yes
  28. checking minix/config.h usability... no
  29. checking minix/config.h presence... no
  30. checking for minix/config.h... no
  31. checking whether it is safe to define __EXTENSIONS__... yes
  32. checking for Linux epoll(4)... yes
  33. checking whether make sets $(MAKE)... yes
  34. checking for gcc... (cached) clang-6.0
  35. checking whether we are using the GNU C compiler... (cached) yes
  36. checking whether clang-6.0 accepts -g... (cached) yes
  37. checking for clang-6.0 option to accept ISO C89... (cached) none needed
  38. checking how to run the C preprocessor... clang-6.0 -E
  39. checking for ar... /usr/bin/ar
  40. checking whether byte ordering is bigendian... no
  41. checking whether clang-6.0 produces 32bit code... no
  42. checking whether clang-6.0 supports __thread specifier (TLS)... yes
  43. checking whether clang-6.0 accepts -rdynamic... yes
  44. checking whether clang-6.0 supports -Wno-unused-parameter... yes
  45. checking whether clang-6.0 can actually use -Wno-unused-parameter... yes
  46. checking whether clang-6.0 supports -Wno-clobbered... no
  47. checking whether clang-6.0 supports -Wempty-body... yes
  48. checking whether clang-6.0 supports -Wnewline-eof... yes
  49. checking whether clang-6.0 supports -Wint-conversion... yes
  50. checking whether clang-6.0 supports -Winit-self... yes
  51. checking whether clang-6.0 supports -Wpointer-arith... yes
  52. checking whether clang-6.0 supports -Wswitch-bool... yes
  53. checking whether clang-6.0 supports -Wenum-conversion... yes
  54. checking whether clang-6.0 supports -Wshorten-64-to-32... yes
  55. checking whether clang-6.0 supports -Wconstant-conversion... yes
  56. checking whether clang-6.0 supports -Wbool-conversion... yes
  57. checking whether clang-6.0 supports -Wformat-security... yes
  58. checking whether clang-6.0 supports -Wformat... yes
  59. checking whether clang-6.0 supports -Wformat-signedness... no
  60. checking whether clang-6.0 supports -Wformat-y2k... yes
  61. checking whether clang-6.0 supports -Wmissing-include-dirs... yes
  62. checking whether clang-6.0 supports -Wsuggest-attribute=noreturn... no
  63. checking whether clang-6.0 supports -Wundef... yes
  64. checking whether clang-6.0 supports -Wnested-externs... yes
  65. checking whether clang-6.0 supports -Wold-style-definition... yes
  66. checking whether clang-6.0 supports -Woverlength-strings... yes
  67. checking whether clang-6.0 supports -Wredundant-decls... yes
  68. checking whether clang-6.0 supports -Wcast-qual... yes
  69. checking whether clang-6.0 supports -Wmisleading-indentation... no
  70. checking whether clang-6.0 supports -Wnull-dereference... yes
  71. checking whether clang-6.0 supports -Wno-format-nonliteral... yes
  72. checking whether clang-6.0 supports -Wno-switch... yes
  73. checking whether clang-6.0 supports -Wno-missing-field-initializers... yes
  74. checking whether clang-6.0 supports -Wno-suggest-attribute=format... no
  75. checking whether clang-6.0 supports -Wshadow... yes
  76. checking whether clang-6.0 can efficiently use -Wshadow... yes
  77. checking whether clang-6.0 supports -fPIC... yes
  78. checking how to make shared objects... -shared yes
  79. checking whether clang-6.0 needs -Wl,--no-undefined to check for undefined references in shared objects... yes
  80. checking whether clang-6.0 supports -fno-strict-aliasing... yes
  81. checking for setrlimit... yes
  82. checking for strnlen... yes
  83. checking for uselocale... yes
  84. checking for newlocale... yes
  85. checking for freelocale... yes
  86. checking xlocale.h usability... yes
  87. checking xlocale.h presence... yes
  88. checking for xlocale.h... yes
  89. checking whether clang-6.0 supports -fno-omit-frame-pointer... yes
  90. checking whether clang-6.0 supports -fno-var-tracking... yes
  91. checking host OS... Linux
  92. checking for MinGW... no
  93. checking for library containing inflateEnd... -lz
  94. checking zlib.h usability... yes
  95. checking zlib.h presence... yes
  96. checking for zlib.h... yes
  97. checking for library containing sqrt... -lm
  98. checking for library containing clock_gettime... none required
  99. checking whether CLOCK_MONOTONIC is supported and works... yes
  100. checking for library containing pthread_create... -lpthread
  101. checking for library containing pthread_sigmask... none required
  102. checking for library containing pthread_attr_init... none required
  103. checking for library containing pthread_attr_setstacksize... none required
  104. checking for library containing pthread_attr_destroy... none required
  105. checking for library containing pthread_cancel... none required
  106. checking for library containing pthread_join... none required
  107. checking execinfo.h usability... yes
  108. checking execinfo.h presence... yes
  109. checking for execinfo.h... yes
  110. checking for library containing backtrace... none required
  111. checking for mysql_init... yes
  112. checking mysql.h usability... yes
  113. checking mysql.h presence... yes
  114. checking for mysql.h... yes
  115. checking MySQL library (required)... yes (5.5.0)
  116. checking PCRE library... checking pcre.h usability... no
  117. checking pcre.h presence... no
  118. checking for pcre.h... no
  119. configure: error: PCRE header not found
  120. Makefile:11: recipe for target 'build' failed
  121. make: *** [build] Error 1
Advertisement
Add Comment
Please, Sign In to add comment