Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Crazyfefe@DESKTOP-ILCDLED:/mnt/c/tmwAthena/evol-all/server-data$ make build
- cd ../tools/localserver/ ; ./build.sh
- make[1]: Entering directory '/mnt/c/tmwAthena/evol-all/server-code'
- make[1]: *** No rule to make target 'clean'. Stop.
- make[1]: Leaving directory '/mnt/c/tmwAthena/evol-all/server-code'
- checking for gcc... clang-6.0
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether clang-6.0 accepts -g... yes
- checking for clang-6.0 option to accept ISO C89... none needed
- checking how to run the C preprocessor... clang-6.0 -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking minix/config.h usability... no
- checking minix/config.h presence... no
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- checking for Linux epoll(4)... yes
- checking whether make sets $(MAKE)... yes
- checking for gcc... (cached) clang-6.0
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether clang-6.0 accepts -g... (cached) yes
- checking for clang-6.0 option to accept ISO C89... (cached) none needed
- checking how to run the C preprocessor... clang-6.0 -E
- checking for ar... /usr/bin/ar
- checking whether byte ordering is bigendian... no
- checking whether clang-6.0 produces 32bit code... no
- checking whether clang-6.0 supports __thread specifier (TLS)... yes
- checking whether clang-6.0 accepts -rdynamic... yes
- checking whether clang-6.0 supports -Wno-unused-parameter... yes
- checking whether clang-6.0 can actually use -Wno-unused-parameter... yes
- checking whether clang-6.0 supports -Wno-clobbered... no
- checking whether clang-6.0 supports -Wempty-body... yes
- checking whether clang-6.0 supports -Wnewline-eof... yes
- checking whether clang-6.0 supports -Wint-conversion... yes
- checking whether clang-6.0 supports -Winit-self... yes
- checking whether clang-6.0 supports -Wpointer-arith... yes
- checking whether clang-6.0 supports -Wswitch-bool... yes
- checking whether clang-6.0 supports -Wenum-conversion... yes
- checking whether clang-6.0 supports -Wshorten-64-to-32... yes
- checking whether clang-6.0 supports -Wconstant-conversion... yes
- checking whether clang-6.0 supports -Wbool-conversion... yes
- checking whether clang-6.0 supports -Wformat-security... yes
- checking whether clang-6.0 supports -Wformat... yes
- checking whether clang-6.0 supports -Wformat-signedness... no
- checking whether clang-6.0 supports -Wformat-y2k... yes
- checking whether clang-6.0 supports -Wmissing-include-dirs... yes
- checking whether clang-6.0 supports -Wsuggest-attribute=noreturn... no
- checking whether clang-6.0 supports -Wundef... yes
- checking whether clang-6.0 supports -Wnested-externs... yes
- checking whether clang-6.0 supports -Wold-style-definition... yes
- checking whether clang-6.0 supports -Woverlength-strings... yes
- checking whether clang-6.0 supports -Wredundant-decls... yes
- checking whether clang-6.0 supports -Wcast-qual... yes
- checking whether clang-6.0 supports -Wmisleading-indentation... no
- checking whether clang-6.0 supports -Wnull-dereference... yes
- checking whether clang-6.0 supports -Wno-format-nonliteral... yes
- checking whether clang-6.0 supports -Wno-switch... yes
- checking whether clang-6.0 supports -Wno-missing-field-initializers... yes
- checking whether clang-6.0 supports -Wno-suggest-attribute=format... no
- checking whether clang-6.0 supports -Wshadow... yes
- checking whether clang-6.0 can efficiently use -Wshadow... yes
- checking whether clang-6.0 supports -fPIC... yes
- checking how to make shared objects... -shared yes
- checking whether clang-6.0 needs -Wl,--no-undefined to check for undefined references in shared objects... yes
- checking whether clang-6.0 supports -fno-strict-aliasing... yes
- checking for setrlimit... yes
- checking for strnlen... yes
- checking for uselocale... yes
- checking for newlocale... yes
- checking for freelocale... yes
- checking xlocale.h usability... yes
- checking xlocale.h presence... yes
- checking for xlocale.h... yes
- checking whether clang-6.0 supports -fno-omit-frame-pointer... yes
- checking whether clang-6.0 supports -fno-var-tracking... yes
- checking host OS... Linux
- checking for MinGW... no
- checking for library containing inflateEnd... -lz
- checking zlib.h usability... yes
- checking zlib.h presence... yes
- checking for zlib.h... yes
- checking for library containing sqrt... -lm
- checking for library containing clock_gettime... none required
- checking whether CLOCK_MONOTONIC is supported and works... yes
- checking for library containing pthread_create... -lpthread
- checking for library containing pthread_sigmask... none required
- checking for library containing pthread_attr_init... none required
- checking for library containing pthread_attr_setstacksize... none required
- checking for library containing pthread_attr_destroy... none required
- checking for library containing pthread_cancel... none required
- checking for library containing pthread_join... none required
- checking execinfo.h usability... yes
- checking execinfo.h presence... yes
- checking for execinfo.h... yes
- checking for library containing backtrace... none required
- checking for mysql_init... yes
- checking mysql.h usability... yes
- checking mysql.h presence... yes
- checking for mysql.h... yes
- checking MySQL library (required)... yes (5.5.0)
- checking PCRE library... checking pcre.h usability... no
- checking pcre.h presence... no
- checking for pcre.h... no
- configure: error: PCRE header not found
- Makefile:11: recipe for target 'build' failed
- make: *** [build] Error 1
Advertisement
Add Comment
Please, Sign In to add comment