Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 161.23 KB | None | 0 0
  1. ms@xmg ~/evol-all/tools/localserver $ ./build.sh
  2. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/common“ wird betreten
  3. CLEAN common (build temp files)
  4. CLEAN common
  5. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/common“ wird verlassen
  6. make[1]: Verzeichnis „/home/ms/evol-all/server-code/3rdparty/mt19937ar“ wird betreten
  7. CLEAN mt19937ar (build temp files)
  8. CLEAN mt19937ar
  9. make[1]: Verzeichnis „/home/ms/evol-all/server-code/3rdparty/mt19937ar“ wird verlassen
  10. make[1]: Verzeichnis „/home/ms/evol-all/server-code/3rdparty/libconfig“ wird betreten
  11. CLEAN libconfig (build temp files)
  12. CLEAN libconfig
  13. make[1]: Verzeichnis „/home/ms/evol-all/server-code/3rdparty/libconfig“ wird verlassen
  14. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/login“ wird betreten
  15. CLEAN login (build temp files)
  16. CLEAN login
  17. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/login“ wird verlassen
  18. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/char“ wird betreten
  19. CLEAN char (build temp files)
  20. CLEAN char
  21. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/char“ wird verlassen
  22. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/map“ wird betreten
  23. CLEAN map (build temp files)
  24. CLEAN map
  25. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/map“ wird verlassen
  26. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/plugins“ wird betreten
  27. CLEAN plugins (build temp files)
  28. CLEAN plugins
  29. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/plugins“ wird verlassen
  30. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/tool“ wird betreten
  31. CLEAN tool (build temp files)
  32. CLEAN tool
  33. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/tool“ wird verlassen
  34. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/test“ wird betreten
  35. CLEAN test (build temp files)
  36. CLEAN test
  37. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/test“ wird verlassen
  38. make[1]: Verzeichnis „/home/ms/evol-all/server-code/tools/HPMHookGen“ wird betreten
  39. CLEAN HPMHookGen
  40. make[1]: Verzeichnis „/home/ms/evol-all/server-code/tools/HPMHookGen“ wird verlassen
  41. make[1]: Verzeichnis „/home/ms/evol-all/server-code/tools/doxygen“ wird betreten
  42. CLEAN docs
  43. make[1]: Verzeichnis „/home/ms/evol-all/server-code/tools/doxygen“ wird verlassen
  44. checking for gcc... gcc
  45. checking whether the C compiler works... yes
  46. checking for C compiler default output file name... a.out
  47. checking for suffix of executables...
  48. checking whether we are cross compiling... no
  49. checking for suffix of object files... o
  50. checking whether we are using the GNU C compiler... yes
  51. checking whether gcc accepts -g... yes
  52. checking for gcc option to accept ISO C89... none needed
  53. checking how to run the C preprocessor... gcc -E
  54. checking for grep that handles long lines and -e... /bin/grep
  55. checking for egrep... /bin/grep -E
  56. checking for ANSI C header files... yes
  57. checking for sys/types.h... yes
  58. checking for sys/stat.h... yes
  59. checking for stdlib.h... yes
  60. checking for string.h... yes
  61. checking for memory.h... yes
  62. checking for strings.h... yes
  63. checking for inttypes.h... yes
  64. checking for stdint.h... yes
  65. checking for unistd.h... yes
  66. checking minix/config.h usability... no
  67. checking minix/config.h presence... no
  68. checking for minix/config.h... no
  69. checking whether it is safe to define __EXTENSIONS__... yes
  70. checking for Linux epoll(4)... yes
  71. checking whether make sets $(MAKE)... yes
  72. checking for gcc... (cached) gcc
  73. checking whether we are using the GNU C compiler... (cached) yes
  74. checking whether gcc accepts -g... (cached) yes
  75. checking for gcc option to accept ISO C89... (cached) none needed
  76. checking how to run the C preprocessor... gcc -E
  77. checking for ar... /usr/bin/ar
  78. checking whether byte ordering is bigendian... no
  79. checking whether gcc produces 32bit code... no
  80. checking whether gcc supports __thread specifier (TLS)... yes
  81. checking whether gcc accepts -rdynamic... yes
  82. checking whether gcc supports -Wno-unused-parameter... yes
  83. checking whether gcc can actually use -Wno-unused-parameter... yes
  84. checking whether gcc supports -Wno-clobbered... yes
  85. checking whether gcc supports -Wempty-body... yes
  86. checking whether gcc supports -Wnewline-eof... no
  87. checking whether gcc supports -Wint-conversion... yes
  88. checking whether gcc supports -Winit-self... yes
  89. checking whether gcc supports -Wpointer-arith... yes
  90. checking whether gcc supports -Wswitch-bool... yes
  91. checking whether gcc supports -Wenum-conversion... no
  92. checking whether gcc supports -Wshorten-64-to-32... no
  93. checking whether gcc supports -Wconstant-conversion... no
  94. checking whether gcc supports -Wbool-conversion... no
  95. checking whether gcc supports -Wformat-security... yes
  96. checking whether gcc supports -Wformat... yes
  97. checking whether gcc supports -Wformat-signedness... yes
  98. checking whether gcc supports -Wformat-y2k... yes
  99. checking whether gcc supports -Wmissing-include-dirs... no
  100. checking whether gcc supports -Wsuggest-attribute=noreturn... yes
  101. checking whether gcc supports -Wundef... yes
  102. checking whether gcc supports -Wnested-externs... yes
  103. checking whether gcc supports -Wold-style-definition... yes
  104. checking whether gcc supports -Woverlength-strings... yes
  105. checking whether gcc supports -Wredundant-decls... yes
  106. checking whether gcc supports -Wcast-qual... yes
  107. checking whether gcc supports -Wmisleading-indentation... no
  108. checking whether gcc supports -Wnull-dereference... no
  109. checking whether gcc supports -Wno-format-nonliteral... yes
  110. checking whether gcc supports -Wno-switch... yes
  111. checking whether gcc supports -Wno-missing-field-initializers... yes
  112. checking whether gcc supports -Wno-suggest-attribute=format... yes
  113. checking whether gcc supports -Wshadow... yes
  114. checking whether gcc can efficiently use -Wshadow... yes
  115. checking whether gcc supports -fPIC... yes
  116. checking how to make shared objects... -shared yes
  117. checking whether gcc needs -Wl,--no-undefined to check for undefined references in shared objects... yes
  118. checking whether gcc supports -fno-strict-aliasing... yes
  119. checking for setrlimit... yes
  120. checking for strnlen... yes
  121. checking for uselocale... yes
  122. checking for newlocale... yes
  123. checking for freelocale... yes
  124. checking xlocale.h usability... yes
  125. checking xlocale.h presence... yes
  126. checking for xlocale.h... yes
  127. checking whether gcc supports -fno-omit-frame-pointer... yes
  128. checking whether gcc supports -fno-var-tracking... yes
  129. checking host OS... Linux
  130. checking for MinGW... no
  131. checking for library containing inflateEnd... -lz
  132. checking zlib.h usability... yes
  133. checking zlib.h presence... yes
  134. checking for zlib.h... yes
  135. checking for library containing sqrt... -lm
  136. checking for library containing clock_gettime... none required
  137. checking whether CLOCK_MONOTONIC is supported and works... yes
  138. checking for library containing pthread_create... -lpthread
  139. checking for library containing pthread_sigmask... none required
  140. checking for library containing pthread_attr_init... none required
  141. checking for library containing pthread_attr_setstacksize... none required
  142. checking for library containing pthread_attr_destroy... none required
  143. checking for library containing pthread_cancel... none required
  144. checking for library containing pthread_join... none required
  145. checking execinfo.h usability... yes
  146. checking execinfo.h presence... yes
  147. checking for execinfo.h... yes
  148. checking for library containing backtrace... none required
  149. checking for mysql_init... yes
  150. checking mysql.h usability... yes
  151. checking mysql.h presence... yes
  152. checking for mysql.h... yes
  153. checking MySQL library (required)... yes (10.1.30)
  154. checking PCRE library... checking pcre.h usability... yes
  155. checking pcre.h presence... yes
  156. checking for pcre.h... yes
  157. checking for library containing pcre_study... -lpcre
  158. checking for doxygen... no
  159. checking for perl... yes
  160. configure: creating ./config.status
  161. config.status: creating Makefile
  162. config.status: creating src/common/Makefile
  163. config.status: creating 3rdparty/mt19937ar/Makefile
  164. config.status: creating 3rdparty/libconfig/Makefile
  165. config.status: creating src/char/Makefile
  166. config.status: creating src/login/Makefile
  167. config.status: creating src/map/Makefile
  168. config.status: creating src/plugins/Makefile
  169. config.status: creating src/tool/Makefile
  170. config.status: creating src/test/Makefile
  171. config.status: creating tools/HPMHookGen/Makefile
  172. config.status: creating tools/doxygen/Makefile
  173. MAKE mt19937ar
  174. MAKE libconfig
  175. make[1]: Verzeichnis „/home/ms/evol-all/server-code/3rdparty/mt19937ar“ wird betreten
  176. CC mt19937ar.c
  177. make[1]: Verzeichnis „/home/ms/evol-all/server-code/3rdparty/libconfig“ wird betreten
  178. CC grammar.c
  179. CC libconfig.c
  180. make[1]: Verzeichnis „/home/ms/evol-all/server-code/3rdparty/mt19937ar“ wird verlassen
  181. CC scanctx.c
  182. CC scanner.c
  183. CC strbuf.c
  184. make[1]: Verzeichnis „/home/ms/evol-all/server-code/3rdparty/libconfig“ wird verlassen
  185. MAKE common_sql
  186. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/common“ wird betreten
  187. MKDIR obj_all
  188. MKDIR obj_sql
  189. CC conf.c
  190. CC db.c
  191. CC des.c
  192. CC ers.c
  193. CC grfio.c
  194. CC HPM.c
  195. CC mapindex.c
  196. CC md5calc.c
  197. CC mutex.c
  198. CC nullpo.c
  199. CC random.c
  200. CC showmsg.c
  201. CC strlib.c
  202. CC sysinfo.c
  203. CC thread.c
  204. CC timer.c
  205. CC utils.c
  206. CC console.c
  207. CC core.c
  208. CC memmgr.c
  209. CC socket.c
  210. CC sql.c
  211. CC console.c
  212. CC core.c
  213. CC memmgr.c
  214. CC socket.c
  215. AR obj_sql/common_sql.a
  216. AR obj_all/common.a
  217. AR obj_all/common_mini.a
  218. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/common“ wird verlassen
  219. MAKE login_sql
  220. MAKE char_sql
  221. MAKE tools
  222. MAKE map_sql
  223. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/login“ wird betreten
  224. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/char“ wird betreten
  225. MKDIR obj_sql
  226. MKDIR obj_sql
  227. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/tool“ wird betreten
  228. make[1]: Für das Ziel „all“ ist nichts zu tun.
  229. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/tool“ wird verlassen
  230. MAKE plugins
  231. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/map“ wird betreten
  232. MKDIR obj_sql
  233. CC char.c
  234. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/plugins“ wird betreten
  235. CC account.c
  236. CC sample.c
  237. CC atcommand.c
  238. CC db2sql.c
  239. CC HPMlogin.c
  240. CC ipban.c
  241. CC lclif.c
  242. CC HPMHooking.c (CHAR)
  243. CC login.c
  244. CC loginlog.c
  245. LD login-server
  246. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/login“ wird verlassen
  247. CC HPMHooking.c (LOGIN)
  248. CC HPMchar.c
  249. CC loginif.c
  250. CC mapif.c
  251. CC geoip.c
  252. CC inter.c
  253. CC int_auction.c
  254. CC battle.c
  255. CC int_clan.c
  256. CC int_elemental.c
  257. CC int_guild.c
  258. CC int_homun.c
  259. CC int_mail.c
  260. CC int_mercenary.c
  261. CC int_party.c
  262. CC int_pet.c
  263. CC int_quest.c
  264. CC int_rodex.c
  265. CC int_storage.c
  266. CC pincode.c
  267. LD char-server
  268. CC HPMHooking.c (MAP)
  269. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/char“ wird verlassen
  270. CC battleground.c
  271. CC buyingstore.c
  272. CC channel.c
  273. CC chat.c
  274. CC chrif.c
  275. CC clan.c
  276. CC clif.c
  277. CC date.c
  278. CC duel.c
  279. CC elemental.c
  280. CC guild.c
  281. CC homunculus.c
  282. CC HPMmap.c
  283. CC instance.c
  284. CC intif.c
  285. PLUGIN sample
  286. PLUGIN db2sql
  287. PLUGIN HPMHooking_char
  288. PLUGIN HPMHooking_login
  289. CC irc-bot.c
  290. CC itemdb.c
  291. CC log.c
  292. CC mail.c
  293. CC map.c
  294. CC mapreg_sql.c
  295. CC mercenary.c
  296. CC mob.c
  297. CC npc.c
  298. CC npc_chat.c
  299. CC party.c
  300. CC path.c
  301. CC pc.c
  302. CC pc_groups.c
  303. CC pet.c
  304. CC quest.c
  305. CC rodex.c
  306. CC script.c
  307. CC searchstore.c
  308. CC skill.c
  309. CC status.c
  310. CC storage.c
  311. CC trade.c
  312. CC unit.c
  313. CC vending.c
  314. LD map-server
  315. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/map“ wird verlassen
  316. PLUGIN HPMHooking_map
  317. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/plugins“ wird verlassen
  318. MAKE mt19937ar
  319. make[1]: Verzeichnis „/home/ms/evol-all/server-code/3rdparty/mt19937ar“ wird betreten
  320. make[1]: Für das Ziel „all“ ist nichts zu tun.
  321. make[1]: Verzeichnis „/home/ms/evol-all/server-code/3rdparty/mt19937ar“ wird verlassen
  322. MAKE libconfig
  323. make[1]: Verzeichnis „/home/ms/evol-all/server-code/3rdparty/libconfig“ wird betreten
  324. make[1]: Für das Ziel „all“ ist nichts zu tun.
  325. make[1]: Verzeichnis „/home/ms/evol-all/server-code/3rdparty/libconfig“ wird verlassen
  326. MAKE common_sql
  327. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/common“ wird betreten
  328. make[1]: Für das Ziel „sql“ ist nichts zu tun.
  329. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/common“ wird verlassen
  330. MAKE login_sql
  331. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/login“ wird betreten
  332. make[1]: Für das Ziel „sql“ ist nichts zu tun.
  333. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/login“ wird verlassen
  334. MAKE char_sql
  335. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/char“ wird betreten
  336. make[1]: Für das Ziel „all“ ist nichts zu tun.
  337. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/char“ wird verlassen
  338. MAKE map_sql
  339. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/map“ wird betreten
  340. make[1]: Für das Ziel „sql“ ist nichts zu tun.
  341. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/map“ wird verlassen
  342. MAKE tools
  343. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/tool“ wird betreten
  344. make[1]: Für das Ziel „all“ ist nichts zu tun.
  345. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/tool“ wird verlassen
  346. MAKE plugins
  347. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/plugins“ wird betreten
  348. PLUGIN sample
  349. PLUGIN db2sql
  350. PLUGIN HPMHooking_char
  351. PLUGIN HPMHooking_login
  352. PLUGIN HPMHooking_map
  353. make[1]: Verzeichnis „/home/ms/evol-all/server-code/src/plugins“ wird verlassen
  354. cp -f char-server ../server-data/
  355. cp -f login-server ../server-data/
  356. cp -f map-server ../server-data/
  357. mkdir ../server-data/plugins/ || true
  358. mkdir: das Verzeichnis »../server-data/plugins/“ kann nicht angelegt werden: Die Datei existiert bereits
  359. cp -f plugins/*.so ../server-data/plugins/
  360. mkdir: cannot create directory 'build': File exists
  361. mkdir: cannot create directory 'm4': File exists
  362. checking for a BSD-compatible install... /usr/bin/install -c
  363. checking whether build environment is sane... yes
  364. checking for a thread-safe mkdir -p... /bin/mkdir -p
  365. checking for gawk... gawk
  366. checking whether make sets $(MAKE)... yes
  367. checking whether make supports nested variables... yes
  368. checking for gcc... gcc
  369. checking whether the C compiler works... yes
  370. checking for C compiler default output file name... a.out
  371. checking for suffix of executables...
  372. checking whether we are cross compiling... no
  373. checking for suffix of object files... o
  374. checking whether we are using the GNU C compiler... yes
  375. checking whether gcc accepts -g... yes
  376. checking for gcc option to accept ISO C89... none needed
  377. checking whether gcc understands -c and -o together... yes
  378. checking for style of include used by make... GNU
  379. checking dependency style of gcc... gcc3
  380. checking build system type... x86_64-pc-linux-gnu
  381. checking host system type... x86_64-pc-linux-gnu
  382. checking how to print strings... printf
  383. checking for a sed that does not truncate output... /bin/sed
  384. checking for grep that handles long lines and -e... /bin/grep
  385. checking for egrep... /bin/grep -E
  386. checking for fgrep... /bin/grep -F
  387. checking for ld used by gcc... /usr/bin/ld
  388. checking if the linker (/usr/bin/ld) is GNU ld... yes
  389. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  390. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  391. checking whether ln -s works... yes
  392. checking the maximum length of command line arguments... 1572864
  393. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  394. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  395. checking for /usr/bin/ld option to reload object files... -r
  396. checking for objdump... objdump
  397. checking how to recognize dependent libraries... pass_all
  398. checking for dlltool... no
  399. checking how to associate runtime and link libraries... printf %s\n
  400. checking for ar... ar
  401. checking for archiver @FILE support... @
  402. checking for strip... strip
  403. checking for ranlib... ranlib
  404. checking command to parse /usr/bin/nm -B output from gcc object... ok
  405. checking for sysroot... no
  406. checking for a working dd... /bin/dd
  407. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  408. checking for mt... mt
  409. checking if mt is a manifest tool... no
  410. checking how to run the C preprocessor... gcc -E
  411. checking for ANSI C header files... yes
  412. checking for sys/types.h... yes
  413. checking for sys/stat.h... yes
  414. checking for stdlib.h... yes
  415. checking for string.h... yes
  416. checking for memory.h... yes
  417. checking for strings.h... yes
  418. checking for inttypes.h... yes
  419. checking for stdint.h... yes
  420. checking for unistd.h... yes
  421. checking for dlfcn.h... yes
  422. checking for objdir... .libs
  423. checking if gcc supports -fno-rtti -fno-exceptions... no
  424. checking for gcc option to produce PIC... -fPIC -DPIC
  425. checking if gcc PIC flag -fPIC -DPIC works... yes
  426. checking if gcc static flag -static works... yes
  427. checking if gcc supports -c -o file.o... yes
  428. checking if gcc supports -c -o file.o... (cached) yes
  429. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  430. checking whether -lc should be explicitly linked in... no
  431. checking dynamic linker characteristics... GNU/Linux ld.so
  432. checking how to hardcode library paths into programs... immediate
  433. checking whether stripping libraries is possible... yes
  434. checking if libtool supports shared libraries... yes
  435. checking whether to build shared libraries... yes
  436. checking whether to build static libraries... yes
  437. checking whether gcc accepts -rdynamic... yes
  438. checking whether gcc supports -Wempty-body... yes
  439. checking whether gcc supports -Wnewline-eof... no
  440. checking whether gcc supports -Wint-conversion... yes
  441. checking whether gcc supports -Winit-self... yes
  442. checking whether gcc supports -Wpointer-arith... yes
  443. checking whether gcc supports -Wswitch-bool... yes
  444. checking whether gcc supports -Wenum-conversion... no
  445. checking whether gcc supports -Wshorten-64-to-32... no
  446. checking whether gcc supports -Wconstant-conversion... no
  447. checking whether gcc supports -Wbool-conversion... no
  448. checking whether gcc supports -Wformat-security... yes
  449. checking whether gcc supports -Wformat... yes
  450. checking whether gcc supports -Wformat-signedness... yes
  451. checking whether gcc supports -Wformat-y2k... yes
  452. checking whether gcc supports -Wmissing-include-dirs... yes
  453. checking whether gcc supports -Wsuggest-attribute=noreturn... yes
  454. checking whether gcc supports -Wundef... yes
  455. checking whether gcc supports -Wlogical-op... yes
  456. checking whether gcc supports -Wnested-externs... yes
  457. checking whether gcc supports -Wold-style-definition... yes
  458. checking whether gcc supports -Woverlength-strings... yes
  459. checking whether gcc supports -Wredundant-decls... yes
  460. checking whether gcc supports -Wunused-but-set-parameter... yes
  461. checking whether gcc supports -Wunused-but-set-variable... yes
  462. checking whether gcc supports -Wunreachable-code... yes
  463. checking whether gcc supports -Wunused-const-variable=2... no
  464. checking whether gcc supports -Wunused-function... yes
  465. checking whether gcc supports -Wunused-local-typedefs... yes
  466. checking whether gcc supports -Wunused-macros... no
  467. checking whether gcc supports -Wunused-parameter... yes
  468. checking whether gcc supports -Wunused-result... yes
  469. checking whether gcc supports -Wunused-value... yes
  470. checking whether gcc supports -Wunused-variable... yes
  471. checking for strnlen... yes
  472. checking for setrlimit... yes
  473. checking PCRE library... checking pcre.h usability... yes
  474. checking pcre.h presence... yes
  475. checking for pcre.h... yes
  476. checking for library containing pcre_study... -lpcre
  477. checking that generated files are newer than configure... done
  478. configure: creating ./config.status
  479. config.status: creating Makefile
  480. config.status: creating src/Makefile
  481. config.status: executing depfiles commands
  482. config.status: executing libtool commands
  483. Making all in src
  484. make[1]: Entering directory '/home/ms/evol-all/server-code/src/evol/build/src'
  485. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_map_la-config.lo -MD -MP -MF ecommon/.deps/libevol_map_la-config.Tpo -c -o ecommon/libevol_map_la-config.lo `test -f 'ecommon/config.c' || echo '../../src/'`ecommon/config.c
  486. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_map_la-init.lo -MD -MP -MF ecommon/.deps/libevol_map_la-init.Tpo -c -o ecommon/libevol_map_la-init.lo `test -f 'ecommon/init.c' || echo '../../src/'`ecommon/init.c
  487. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-char.lo -MD -MP -MF echar/.deps/libevol_char_la-char.Tpo -c -o echar/libevol_char_la-char.lo `test -f 'echar/char.c' || echo '../../src/'`echar/char.c
  488. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-config.lo -MD -MP -MF echar/.deps/libevol_char_la-config.Tpo -c -o echar/libevol_char_la-config.lo `test -f 'echar/config.c' || echo '../../src/'`echar/config.c
  489. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_map_la-config.lo -MD -MP -MF ecommon/.deps/libevol_map_la-config.Tpo -c ../../src/ecommon/config.c -fPIC -DPIC -o ecommon/.libs/libevol_map_la-config.o
  490. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-config.lo -MD -MP -MF echar/.deps/libevol_char_la-config.Tpo -c ../../src/echar/config.c -fPIC -DPIC -o echar/.libs/libevol_char_la-config.o
  491. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-funclibtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_map_la-init.lo -MD -MP -MF ecommon/.deps/libevol_map_la-init.Tpo -c ../../src/ecommon/init.c -fPIC -DPIC -o ecommon/.libs/libevol_map_la-init.o
  492. tion -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-char.lo -MD -MP -MF echar/.deps/libevol_char_la-char.Tpo -c ../../src/echar/char.c -fPIC -DPIC -o echar/.libs/libevol_char_la-char.o
  493. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-config.lo -MD -MP -MF echar/.deps/libevol_char_la-config.Tpo -c ../../src/echar/config.c -o echar/libevol_char_la-config.o >/dev/null 2>&1
  494. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_map_la-config.lo -MD -MP -MF ecommon/.deps/libevol_map_la-config.Tpo -c ../../src/ecommon/config.c -o ecommon/libevol_map_la-config.o >/dev/null 2>&1
  495. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_map_la-init.lo -MD -MP -MF ecommon/.deps/libevol_map_la-init.Tpo -c ../../src/ecommon/init.c -o ecommon/libevol_map_la-init.o >/dev/null 2>&1
  496. mv -f echar/.deps/libevol_char_la-config.Tpo echar/.deps/libevol_char_la-config.Plo
  497. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-init.lo -MD -MP -MF echar/.deps/libevol_char_la-init.Tpo -c -o echar/libevol_char_la-init.lo `test -f 'echar/init.c' || echo '../../src/'`echar/init.c
  498. mv -f ecommon/.deps/libevol_map_la-config.Tpo ecommon/.deps/libevol_map_la-config.Plo
  499. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_char_la-config.lo -MD -MP -MF ecommon/.deps/libevol_char_la-config.Tpo -c -o ecommon/libevol_char_la-config.lo `test -f 'ecommon/config.c' || echo '../../src/'`ecommon/config.c
  500. mv -f ecommon/.deps/libevol_map_la-init.Tpo ecommon/.deps/libevol_map_la-init.Plo
  501. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_char_la-init.lo -MD -MP -MF ecommon/.deps/libevol_char_la-init.Tpo -c -o ecommon/libevol_char_la-init.lo `test -f 'ecommon/init.c' || echo '../../src/'`ecommon/init.c
  502. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-char.lo -MD -MP -MF echar/.deps/libevol_char_la-char.Tpo -c ../../src/echar/char.c -o echar/libevol_char_la-char.o >/dev/null 2>&1
  503. mv -f echar/.deps/libevol_char_la-char.Tpo echar/.deps/libevol_char_la-char.Plo
  504. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-config.lo -MD -MP -MF elogin/.deps/libevol_login_la-config.Tpo -c -o elogin/libevol_login_la-config.lo `test -f 'elogin/config.c' || echo '../../src/'`elogin/config.c
  505. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-init.lo -MD -MP -MF echar/.deps/libevol_char_la-init.Tpo -c ../../src/echar/init.c -fPIC -DPIC -o echar/.libs/libevol_char_la-init.o
  506. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_char_la-config.lo -MD -MP -MF ecommon/.deps/libevol_char_la-config.Tpo -c ../../src/ecommon/config.c -fPIC -DPIC -o ecommon/.libs/libevol_char_la-config.o
  507. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_char_la-init.lo -MD -MP -MF ecommon/.deps/libevol_char_la-init.Tpo -c ../../src/ecommon/init.c -fPIC -DPIC -o ecommon/.libs/libevol_char_la-init.o
  508. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-funclibtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_char_la-init.lo -MD -MP -MF ecommon/.deps/libevol_char_la-init.Tpo -c ../../src/ecommon/init.c -o ecommon/libevol_char_la-init.o >/dev/null 2>&1
  509. tion -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_char_la-config.lo -MD -MP -MF ecommon/.deps/libevol_char_la-config.Tpo -c ../../src/ecommon/config.c -o ecommon/libevol_char_la-config.o >/dev/null 2>&1
  510. mv -f ecommon/.deps/libevol_char_la-config.Tpo ecommon/.deps/libevol_char_la-config.Plo
  511. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-init.lo -MD -MP -MF elogin/.deps/libevol_login_la-init.Tpo -c -o elogin/libevol_login_la-init.lo `test -f 'elogin/init.c' || echo '../../src/'`elogin/init.c
  512. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-init.lo -MD -MP -MF echar/.deps/libevol_char_la-init.Tpo -c ../../src/echar/init.c -o echar/libevol_char_la-init.o >/dev/null 2>&1
  513. mv -f ecommon/.deps/libevol_char_la-init.Tpo ecommon/.deps/libevol_char_la-init.Plo
  514. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-login.lo -MD -MP -MF elogin/.deps/libevol_login_la-login.Tpo -c -o elogin/libevol_login_la-login.lo `test -f 'elogin/login.c' || echo '../../src/'`elogin/login.c
  515. mv -f echar/.deps/libevol_char_la-init.Tpo echar/.deps/libevol_char_la-init.Plo
  516. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-md5calc.lo -MD -MP -MF elogin/.deps/libevol_login_la-md5calc.Tpo -c -o elogin/libevol_login_la-md5calc.lo `test -f 'elogin/md5calc.c' || echo '../../src/'`elogin/md5calc.c
  517. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-config.lo -MD -MP -MF elogin/.deps/libevol_login_la-config.Tpo -c ../../src/elogin/config.c -fPIC -DPIC -o elogin/.libs/libevol_login_la-config.o
  518. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-config.lo -MD -MP -MF elogin/.deps/libevol_login_la-config.Tpo -c ../../src/elogin/config.c -o elogin/libevol_login_la-config.o >/dev/null 2>&1
  519. mv -f elogin/.deps/libevol_login_la-config.Tpo elogin/.deps/libevol_login_la-config.Plo
  520. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-mt_rand.lo -MD -MP -MF elogin/.deps/libevol_login_la-mt_rand.Tpo -c -o elogin/libevol_login_la-mt_rand.lo `test -f 'elogin/mt_rand.c' || echo '../../src/'`elogin/mt_rand.c
  521. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-init.lo -MD -MP -MF elogin/.deps/libevol_login_la-init.Tpo -c ../../src/elogin/init.c -fPIC -DPIC -o elogin/.libs/libevol_login_la-init.o
  522. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-login.lo -MD -MP -MF elogin/.deps/libevol_login_la-login.Tpo -c ../../src/elogin/login.c -fPIC -DPIC -o elogin/.libs/libevol_login_la-login.o
  523. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-login.lo -MD -MP -MF elogin/.deps/libevol_login_la-login.Tpo -c ../../src/elogin/login.c -o elogin/libevol_login_la-login.o >/dev/null 2>&1
  524. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-init.lo -MD -MP -MF elogin/.deps/libevol_login_la-init.Tpo -c ../../src/elogin/init.c -o elogin/libevol_login_la-init.o >/dev/null 2>&1
  525. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-md5calc.lo -MD -MP -MF elogin/.deps/libevol_login_la-md5calc.Tpo -c ../../src/elogin/md5calc.c -fPIC -DPIC -o elogin/.libs/libevol_login_la-md5calc.o
  526. mv -f elogin/.deps/libevol_login_la-login.Tpo elogin/.deps/libevol_login_la-login.Plo
  527. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-parse.lo -MD -MP -MF elogin/.deps/libevol_login_la-parse.Tpo -c -o elogin/libevol_login_la-parse.lo `test -f 'elogin/parse.c' || echo '../../src/'`elogin/parse.c
  528. mv -f elogin/.deps/libevol_login_la-init.Tpo elogin/.deps/libevol_login_la-init.Plo
  529. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-send.lo -MD -MP -MF elogin/.deps/libevol_login_la-send.Tpo -c -o elogin/libevol_login_la-send.lo `test -f 'elogin/send.c' || echo '../../src/'`elogin/send.c
  530. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-mt_rand.lo -MD -MP -MF elogin/.deps/libevol_login_la-mt_rand.Tpo -c ../../src/elogin/mt_rand.c -fPIC -DPIC -o elogin/.libs/libevol_login_la-mt_rand.o
  531. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-mt_rand.lo -MD -MP -MF elogin/.deps/libevol_login_la-mt_rand.Tpo -c ../../src/elogin/mt_rand.c -o elogin/libevol_login_la-mt_rand.o >/dev/null 2>&1
  532. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-md5calc.lo -MD -MP -MF elogin/.deps/libevol_login_la-md5calc.Tpo -c ../../src/elogin/md5calc.c -o elogin/libevol_login_la-md5calc.o >/dev/null 2>&1
  533. mv -f elogin/.deps/libevol_login_la-mt_rand.Tpo elogin/.deps/libevol_login_la-mt_rand.Plo
  534. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_login_la-config.lo -MD -MP -MF ecommon/.deps/libevol_login_la-config.Tpo -c -o ecommon/libevol_login_la-config.lo `test -f 'ecommon/config.c' || echo '../../src/'`ecommon/config.c
  535. mv -f elogin/.deps/libevol_login_la-md5calc.Tpo elogin/.deps/libevol_login_la-md5calc.Plo
  536. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_login_la-init.lo -MD -MP -MF ecommon/.deps/libevol_login_la-init.Tpo -c -o ecommon/libevol_login_la-init.lo `test -f 'ecommon/init.c' || echo '../../src/'`ecommon/init.c
  537. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-parse.lo -MD -MP -MF elogin/.deps/libevol_login_la-parse.Tpo -c ../../src/elogin/parse.c -fPIC -DPIC -o elogin/.libs/libevol_login_la-parse.o
  538. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-send.lo -MD -MP -MF elogin/.deps/libevol_login_la-send.Tpo -c ../../src/elogin/send.c -fPIC -DPIC -o elogin/.libs/libevol_login_la-send.o
  539. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-parse.lo -MD -MP -MF elogin/.deps/libevol_login_la-parse.Tpo -c ../../src/elogin/parse.c -o elogin/libevol_login_la-parse.o >/dev/null 2>&1
  540. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-send.lo -MD -MP -MF elogin/.deps/libevol_login_la-send.Tpo -c ../../src/elogin/send.c -o elogin/libevol_login_la-send.o >/dev/null 2>&1
  541. mv -f elogin/.deps/libevol_login_la-send.Tpo elogin/.deps/libevol_login_la-send.Plo
  542. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-atcommand.lo -MD -MP -MF emap/.deps/libevol_map_la-atcommand.Tpo -c -o emap/libevol_map_la-atcommand.lo `test -f 'emap/atcommand.c' || echo '../../src/'`emap/atcommand.c
  543. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_login_la-config.lo -MD -MP -MF ecommon/.deps/libevol_login_la-config.Tpo -c ../../src/ecommon/config.c -fPIC -DPIC -o ecommon/.libs/libevol_login_la-config.o
  544. mv -f elogin/.deps/libevol_login_la-parse.Tpo elogin/.deps/libevol_login_la-parse.Plo
  545. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-battle.lo -MD -MP -MF emap/.deps/libevol_map_la-battle.Tpo -c -o emap/libevol_map_la-battle.lo `test -f 'emap/battle.c' || echo '../../src/'`emap/battle.c
  546. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_login_la-config.lo -MD -MP -MF ecommon/.deps/libevol_login_la-config.Tpo -c ../../src/ecommon/config.c -o ecommon/libevol_login_la-config.o >/dev/null 2>&1
  547. mv -f ecommon/.deps/libevol_login_la-config.Tpo ecommon/.deps/libevol_login_la-config.Plo
  548. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-battleground.lo -MD -MP -MF emap/.deps/libevol_map_la-battleground.Tpo -c -o emap/libevol_map_la-battleground.lo `test -f 'emap/battleground.c' || echo '../../src/'`emap/battleground.c
  549. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_login_la-init.lo -MD -MP -MF ecommon/.deps/libevol_login_la-init.Tpo -c ../../src/ecommon/init.c -fPIC -DPIC -o ecommon/.libs/libevol_login_la-init.o
  550. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_login_la-init.lo -MD -MP -MF ecommon/.deps/libevol_login_la-init.Tpo -c ../../src/ecommon/init.c -o ecommon/libevol_login_la-init.o >/dev/null 2>&1
  551. mv -f ecommon/.deps/libevol_login_la-init.Tpo ecommon/.deps/libevol_login_la-init.Plo
  552. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-clan.lo -MD -MP -MF emap/.deps/libevol_map_la-clan.Tpo -c -o emap/libevol_map_la-clan.lo `test -f 'emap/clan.c' || echo '../../src/'`emap/clan.c
  553. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-atcommand.lo -MD -MP -MF emap/.deps/libevol_map_la-atcommand.Tpo -c ../../src/emap/atcommand.c -fPIC -DPIC -o emap/.libs/libevol_map_la-atcommand.o
  554. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-battle.lo -MD -MP -MF emap/.deps/libevol_map_la-battle.Tpo -c ../../src/emap/battle.c -fPIC -DPIC -o emap/.libs/libevol_map_la-battle.o
  555. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-battleground.lo -MD -MP -MF emap/.deps/libevol_map_la-battleground.Tpo -c ../../src/emap/battleground.c -fPIC -DPIC -o emap/.libs/libevol_map_la-battleground.o
  556. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-atcommand.lo -MD -MP -MF emap/.deps/libevol_map_la-atcommand.Tpo -c ../../src/emap/atcommand.c -o emap/libevol_map_la-atcommand.o >/dev/null 2>&1
  557. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-battleground.lo -MD -MP -MF emap/.deps/libevol_map_la-battleground.Tpo -c ../../src/emap/battleground.c -o emap/libevol_map_la-battleground.o >/dev/null 2>&1
  558. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-battle.lo -MD -MP -MF emap/.deps/libevol_map_la-battle.Tpo -c ../../src/emap/battle.c -o emap/libevol_map_la-battle.o >/dev/null 2>&1
  559. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-clan.lo -MD -MP -MF emap/.deps/libevol_map_la-clan.Tpo -c ../../src/emap/clan.c -fPIC -DPIC -o emap/.libs/libevol_map_la-clan.o
  560. mv -f emap/.deps/libevol_map_la-battleground.Tpo emap/.deps/libevol_map_la-battleground.Plo
  561. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-clif.lo -MD -MP -MF emap/.deps/libevol_map_la-clif.Tpo -c -o emap/libevol_map_la-clif.lo `test -f 'emap/clif.c' || echo '../../src/'`emap/clif.c
  562. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-clan.lo -MD -MP -MF emap/.deps/libevol_map_la-clan.Tpo -c ../../src/emap/clan.c -o emap/libevol_map_la-clan.o >/dev/null 2>&1
  563. mv -f emap/.deps/libevol_map_la-battle.Tpo emap/.deps/libevol_map_la-battle.Plo
  564. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-config.lo -MD -MP -MF emap/.deps/libevol_map_la-config.Tpo -c -o emap/libevol_map_la-config.lo `test -f 'emap/config.c' || echo '../../src/'`emap/config.c
  565. mv -f emap/.deps/libevol_map_la-atcommand.Tpo emap/.deps/libevol_map_la-atcommand.Plo
  566. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-console.lo -MD -MP -MF emap/.deps/libevol_map_la-console.Tpo -c -o emap/libevol_map_la-console.lo `test -f 'emap/console.c' || echo '../../src/'`emap/console.c
  567. mv -f emap/.deps/libevol_map_la-clan.Tpo emap/.deps/libevol_map_la-clan.Plo
  568. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-craft.lo -MD -MP -MF emap/.deps/libevol_map_la-craft.Tpo -c -o emap/libevol_map_la-craft.lo `test -f 'emap/craft.c' || echo '../../src/'`emap/craft.c
  569. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-clif.lo -MD -MP -MF emap/.deps/libevol_map_la-clif.Tpo -c ../../src/emap/clif.c -fPIC -DPIC -o emap/.libs/libevol_map_la-clif.o
  570. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-config.lo -MD -MP -MF emap/.deps/libevol_map_la-config.Tpo -c ../../src/emap/config.c -fPIC -DPIC -o emap/.libs/libevol_map_la-config.o
  571. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-console.lo -MD -MP -MF emap/.deps/libevol_map_la-console.Tpo -c ../../src/emap/console.c -fPIC -DPIC -o emap/.libs/libevol_map_la-console.o
  572. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-config.lo -MD -MP -MF emap/.deps/libevol_map_la-config.Tpo -c ../../src/emap/config.c -o emap/libevol_map_la-config.o >/dev/null 2>&1
  573. ../../src/emap/clif.c: In function 'eclif_charnameack_legacy':
  574. ../../src/emap/clif.c:246:24: error: 'reqName' undeclared (first use in this function)
  575. packet.packet_id = reqName;
  576. ^
  577. ../../src/emap/clif.c:246:24: note: each undeclared identifier is reported only once for each function it appears in
  578. ../../src/emap/clif.c:257:112: error: 'const struct mmo_charstatus' has no member named 'title_id'
  579. if (ssd->fakename[0] != '\0' || ssd->status.guild_id > 0 || ssd->status.party_id > 0 || ssd->status.title_id > 0) {
  580. ^
  581. ../../src/emap/clif.c:366:22: error: invalid application of 'sizeof' to incomplete type 'struct packet_reqname_ack'
  582. len = sizeof(struct packet_reqname_ack);
  583. ^
  584. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-console.lo -MD -MP -MF emap/.deps/libevol_map_la-console.Tpo -c ../../src/emap/console.c -o emap/libevol_map_la-console.o >/dev/null 2>&1
  585. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-craft.lo -MD -MP -MF emap/.deps/libevol_map_la-craft.Tpo -c ../../src/emap/craft.c -fPIC -DPIC -o emap/.libs/libevol_map_la-craft.o
  586. mv -f emap/.deps/libevol_map_la-config.Tpo emap/.deps/libevol_map_la-config.Plo
  587. Makefile:1007: recipe for target 'emap/libevol_map_la-clif.lo' failed
  588. make[1]: *** [emap/libevol_map_la-clif.lo] Error 1
  589. make[1]: *** Waiting for unfinished jobs....
  590. mv -f emap/.deps/libevol_map_la-console.Tpo emap/.deps/libevol_map_la-console.Plo
  591. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-craft.lo -MD -MP -MF emap/.deps/libevol_map_la-craft.Tpo -c ../../src/emap/craft.c -o emap/libevol_map_la-craft.o >/dev/null 2>&1
  592. mv -f emap/.deps/libevol_map_la-craft.Tpo emap/.deps/libevol_map_la-craft.Plo
  593. make[1]: Leaving directory '/home/ms/evol-all/server-code/src/evol/build/src'
  594. Makefile:381: recipe for target 'all-recursive' failed
  595. make: *** [all-recursive] Error 1
  596. /home/ms/evol-all/server-code/src/evol
  597. ms@xmg ~/evol-all/tools/localserver $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement