Advertisement
DarkEvolution

Error when Compiling

Nov 9th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.29 KB | None | 0 0
  1. [root@vmd30008 /usr/src/workspace/dev_m2dl_5inv/Server]# gmake all
  2. Makefile:47: warning: overriding recipe for target 'libserverkey'
  3. Makefile:13: warning: ignoring old recipe for target 'libserverkey'
  4. --------------------------------------
  5. Full Build Start
  6. --------------------------------------
  7. gmake -C liblua clean
  8. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua'
  9. cd include; gmake clean
  10. gmake[2]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua/include'
  11. gmake[2]: Nothing to be done for 'clean'.
  12. gmake[2]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua/include'
  13. cd src; gmake clean
  14. gmake[2]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua/src'
  15. rm -f lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm.o lzio.o ../lib/liblua.a
  16. gmake[2]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua/src'
  17. cd src/lib; gmake clean
  18. gmake[2]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua/src/lib'
  19. rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o loadlib.o ../../lib/liblualib.a
  20. gmake[2]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua/src/lib'
  21. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua'
  22. gmake -C liblua
  23. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua'
  24. cd include; gmake all
  25. gmake[2]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua/include'
  26. gmake[2]: Nothing to be done for 'all'.
  27. gmake[2]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua/include'
  28. cd src; gmake all
  29. gmake[2]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua/src'
  30. gcc -O2 -g -Wall -I../include -c -o lapi.o lapi.c
  31. gcc -O2 -g -Wall -I../include -c -o lcode.o lcode.c
  32. gcc -O2 -g -Wall -I../include -c -o ldebug.o ldebug.c
  33. gcc -O2 -g -Wall -I../include -c -o ldo.o ldo.c
  34. gcc -O2 -g -Wall -I../include -c -o ldump.o ldump.c
  35. gcc -O2 -g -Wall -I../include -c -o lfunc.o lfunc.c
  36. gcc -O2 -g -Wall -I../include -c -o lgc.o lgc.c
  37. gcc -O2 -g -Wall -I../include -c -o llex.o llex.c
  38. llex.c: In function 'read_string':
  39. llex.c:285:7: warning: case label value is less than minimum value for type
  40. case EOZ:
  41. ^~~~
  42. In file included from lstate.h:14:0,
  43. from ldo.h:12,
  44. from llex.c:15:
  45. llex.c:168:19: warning: statement will never be executed [-Wswitch-unreachable]
  46. (luaZ_buffer((LS)->buff)[l++] = cast(char, c))
  47. lzio.h:42:29: note: in definition of macro 'luaZ_buffer'
  48. #define luaZ_buffer(buff) ((buff)->buffer)
  49. ^~~~
  50. llex.c:286:9: note: in expansion of macro 'save'
  51. save(LS, '\0', l);
  52. ^~~~
  53. gcc -O2 -g -Wall -I../include -c -o lmem.o lmem.c
  54. gcc -O2 -g -Wall -I../include -c -o lobject.o lobject.c
  55. gcc -O2 -g -Wall -I../include -c -o lopcodes.o lopcodes.c
  56. gcc -O2 -g -Wall -I../include -c -o lparser.o lparser.c
  57. gcc -O2 -g -Wall -I../include -c -o lstate.o lstate.c
  58. gcc -O2 -g -Wall -I../include -c -o lstring.o lstring.c
  59. gcc -O2 -g -Wall -I../include -c -o ltable.o ltable.c
  60. In file included from ltable.c:36:0:
  61. ltable.c: In function 'luaH_mainposition':
  62. llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  63. #define IntPoint(p) ((lu_hash)(p))
  64. ^
  65. ltable.h:13:32: note: in definition of macro 'gnode'
  66. #define gnode(t,i) (&(t)->node[i])
  67. ^
  68. ltable.c:71:26: note: in expansion of macro 'hashmod'
  69. #define hashpointer(t,p) hashmod(t, IntPoint(p))
  70. ^~~~~~~
  71. ltable.c:71:37: note: in expansion of macro 'IntPoint'
  72. #define hashpointer(t,p) hashmod(t, IntPoint(p))
  73. ^~~~~~~~
  74. ltable.c:108:14: note: in expansion of macro 'hashpointer'
  75. return hashpointer(t, pvalue(key));
  76. ^~~~~~~~~~~
  77. llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  78. #define IntPoint(p) ((lu_hash)(p))
  79. ^
  80. ltable.h:13:32: note: in definition of macro 'gnode'
  81. #define gnode(t,i) (&(t)->node[i])
  82. ^
  83. ltable.c:71:26: note: in expansion of macro 'hashmod'
  84. #define hashpointer(t,p) hashmod(t, IntPoint(p))
  85. ^~~~~~~
  86. ltable.c:71:37: note: in expansion of macro 'IntPoint'
  87. #define hashpointer(t,p) hashmod(t, IntPoint(p))
  88. ^~~~~~~~
  89. ltable.c:110:14: note: in expansion of macro 'hashpointer'
  90. return hashpointer(t, gcvalue(key));
  91. ^~~~~~~~~~~
  92. gcc -O2 -g -Wall -I../include -c -o ltests.o ltests.c
  93. gcc -O2 -g -Wall -I../include -c -o ltm.o ltm.c
  94. gcc -O2 -g -Wall -I../include -c -o lundump.o lundump.c
  95. gcc -O2 -g -Wall -I../include -c -o lvm.o lvm.c
  96. gcc -O2 -g -Wall -I../include -c -o lzio.o lzio.c
  97. if [ ! -d ../lib ]; then mkdir ; fi
  98. ar rcu ../lib/liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm.o lzio.o
  99. ranlib ../lib/liblua.a
  100. gmake[2]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua/src'
  101. cd src/lib; gmake all
  102. gmake[2]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua/src/lib'
  103. gcc -O2 -g -Wall -I../../include -c -o lauxlib.o lauxlib.c
  104. gcc -O2 -g -Wall -I../../include -c -o lbaselib.o lbaselib.c
  105. gcc -O2 -g -Wall -I../../include -c -o ldblib.o ldblib.c
  106. gcc -O2 -g -Wall -I../../include -c -o liolib.o liolib.c
  107. liolib.c: In function 'g_iofile':
  108. liolib.c:113:34: warning: value computed is not used [-Wunused-value]
  109. #define tofile(L,i) (tofileh(L,i)->f)
  110. ~~~~~~~~~~~~~^~~~
  111. liolib.c:251:7: note: in expansion of macro 'tofile'
  112. tofile(L, 1); /* check that it's a valid file handle */
  113. ^~~~~~
  114. liolib.c: In function 'f_lines':
  115. liolib.c:113:34: warning: value computed is not used [-Wunused-value]
  116. #define tofile(L,i) (tofileh(L,i)->f)
  117. ~~~~~~~~~~~~~^~~~
  118. liolib.c:286:3: note: in expansion of macro 'tofile'
  119. tofile(L, 1); /* check that it's a valid file handle */
  120. ^~~~~~
  121. gcc -O2 -g -Wall -I../../include -c -o lmathlib.o lmathlib.c
  122. gcc -O2 -g -Wall -I../../include -c -o ltablib.o ltablib.c
  123. gcc -O2 -g -Wall -I../../include -c -o lstrlib.o lstrlib.c
  124. gcc -O2 -g -Wall -I../../include -c -o loadlib.o loadlib.c
  125. ar rcu ../../lib/liblualib.a lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o loadlib.o
  126. ranlib ../../lib/liblualib.a
  127. gmake[2]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua/src/lib'
  128. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/liblua'
  129. gmake -C libsql dep
  130. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libsql'
  131. touch Depend
  132. g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions -MM *.cpp > Depend
  133. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libsql'
  134. gmake -C libsql clean
  135. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libsql'
  136. rm -f *.o
  137. rm -f ./libsql.a
  138. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libsql'
  139. gmake -C libsql
  140. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libsql'
  141. gmake ./libsql.a
  142. gmake[2]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libsql'
  143. g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions -c AsyncSQL.cpp
  144. In file included from AsyncSQL.cpp:8:0:
  145. AsyncSQL.h: In constructor 'CAsyncSQL::CAsyncSQL()':
  146. AsyncSQL.h:201:7: warning: 'CAsyncSQL::m_iCopiedQuery' will be initialized after [-Wreorder]
  147. int m_iCopiedQuery;
  148. ^~~~~~~~~~~~~~
  149. AsyncSQL.h:175:7: warning: 'int CAsyncSQL::m_iPort' [-Wreorder]
  150. int m_iPort;
  151. ^~~~~~~
  152. AsyncSQL.cpp:19:1: warning: when initialized here [-Wreorder]
  153. CAsyncSQL::CAsyncSQL()
  154. ^~~~~~~~~
  155. g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions -c Semaphore.cpp
  156. g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions -c Tellwait.cpp
  157. g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions -c Statement.cpp
  158. ar cru ./libsql.a AsyncSQL.o Semaphore.o Tellwait.o Statement.o
  159. ranlib ./libsql.a
  160. chmod 700 ./libsql.a
  161. gmake[2]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libsql'
  162. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libsql'
  163. gmake -C libgame/src dep
  164. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libgame/src'
  165. touch Depend
  166. g++ -Wall -Ofast -pipe -fno-exceptions -lstdc++ -std=c++11 -I../include -msse4 -mssse3 -MM *.cc > Depend
  167. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libgame/src'
  168. gmake -C libgame/src clean
  169. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libgame/src'
  170. rm -f *.o
  171. rm -f ../lib/libgame.a
  172. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libgame/src'
  173. gmake -C libgame/src
  174. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libgame/src'
  175. gmake ../lib/libgame.a
  176. gmake[2]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libgame/src'
  177. g++ -Wall -Ofast -pipe -fno-exceptions -lstdc++ -std=c++11 -I../include -msse4 -mssse3 -c grid.cc
  178. g++ -Wall -Ofast -pipe -fno-exceptions -lstdc++ -std=c++11 -I../include -msse4 -mssse3 -c attribute.cc
  179. g++ -Wall -Ofast -pipe -fno-exceptions -lstdc++ -std=c++11 -I../include -msse4 -mssse3 -c targa.cc
  180. if [ ! -d ../lib ]; then mkdir ../lib; fi
  181. ar cru ../lib/libgame.a grid.o attribute.o targa.o
  182. ranlib ../lib/libgame.a
  183. chmod 700 ../lib/libgame.a
  184. gmake[2]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libgame/src'
  185. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libgame/src'
  186. gmake -C libpoly dep
  187. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libpoly'
  188. touch Depend
  189. g++ -Wall -O2 -pipe -fno-exceptions -fno-rtti -MM *.cc > Depend
  190. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libpoly'
  191. gmake -C libpoly clean
  192. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libpoly'
  193. rm -f *.o
  194. rm -f ./libpoly.a
  195. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libpoly'
  196. gmake -C libpoly
  197. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libpoly'
  198. gmake ./libpoly.a
  199. gmake[2]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libpoly'
  200. g++ -Wall -O2 -pipe -fno-exceptions -fno-rtti -c Base.cc
  201. g++ -Wall -O2 -pipe -fno-exceptions -fno-rtti -c Poly.cc
  202. g++ -Wall -O2 -pipe -fno-exceptions -fno-rtti -c SymTable.cc
  203. g++ -Wall -O2 -pipe -fno-exceptions -fno-rtti -c Symbol.cc
  204. ar cru ./libpoly.a Base.o Poly.o SymTable.o Symbol.o
  205. ranlib ./libpoly.a
  206. chmod 700 ./libpoly.a
  207. gmake[2]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libpoly'
  208. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libpoly'
  209. gmake -C libthecore/src dep
  210. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libthecore/src'
  211. g++ -Wall -O2 -pipe -g -I../include -MM *.c > Depend
  212. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libthecore/src'
  213. gmake -C libthecore/src clean
  214. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libthecore/src'
  215. rm -f *.o
  216. rm -f ../lib/libthecore.a
  217. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libthecore/src'
  218. gmake -C libthecore/src
  219. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libthecore/src'
  220. gmake ../lib/libthecore.a
  221. gmake[2]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/libthecore/src'
  222. g++ -Wall -O2 -pipe -g -I../include -c socket.c
  223. g++ -Wall -O2 -pipe -g -I../include -c fdwatch.c
  224. In file included from ../include/stdafx.h:95:0,
  225. from fdwatch.c:2:
  226. fdwatch.c: In function 'void fdwatch_clear_event(LPFDWATCH, socket_t, unsigned int)':
  227. fdwatch.c:163:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  228. assert(event_idx < fdw->nfiles * 2);
  229. ~~~~~~~~~~^~~~~~~~~~~~~~~~~
  230. fdwatch.c:165:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  231. if (fdw->kqrevents[event_idx].ident != fd)
  232. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  233. In file included from ../include/stdafx.h:95:0,
  234. from fdwatch.c:2:
  235. fdwatch.c: In function 'int fdwatch_check_event(LPFDWATCH, socket_t, unsigned int)':
  236. fdwatch.c:173:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  237. assert(event_idx < fdw->nfiles * 2);
  238. ~~~~~~~~~~^~~~~~~~~~~~~~~~~
  239. fdwatch.c:175:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  240. if (fdw->kqrevents[event_idx].ident != fd)
  241. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  242. In file included from ../include/stdafx.h:95:0,
  243. from fdwatch.c:2:
  244. fdwatch.c: In function 'int fdwatch_get_ident(LPFDWATCH, unsigned int)':
  245. fdwatch.c:207:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  246. assert(event_idx < fdw->nfiles * 2);
  247. ~~~~~~~~~~^~~~~~~~~~~~~~~~~
  248. fdwatch.c: In function 'void* fdwatch_get_client_data(LPFDWATCH, unsigned int)':
  249. fdwatch.c:225:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  250. assert(event_idx < fdw->nfiles * 2);
  251. ~~~~~~~~~~^~~~~~~~~~~~~~~~~
  252. g++ -Wall -O2 -pipe -g -I../include -c buffer.c
  253. g++ -Wall -O2 -pipe -g -I../include -c signal.c
  254. g++ -Wall -O2 -pipe -g -I../include -c log.c
  255. g++ -Wall -O2 -pipe -g -I../include -c utils.c
  256. g++ -Wall -O2 -pipe -g -I../include -c kstbl.c
  257. g++ -Wall -O2 -pipe -g -I../include -c hangul.c
  258. hangul.c: In function 'const char* first_han(const BYTE*)':
  259. hangul.c:47:15: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  260. char *p = "�׿�";
  261. ^~~~~~
  262. g++ -Wall -O2 -pipe -g -I../include -c heart.c
  263. g++ -Wall -O2 -pipe -g -I../include -c main.c
  264. g++ -Wall -O2 -pipe -g -I../include -c tea.c
  265. g++ -Wall -O2 -pipe -g -I../include -c des.c
  266. In file included from des.c:2:0:
  267. DES_table.h:164:14: warning: 'KeyPerm' defined but not used [-Wunused-variable]
  268. static DWORD KeyPerm[8][64] =
  269. ^~~~~~~
  270. g++ -Wall -O2 -pipe -g -I../include -c gost.c
  271. g++ -Wall -O2 -pipe -g -I../include -c memcpy.c
  272. if [ ! -d ../lib ]; then mkdir ../lib; fi
  273. ar cru ../lib/libthecore.a socket.o fdwatch.o buffer.o signal.o log.o utils.o kstbl.o hangul.o heart.o main.o tea.o des.o gost.o memcpy.o
  274. ranlib ../lib/libthecore.a
  275. chmod 700 ../lib/libthecore.a
  276. gmake[2]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libthecore/src'
  277. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/libthecore/src'
  278. gmake -C game/src dep
  279. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/game/src'
  280. makedepend -f Depend -I../../../Extern/include/boost -I../../libdevil -I../../libmysql/5.x-5.1.35 -I../../../Extern/include -I../../liblua/include -I/usr/local/include -I../../libserverkey -I/usr/include/c++/3.3 -I/usr/include/c++/4.2 -pOBJDIR/ BattleArena.cpp FSM.cpp MarkConvert.cpp MarkImage.cpp MarkManager.cpp OXEvent.cpp TrafficProfiler.cpp ani.cpp arena.cpp banword.cpp battle.cpp blend_item.cpp block_country.cpp buffer_manager.cpp building.cpp castle.cpp char.cpp char_affect.cpp char_battle.cpp char_change_empire.cpp char_horse.cpp char_item.cpp char_manager.cpp char_quickslot.cpp char_resist.cpp char_skill.cpp char_state.cpp PetSystem.cpp cmd.cpp cmd_emotion.cpp cmd_general.cpp cmd_gm.cpp cmd_oxevent.cpp config.cpp constants.cpp crc32.cpp cube.cpp db.cpp desc.cpp desc_client.cpp desc_manager.cpp desc_p2p.cpp dev_log.cpp dungeon.cpp empire_text_convert.cpp entity.cpp entity_view.cpp event.cpp event_queue.cpp exchange.cpp file_loader.cpp fishing.cpp gm.cpp guild.cpp guild_manager.cpp guild_war.cpp horse_rider.cpp horsename_manager.cpp input.cpp input_auth.cpp input_db.cpp input_login.cpp input_main.cpp input_p2p.cpp input_teen.cpp input_udp.cpp ip_ban.cpp item.cpp item_addon.cpp item_attribute.cpp item_manager.cpp item_manager_idrange.cpp locale.cpp locale_service.cpp log.cpp login_data.cpp lzo_manager.cpp marriage.cpp matrix_card.cpp messenger_manager.cpp mining.cpp mob_manager.cpp monarch.cpp motion.cpp over9refine.cpp p2p.cpp packet_info.cpp party.cpp passpod.cpp pcbang.cpp polymorph.cpp priv_manager.cpp pvp.cpp questevent.cpp questlua.cpp questlua_affect.cpp questlua_arena.cpp questlua_ba.cpp questlua_building.cpp questlua_danceevent.cpp questlua_dungeon.cpp questlua_forked.cpp questlua_game.cpp questlua_global.cpp questlua_guild.cpp questlua_horse.cpp questlua_pet.cpp questlua_item.cpp questlua_marriage.cpp questlua_mgmt.cpp questlua_monarch.cpp questlua_npc.cpp questlua_oxevent.cpp questlua_party.cpp questlua_pc.cpp questlua_quest.cpp questlua_target.cpp questmanager.cpp questnpc.cpp questpc.cpp refine.cpp regen.cpp safebox.cpp sectree.cpp sectree_manager.cpp sequence.cpp shop.cpp skill.cpp start_position.cpp target.cpp text_file_loader.cpp trigger.cpp utils.cpp vector.cpp war_map.cpp wedding.cpp xmas_event.cpp version.cpp panama.cpp threeway_war.cpp map_location.cpp auth_brazil.cpp BlueDragon.cpp BlueDragon_Binder.cpp DragonLair.cpp questlua_dragonlair.cpp skill_power.cpp affect.cpp SpeedServer.cpp questlua_speedserver.cpp auction_manager.cpp FileMonitor_FreeBSD.cpp ClientPackageCryptInfo.cpp cipher.cpp buff_on_attributes.cpp check_server.cpp dragon_soul_table.cpp DragonSoul.cpp group_text_parse_tree.cpp char_dragonsoul.cpp questlua_dragonsoul.cpp shop_manager.cpp shopEx.cpp item_manager_read_tables.cpp spamblock.cpp minilzo.c main.cpp 2> /dev/null > Depend
  281. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/game/src'
  282. gmake -C game/src clean
  283. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/game/src'
  284. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/game/src'
  285. gmake -C game/src limit_time
  286. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/game/src'
  287. update limit time
  288. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/game/src'
  289. gmake -C db/src dep
  290. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/db/src'
  291. makedepend -fDepend -I../../boost -I../../libmysql/5.x-5.1.35 -I/usr/include/c++/3.3 -I/usr/include/c++/4.2 -p.obj/ Config.cpp NetBase.cpp Peer.cpp PeerBase.cpp Main.cpp Lock.cpp DBManager.cpp Cache.cpp LoginData.cpp ClientManager.cpp ClientManagerPlayer.cpp ClientManagerLogin.cpp ClientManagerBoot.cpp ClientManagerParty.cpp ClientManagerGuild.cpp GuildManager.cpp HB.cpp PrivManager.cpp MoneyLog.cpp ItemAwardManager.cpp ClientManagerEventFlag.cpp Marriage.cpp Monarch.cpp BlockCountry.cpp ItemIDRangeManager.cpp ClientManagerHorseName.cpp version.cpp AuctionManager.cpp ProtoReader.cpp CsvReader.cpp 2> /dev/null
  292. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/db/src'
  293. gmake -C db/src clean
  294. gmake[1]: Entering directory '/usr/src/workspace/dev_m2dl_5inv/Server/db/src'
  295. gmake[1]: Leaving directory '/usr/src/workspace/dev_m2dl_5inv/Server/db/src'
  296. --------------------------------------
  297. Full Build End
  298. --------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement