Makefile:47: warning: overriding recipe for target `libserverkey'
Makefile:13: warning: ignoring old recipe for target `libserverkey'
--------------------------------------
Full Build Start
--------------------------------------
gmake -C liblua clean
gmake[1]: Entering directory `/usr/home/compile/Server/liblua'
cd include; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server/liblua/include'
gmake[2]: Nothing to be done for `clean'.
gmake[2]: Leaving directory `/usr/home/compile/Server/liblua/include'
cd src; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server/liblua/src'
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
gmake[2]: Leaving directory `/usr/home/compile/Server/liblua/src'
cd src/lib; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server/liblua/src/lib'
rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o load lib.o ../../lib/liblualib.a
gmake[2]: Leaving directory `/usr/home/compile/Server/liblua/src/lib'
gmake[1]: Leaving directory `/usr/home/compile/Server/liblua'
gmake -C liblua
gmake[1]: Entering directory `/usr/home/compile/Server/liblua'
cd include; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server/liblua/include'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/home/compile/Server/liblua/include'
cd src; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server/liblua/src'
gcc -O2 -g -Wall -I../include -c -o lapi.o lapi.c
gcc -O2 -g -Wall -I../include -c -o lcode.o lcode.c
gcc -O2 -g -Wall -I../include -c -o ldebug.o ldebug.c
gcc -O2 -g -Wall -I../include -c -o ldo.o ldo.c
gcc -O2 -g -Wall -I../include -c -o ldump.o ldump.c
gcc -O2 -g -Wall -I../include -c -o lfunc.o lfunc.c
gcc -O2 -g -Wall -I../include -c -o lgc.o lgc.c
gcc -O2 -g -Wall -I../include -c -o llex.o llex.c
llex.c: In function 'read_string':
llex.c:285:7: warning: case label value is less than minimum value for type [ena bled by default]
case EOZ:
^
gcc -O2 -g -Wall -I../include -c -o lmem.o lmem.c
gcc -O2 -g -Wall -I../include -c -o lobject.o lobject.c
gcc -O2 -g -Wall -I../include -c -o lopcodes.o lopcodes.c
gcc -O2 -g -Wall -I../include -c -o lparser.o lparser.c
gcc -O2 -g -Wall -I../include -c -o lstate.o lstate.c
gcc -O2 -g -Wall -I../include -c -o lstring.o lstring.c
gcc -O2 -g -Wall -I../include -c -o ltable.o ltable.c
In file included from ltable.c:36:0:
ltable.c: In function 'luaH_mainposition':
llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpoin ter-to-int-cast]
#define IntPoint(p) ((lu_hash)(p))
^
ltable.h:13:32: note: in definition of macro 'gnode'
#define gnode(t,i) (&(t)->node[i])
^
ltable.c:71:26: note: in expansion of macro 'hashmod'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:71:37: note: in expansion of macro 'IntPoint'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:108:14: note: in expansion of macro 'hashpointer'
return hashpointer(t, pvalue(key));
^
llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpoin ter-to-int-cast]
#define IntPoint(p) ((lu_hash)(p))
^
ltable.h:13:32: note: in definition of macro 'gnode'
#define gnode(t,i) (&(t)->node[i])
^
ltable.c:71:26: note: in expansion of macro 'hashmod'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:71:37: note: in expansion of macro 'IntPoint'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:110:14: note: in expansion of macro 'hashpointer'
return hashpointer(t, gcvalue(key));
^
gcc -O2 -g -Wall -I../include -c -o ltests.o ltests.c
gcc -O2 -g -Wall -I../include -c -o ltm.o ltm.c
gcc -O2 -g -Wall -I../include -c -o lundump.o lundump.c
gcc -O2 -g -Wall -I../include -c -o lvm.o lvm.c
gcc -O2 -g -Wall -I../include -c -o lzio.o lzio.c
if [ ! -d ../lib ]; then mkdir ; fi
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
ranlib ../lib/liblua.a
gmake[2]: Leaving directory `/usr/home/compile/Server/liblua/src'
cd src/lib; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server/liblua/src/lib'
gcc -O2 -g -Wall -I../../include -c -o lauxlib.o lauxlib.c
gcc -O2 -g -Wall -I../../include -c -o lbaselib.o lbaselib.c
gcc -O2 -g -Wall -I../../include -c -o ldblib.o ldblib.c
gcc -O2 -g -Wall -I../../include -c -o liolib.o liolib.c
liolib.c: In function 'g_iofile':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
#define tofile(L,i) (tofileh(L,i)->f)
^
liolib.c:251:7: note: in expansion of macro 'tofile'
tofile(L, 1); /* check that it's a valid file handle */
^
liolib.c: In function 'f_lines':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
#define tofile(L,i) (tofileh(L,i)->f)
^
liolib.c:286:3: note: in expansion of macro 'tofile'
tofile(L, 1); /* check that it's a valid file handle */
^
gcc -O2 -g -Wall -I../../include -c -o lmathlib.o lmathlib.c
gcc -O2 -g -Wall -I../../include -c -o ltablib.o ltablib.c
gcc -O2 -g -Wall -I../../include -c -o lstrlib.o lstrlib.c
gcc -O2 -g -Wall -I../../include -c -o loadlib.o loadlib.c
ar rcu ../../lib/liblualib.a lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o l tablib.o lstrlib.o loadlib.o
ranlib ../../lib/liblualib.a
gmake[2]: Leaving directory `/usr/home/compile/Server/liblua/src/lib'
gmake[1]: Leaving directory `/usr/home/compile/Server/liblua'
gmake -C libsql dep
gmake[1]: Entering directory `/usr/home/compile/Server/libsql'
touch Depend
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -MM *.cpp > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server/libsql'
gmake -C libsql clean
gmake[1]: Entering directory `/usr/home/compile/Server/libsql'
rm -f *.o
rm -f ./libsql.a
gmake[1]: Leaving directory `/usr/home/compile/Server/libsql'
gmake -C libsql
gmake[1]: Entering directory `/usr/home/compile/Server/libsql'
gmake ./libsql.a
gmake[2]: Entering directory `/usr/home/compile/Server/libsql'
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c AsyncSQL.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from AsyncSQL.cpp:8:0:
AsyncSQL.h: In constructor 'CAsyncSQL::CAsyncSQL()':
AsyncSQL.h:201:7: warning: 'CAsyncSQL::m_iCopiedQuery' will be initialized after [-Wreorder]
int m_iCopiedQuery;
^
AsyncSQL.h:175:7: warning: 'int CAsyncSQL::m_iPort' [-Wreorder]
int m_iPort;
^
AsyncSQL.cpp:19:1: warning: when initialized here [-Wreorder]
CAsyncSQL::CAsyncSQL()
^
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Semaphore.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Tellwait.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Statement.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
ar cru ./libsql.a AsyncSQL.o Semaphore.o Tellwait.o Statement.o
ranlib ./libsql.a
chmod 700 ./libsql.a
gmake[2]: Leaving directory `/usr/home/compile/Server/libsql'
gmake[1]: Leaving directory `/usr/home/compile/Server/libsql'
gmake -C libgame/src dep
gmake[1]: Entering directory `/usr/home/compile/Server/libgame/src'
touch Depend
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -MM *.cc > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server/libgame/src'
gmake -C libgame/src clean
gmake[1]: Entering directory `/usr/home/compile/Server/libgame/src'
rm -f *.o
rm -f ../lib/libgame.a
gmake[1]: Leaving directory `/usr/home/compile/Server/libgame/src'
gmake -C libgame/src
gmake[1]: Entering directory `/usr/home/compile/Server/libgame/src'
gmake ../lib/libgame.a
gmake[2]: Entering directory `/usr/home/compile/Server/libgame/src'
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c grid.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c attribute.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c targa.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
if [ ! -d ../lib ]; then mkdir ../lib; fi
ar cru ../lib/libgame.a grid.o attribute.o targa.o
ranlib ../lib/libgame.a
chmod 700 ../lib/libgame.a
gmake[2]: Leaving directory `/usr/home/compile/Server/libgame/src'
gmake[1]: Leaving directory `/usr/home/compile/Server/libgame/src'
gmake -C libpoly dep
gmake[1]: Entering directory `/usr/home/compile/Server/libpoly'
touch Depend
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -MM *.cc > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server/libpoly'
gmake -C libpoly clean
gmake[1]: Entering directory `/usr/home/compile/Server/libpoly'
rm -f *.o
rm -f ./libpoly.a
gmake[1]: Leaving directory `/usr/home/compile/Server/libpoly'
gmake -C libpoly
gmake[1]: Entering directory `/usr/home/compile/Server/libpoly'
gmake ./libpoly.a
gmake[2]: Entering directory `/usr/home/compile/Server/libpoly'
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Base.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Poly.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c SymTable.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Symbol.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
ar cru ./libpoly.a Base.o Poly.o SymTable.o Symbol.o
ranlib ./libpoly.a
chmod 700 ./libpoly.a
gmake[2]: Leaving directory `/usr/home/compile/Server/libpoly'
gmake[1]: Leaving directory `/usr/home/compile/Server/libpoly'
gmake -C libthecore/src dep
gmake[1]: Entering directory `/usr/home/compile/Server/libthecore/src'
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -MM *.c > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server/libthecore/src'
gmake -C libthecore/src clean
gmake[1]: Entering directory `/usr/home/compile/Server/libthecore/src'
rm -f *.o
rm -f ../lib/libthecore.a
gmake[1]: Leaving directory `/usr/home/compile/Server/libthecore/src'
gmake -C libthecore/src
gmake[1]: Entering directory `/usr/home/compile/Server/libthecore/src'
gmake ../lib/libthecore.a
gmake[2]: Entering directory `/usr/home/compile/Server/libthecore/src'
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c socket.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c fdwatch.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'void fdwatch_clear_event(LPFDWATCH, socket_t, unsigned i nt)':
fdwatch.c:163:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c:165:44: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
if (fdw->kqrevents[event_idx].ident != fd)
^
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'int fdwatch_check_event(LPFDWATCH, socket_t, unsigned in t)':
fdwatch.c:173:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c:175:44: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
if (fdw->kqrevents[event_idx].ident != fd)
^
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'int fdwatch_get_ident(LPFDWATCH, unsigned int)':
fdwatch.c:207:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c: In function 'void* fdwatch_get_client_data(LPFDWATCH, unsigned int)':
fdwatch.c:225:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c buffer.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c signal.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c log.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c utils.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c kstbl.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c hangul.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
hangul.c: In function 'const char* first_han(const BYTE*)':
hangul.c:47:15: warning: deprecated conversion from string constant to 'char*' [ -Wwrite-strings]
char *p = "▒▒";
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c heart.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c main.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c tea.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c des.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from des.c:2:0:
DES_table.h:164:14: warning: 'KeyPerm' defined but not used [-Wunused-variable]
static DWORD KeyPerm[8][64] =
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c gost.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c memcpy.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
if [ ! -d ../lib ]; then mkdir ../lib; fi
ar cru ../lib/libthecore.a socket.o fdwatch.o buffer.o signal.o log.o utils.o ks tbl.o hangul.o heart.o main.o tea.o des.o gost.o memcpy.o
ranlib ../lib/libthecore.a
chmod 700 ../lib/libthecore.a
gmake[2]: Leaving directory `/usr/home/compile/Server/libthecore/src'
gmake[1]: Leaving directory `/usr/home/compile/Server/libthecore/src'
gmake -C game/src dep
gmake[1]: Entering directory `/usr/home/compile/Server/game/src'
makedepend -f Depend -I../../../Extern/include/boost -I../../libdevil -I../../l ibmysql/5.x-5.1.35 -I../../../Extern/include -I../../libhackshield/include -I../ ../libxtrap/include -I../../liblua/include -I/usr/local/include -I../../libserve rkey -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.c pp ani.cpp arena.cpp banword.cpp battle.cpp blend_item.cpp block_country.cpp buf fer_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_quick slot.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.cp p dev_log.cpp dungeon.cpp empire_text_convert.cpp entity.cpp entity_view.cpp eve nt.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 ite m_manager.cpp item_manager_idrange.cpp locale.cpp locale_service.cpp log.cpp log in_data.cpp lzo_manager.cpp marriage.cpp matrix_card.cpp messenger_manager.cpp m ining.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_hor se.cpp questlua_pet.cpp questlua_item.cpp questlua_marriage.cpp questlua_mgmt.cp p 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.cp p 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 ver sion.cpp panama.cpp threeway_war.cpp map_location.cpp auth_brazil.cpp BlueDragon .cpp BlueDragon_Binder.cpp DragonLair.cpp questlua_dragonlair.cpp HackShield.cpp HackShield_Impl.cpp char_hackshield.cpp skill_power.cpp affect.cpp SpeedServer. cpp questlua_speedserver.cpp XTrapManager.cpp auction_manager.cpp FileMonitor_Fr eeBSD.cpp ClientPackageCryptInfo.cpp cipher.cpp buff_on_attributes.cpp dragon_so ul_table.cpp DragonSoul.cpp group_text_parse_tree.cpp char_dragonsoul.cpp questl ua_dragonsoul.cpp shop_manager.cpp shopEx.cpp item_manager_read_tables.cpp shutd own_manager.cpp minilzo.c main.cpp test.cpp 2> /dev/null > Depend
gmake[1]: *** [dep] Error 127
gmake[1]: Leaving directory `/usr/home/compile/Server/game/src'
gmake: *** [all] Error 2
root@powerz2:/usr/home/compile/Server #
root@powerz2:/usr/home/compile/Server # cd /usr/home/compile/Server11
root@powerz2:/usr/home/compile/Server11 # gmake all
Makefile:47: warning: overriding recipe for target `libserverkey'
Makefile:13: warning: ignoring old recipe for target `libserverkey'
--------------------------------------
Full Build Start
--------------------------------------
gmake -C liblua clean
gmake[1]: Entering directory `/usr/home/compile/Server11/liblua'
cd include; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/include'
gmake[2]: Nothing to be done for `clean'.
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/include'
cd src; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src'
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
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src'
cd src/lib; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src/lib'
rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o load lib.o ../../lib/liblualib.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src/lib'
gmake[1]: Leaving directory `/usr/home/compile/Server11/liblua'
gmake -C liblua
gmake[1]: Entering directory `/usr/home/compile/Server11/liblua'
cd include; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/include'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/include'
cd src; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src'
gcc -O2 -g -Wall -I../include -c -o lapi.o lapi.c
gcc -O2 -g -Wall -I../include -c -o lcode.o lcode.c
gcc -O2 -g -Wall -I../include -c -o ldebug.o ldebug.c
gcc -O2 -g -Wall -I../include -c -o ldo.o ldo.c
gcc -O2 -g -Wall -I../include -c -o ldump.o ldump.c
gcc -O2 -g -Wall -I../include -c -o lfunc.o lfunc.c
gcc -O2 -g -Wall -I../include -c -o lgc.o lgc.c
gcc -O2 -g -Wall -I../include -c -o llex.o llex.c
llex.c: In function 'read_string':
llex.c:285:7: warning: case label value is less than minimum value for type [ena bled by default]
case EOZ:
^
gcc -O2 -g -Wall -I../include -c -o lmem.o lmem.c
gcc -O2 -g -Wall -I../include -c -o lobject.o lobject.c
gcc -O2 -g -Wall -I../include -c -o lopcodes.o lopcodes.c
gcc -O2 -g -Wall -I../include -c -o lparser.o lparser.c
gcc -O2 -g -Wall -I../include -c -o lstate.o lstate.c
gcc -O2 -g -Wall -I../include -c -o lstring.o lstring.c
gcc -O2 -g -Wall -I../include -c -o ltable.o ltable.c
In file included from ltable.c:36:0:
ltable.c: In function 'luaH_mainposition':
llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpoin ter-to-int-cast]
#define IntPoint(p) ((lu_hash)(p))
^
ltable.h:13:32: note: in definition of macro 'gnode'
#define gnode(t,i) (&(t)->node[i])
^
ltable.c:71:26: note: in expansion of macro 'hashmod'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:71:37: note: in expansion of macro 'IntPoint'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:108:14: note: in expansion of macro 'hashpointer'
return hashpointer(t, pvalue(key));
^
llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpoin ter-to-int-cast]
#define IntPoint(p) ((lu_hash)(p))
^
ltable.h:13:32: note: in definition of macro 'gnode'
#define gnode(t,i) (&(t)->node[i])
^
ltable.c:71:26: note: in expansion of macro 'hashmod'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:71:37: note: in expansion of macro 'IntPoint'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:110:14: note: in expansion of macro 'hashpointer'
return hashpointer(t, gcvalue(key));
^
gcc -O2 -g -Wall -I../include -c -o ltests.o ltests.c
gcc -O2 -g -Wall -I../include -c -o ltm.o ltm.c
gcc -O2 -g -Wall -I../include -c -o lundump.o lundump.c
gcc -O2 -g -Wall -I../include -c -o lvm.o lvm.c
gcc -O2 -g -Wall -I../include -c -o lzio.o lzio.c
if [ ! -d ../lib ]; then mkdir ; fi
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
ranlib ../lib/liblua.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src'
cd src/lib; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src/lib'
gcc -O2 -g -Wall -I../../include -c -o lauxlib.o lauxlib.c
gcc -O2 -g -Wall -I../../include -c -o lbaselib.o lbaselib.c
gcc -O2 -g -Wall -I../../include -c -o ldblib.o ldblib.c
gcc -O2 -g -Wall -I../../include -c -o liolib.o liolib.c
liolib.c: In function 'g_iofile':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
#define tofile(L,i) (tofileh(L,i)->f)
^
liolib.c:251:7: note: in expansion of macro 'tofile'
tofile(L, 1); /* check that it's a valid file handle */
^
liolib.c: In function 'f_lines':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
#define tofile(L,i) (tofileh(L,i)->f)
^
liolib.c:286:3: note: in expansion of macro 'tofile'
tofile(L, 1); /* check that it's a valid file handle */
^
gcc -O2 -g -Wall -I../../include -c -o lmathlib.o lmathlib.c
gcc -O2 -g -Wall -I../../include -c -o ltablib.o ltablib.c
gcc -O2 -g -Wall -I../../include -c -o lstrlib.o lstrlib.c
gcc -O2 -g -Wall -I../../include -c -o loadlib.o loadlib.c
ar rcu ../../lib/liblualib.a lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o l tablib.o lstrlib.o loadlib.o
ranlib ../../lib/liblualib.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src/lib'
gmake[1]: Leaving directory `/usr/home/compile/Server11/liblua'
gmake -C libsql dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libsql'
touch Depend
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -MM *.cpp > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake -C libsql clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libsql'
rm -f *.o
rm -f ./libsql.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake -C libsql
gmake[1]: Entering directory `/usr/home/compile/Server11/libsql'
gmake ./libsql.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libsql'
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c AsyncSQL.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from AsyncSQL.cpp:8:0:
AsyncSQL.h: In constructor 'CAsyncSQL::CAsyncSQL()':
AsyncSQL.h:201:7: warning: 'CAsyncSQL::m_iCopiedQuery' will be initialized after [-Wreorder]
int m_iCopiedQuery;
^
AsyncSQL.h:175:7: warning: 'int CAsyncSQL::m_iPort' [-Wreorder]
int m_iPort;
^
AsyncSQL.cpp:19:1: warning: when initialized here [-Wreorder]
CAsyncSQL::CAsyncSQL()
^
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Semaphore.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Tellwait.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Statement.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
ar cru ./libsql.a AsyncSQL.o Semaphore.o Tellwait.o Statement.o
ranlib ./libsql.a
chmod 700 ./libsql.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake -C libgame/src dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libgame/src'
touch Depend
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -MM *.cc > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake -C libgame/src clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libgame/src'
rm -f *.o
rm -f ../lib/libgame.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake -C libgame/src
gmake[1]: Entering directory `/usr/home/compile/Server11/libgame/src'
gmake ../lib/libgame.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libgame/src'
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c grid.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c attribute.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c targa.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
if [ ! -d ../lib ]; then mkdir ../lib; fi
ar cru ../lib/libgame.a grid.o attribute.o targa.o
ranlib ../lib/libgame.a
chmod 700 ../lib/libgame.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake -C libpoly dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libpoly'
touch Depend
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -MM *.cc > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake -C libpoly clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libpoly'
rm -f *.o
rm -f ./libpoly.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake -C libpoly
gmake[1]: Entering directory `/usr/home/compile/Server11/libpoly'
gmake ./libpoly.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libpoly'
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Base.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Poly.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c SymTable.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Symbol.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
ar cru ./libpoly.a Base.o Poly.o SymTable.o Symbol.o
ranlib ./libpoly.a
chmod 700 ./libpoly.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake -C libthecore/src dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libthecore/src'
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -MM *.c > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake -C libthecore/src clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libthecore/src'
rm -f *.o
rm -f ../lib/libthecore.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake -C libthecore/src
gmake[1]: Entering directory `/usr/home/compile/Server11/libthecore/src'
gmake ../lib/libthecore.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libthecore/src'
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c socket.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c fdwatch.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'void fdwatch_clear_event(LPFDWATCH, socket_t, unsigned i nt)':
fdwatch.c:163:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c:165:44: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
if (fdw->kqrevents[event_idx].ident != fd)
^
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'int fdwatch_check_event(LPFDWATCH, socket_t, unsigned in t)':
fdwatch.c:173:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c:175:44: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
if (fdw->kqrevents[event_idx].ident != fd)
^
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'int fdwatch_get_ident(LPFDWATCH, unsigned int)':
fdwatch.c:207:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c: In function 'void* fdwatch_get_client_data(LPFDWATCH, unsigned int)':
fdwatch.c:225:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c buffer.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c signal.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c log.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
log.c: In function 'void _sys_err(const char*, int, const char*, ...)':
log.c:129:88: warning: format '%d' expects argument of type 'int', but argument 5 has type 'suseconds_t {aka long int}' [-Wformat=]
len = snprintf(buf, 1024, "SYSERR: %-15.15s.%d :: %s: ", time_s + 4, tv.tv_use c, func);
^
log.c:129:88: warning: format '%d' expects argument of type 'int', but argument 5 has type 'suseconds_t {aka long int}' [-Wformat=]
log.c:117:6: warning: unused variable 'nMiliSec' [-Wunused-variable]
int nMiliSec = 0;
^
log.c: In function 'void sys_log(unsigned int, const char*, ...)':
log.c:214:71: warning: format '%d' expects argument of type 'int', but argument 4 has type 'suseconds_t {aka long int}' [-Wformat=]
fprintf(log_file_sys->fp, "%-15.15s.%d :: ", time_s + 4, tv.tv_usec );
^
log.c:200:6: warning: unused variable 'nMiliSec' [-Wunused-variable]
int nMiliSec = 0;
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c utils.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c kstbl.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c hangul.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
hangul.c: In function 'const char* first_han(const BYTE*)':
hangul.c:47:15: warning: deprecated conversion from string constant to 'char*' [ -Wwrite-strings]
char *p = "▒▒";
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c heart.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c main.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c tea.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c des.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from des.c:2:0:
DES_table.h:164:14: warning: 'KeyPerm' defined but not used [-Wunused-variable]
static DWORD KeyPerm[8][64] =
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c gost.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c memcpy.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
if [ ! -d ../lib ]; then mkdir ../lib; fi
ar cru ../lib/libthecore.a socket.o fdwatch.o buffer.o signal.o log.o utils.o ks tbl.o hangul.o heart.o main.o tea.o des.o gost.o memcpy.o
ranlib ../lib/libthecore.a
chmod 700 ../lib/libthecore.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake -C game/src dep
gmake[1]: Entering directory `/usr/home/compile/Server11/game/src'
makedepend -f Depend -I../../../Extern/include/boost -I../../libdevil -I../../l ibmysql/7.x-5.1.35 -I../../../Extern/include -I../../libhackshield/include -I../ ../libxtrap/include -I../../liblua/include -I/usr/local/include -L/usr/local/lib /mysql -I../../libserverkey -I/usr/include/c++/3.3 -I/usr/include/c++/4.2 -pOBJD IR/ BattleArena.cpp FSM.cpp MarkConvert.cpp MarkImage.cpp MarkManager.cpp OXEven t.cpp TrafficProfiler.cpp ani.cpp arena.cpp banword.cpp battle.cpp blend_item.cp p block_country.cpp buffer_manager.cpp building.cpp castle.cpp char.cpp char_aff ect.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 Pe tSystem.cpp cmd.cpp cmd_emotion.cpp cmd_general.cpp cmd_gm.cpp cmd_oxevent.cpp c onfig.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 fishi ng.cpp gm.cpp guild.cpp guild_manager.cpp guild_war.cpp horse_rider.cpp horsenam e_manager.cpp input.cpp input_auth.cpp input_db.cpp input_login.cpp input_main.c pp 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 over9ref ine.cpp p2p.cpp packet_info.cpp party.cpp passpod.cpp pcbang.cpp polymorph.cpp p riv_manager.cpp pvp.cpp questevent.cpp questlua.cpp questlua_affect.cpp questlua _arena.cpp questlua_ba.cpp questlua_building.cpp questlua_danceevent.cpp questlu a_dungeon.cpp questlua_forked.cpp questlua_game.cpp questlua_global.cpp questlua _guild.cpp questlua_horse.cpp questlua_pet.cpp questlua_item.cpp questlua_marria ge.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 qu estmanager.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 targ et.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 aut h_brazil.cpp BlueDragon.cpp BlueDragon_Binder.cpp DragonLair.cpp questlua_dragon lair.cpp HackShield.cpp HackShield_Impl.cpp char_hackshield.cpp skill_power.cpp affect.cpp SpeedServer.cpp questlua_speedserver.cpp XTrapManager.cpp auction_man ager.cpp FileMonitor_FreeBSD.cpp ClientPackageCryptInfo.cpp cipher.cpp buff_on_a ttributes.cpp check_server.cpp dragon_soul_table.cpp DragonSoul.cpp group_text_p arse_tree.cpp char_dragonsoul.cpp questlua_dragonsoul.cpp shop_manager.cpp shopE x.cpp item_manager_read_tables.cpp minilzo.c main.cpp 2> /dev/null > Depend
gmake[1]: *** [dep] Error 127
gmake[1]: Leaving directory `/usr/home/compile/Server11/game/src'
gmake: *** [all] Error 2
root@powerz2:/usr/home/compile/Server11 # ps ax
PID TT STAT TIME COMMAND
0 - DLs 0:00.03 [kernel]
1 - ILs 0:00.02 /sbin/init --
2 - DL 0:00.07 [cam]
3 - DL 0:00.00 [sctp_iterator]
4 - DL 0:00.38 [pagedaemon]
5 - DL 0:00.01 [vmdaemon]
6 - DL 0:00.00 [pagezero]
7 - DL 0:00.25 [bufdaemon]
8 - DL 0:00.03 [vnlru]
9 - DL 0:00.45 [syncer]
10 - DL 0:00.00 [audit]
11 - RL 230:01.25 [idle]
12 - WL 0:07.10 [intr]
13 - DL 0:00.15 [geom]
14 - DL 0:02.19 [rand_harvestq]
15 - DL 0:00.12 [usb]
129 - IWs 0:00.00 adjkerntz -i
310 - Is 0:00.00 dhclient: vtnet0 [priv] (dhclient)
348 - Is 0:00.00 dhclient: vtnet0 (dhclient)
349 - Is 0:00.01 /sbin/devd
431 - Ss 0:00.03 /usr/sbin/syslogd -s
623 - IWs 0:00.00 /bin/sh /usr/local/bin/mysqld_safe --defaults-extra-fil
717 - I 0:01.83 /usr/local/libexec/mysqld --defaults-extra-file=/var/db
747 - Ss 0:00.01 /usr/sbin/sshd
750 - Ss 0:00.17 sendmail: accepting connections (sendmail)
753 - Is 0:00.00 sendmail: Queue runner@00:30:00 for /var/spool/clientmq
757 - Ss 0:00.04 /usr/sbin/cron -s
859 - Is 0:00.16 sshd: root@pts/1 (sshd)
2085 - Is 0:00.02 sshd: root@pts/0 (sshd)
2150 - Ss 0:00.08 sshd: root@pts/2 (sshd)
2882 - Ss 0:00.02 sshd: root@notty (sshd)
2885 - Ss 0:00.01 csh -c /usr/libexec/sftp-server
2887 - S 0:00.01 /usr/libexec/sftp-server
803 v0 Is+ 0:00.00 /usr/libexec/getty Pc ttyv0
804 v1 Is+ 0:00.00 /usr/libexec/getty Pc ttyv1
805 v2 Is+ 0:00.00 /usr/libexec/getty Pc ttyv2
806 v3 Is+ 0:00.00 /usr/libexec/getty Pc ttyv3
807 v4 Is+ 0:00.00 /usr/libexec/getty Pc ttyv4
808 v5 Is+ 0:00.00 /usr/libexec/getty Pc ttyv5
809 v6 Is+ 0:00.00 /usr/libexec/getty Pc ttyv6
810 v7 Is+ 0:00.00 /usr/libexec/getty Pc ttyv7
2088 0 Is+ 0:00.01 -csh (csh)
862 1 Is+ 0:00.05 -csh (csh)
2153 2 Ss 0:00.02 -csh (csh)
2890 2 R+ 0:00.00 ps ax
root@powerz2:/usr/home/compile/Server11 # cd /usr/home
root@powerz2:/usr/home # chmod -R 777
usage: chmod [-fhv] [-R [-H | -L | -P]] mode file ...
root@powerz2:/usr/home # chmod -R 777 compile
root@powerz2:/usr/home # gmake all
gmake: *** No rule to make target `all'. Stop.
root@powerz2:/usr/home # cd /usr/home/compile/Server11
root@powerz2:/usr/home/compile/Server11 #
root@powerz2:/usr/home/compile/Server11 # gmake all
Makefile:47: warning: overriding recipe for target `libserverkey'
Makefile:13: warning: ignoring old recipe for target `libserverkey'
--------------------------------------
Full Build Start
--------------------------------------
gmake -C liblua clean
gmake[1]: Entering directory `/usr/home/compile/Server11/liblua'
cd include; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/include'
gmake[2]: Nothing to be done for `clean'.
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/include'
cd src; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src'
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
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src'
cd src/lib; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src/lib'
rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o load lib.o ../../lib/liblualib.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src/lib'
gmake[1]: Leaving directory `/usr/home/compile/Server11/liblua'
gmake -C liblua
gmake[1]: Entering directory `/usr/home/compile/Server11/liblua'
cd include; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/include'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/include'
cd src; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src'
gcc -O2 -g -Wall -I../include -c -o lapi.o lapi.c
gcc -O2 -g -Wall -I../include -c -o lcode.o lcode.c
gcc -O2 -g -Wall -I../include -c -o ldebug.o ldebug.c
gcc -O2 -g -Wall -I../include -c -o ldo.o ldo.c
gcc -O2 -g -Wall -I../include -c -o ldump.o ldump.c
gcc -O2 -g -Wall -I../include -c -o lfunc.o lfunc.c
gcc -O2 -g -Wall -I../include -c -o lgc.o lgc.c
gcc -O2 -g -Wall -I../include -c -o llex.o llex.c
llex.c: In function 'read_string':
llex.c:285:7: warning: case label value is less than minimum value for type [ena bled by default]
case EOZ:
^
gcc -O2 -g -Wall -I../include -c -o lmem.o lmem.c
gcc -O2 -g -Wall -I../include -c -o lobject.o lobject.c
gcc -O2 -g -Wall -I../include -c -o lopcodes.o lopcodes.c
gcc -O2 -g -Wall -I../include -c -o lparser.o lparser.c
gcc -O2 -g -Wall -I../include -c -o lstate.o lstate.c
gcc -O2 -g -Wall -I../include -c -o lstring.o lstring.c
gcc -O2 -g -Wall -I../include -c -o ltable.o ltable.c
In file included from ltable.c:36:0:
ltable.c: In function 'luaH_mainposition':
llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpoin ter-to-int-cast]
#define IntPoint(p) ((lu_hash)(p))
^
ltable.h:13:32: note: in definition of macro 'gnode'
#define gnode(t,i) (&(t)->node[i])
^
ltable.c:71:26: note: in expansion of macro 'hashmod'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:71:37: note: in expansion of macro 'IntPoint'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:108:14: note: in expansion of macro 'hashpointer'
return hashpointer(t, pvalue(key));
^
llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpoin ter-to-int-cast]
#define IntPoint(p) ((lu_hash)(p))
^
ltable.h:13:32: note: in definition of macro 'gnode'
#define gnode(t,i) (&(t)->node[i])
^
ltable.c:71:26: note: in expansion of macro 'hashmod'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:71:37: note: in expansion of macro 'IntPoint'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:110:14: note: in expansion of macro 'hashpointer'
return hashpointer(t, gcvalue(key));
^
gcc -O2 -g -Wall -I../include -c -o ltests.o ltests.c
gcc -O2 -g -Wall -I../include -c -o ltm.o ltm.c
gcc -O2 -g -Wall -I../include -c -o lundump.o lundump.c
gcc -O2 -g -Wall -I../include -c -o lvm.o lvm.c
gcc -O2 -g -Wall -I../include -c -o lzio.o lzio.c
if [ ! -d ../lib ]; then mkdir ; fi
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
ranlib ../lib/liblua.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src'
cd src/lib; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src/lib'
gcc -O2 -g -Wall -I../../include -c -o lauxlib.o lauxlib.c
gcc -O2 -g -Wall -I../../include -c -o lbaselib.o lbaselib.c
gcc -O2 -g -Wall -I../../include -c -o ldblib.o ldblib.c
gcc -O2 -g -Wall -I../../include -c -o liolib.o liolib.c
liolib.c: In function 'g_iofile':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
#define tofile(L,i) (tofileh(L,i)->f)
^
liolib.c:251:7: note: in expansion of macro 'tofile'
tofile(L, 1); /* check that it's a valid file handle */
^
liolib.c: In function 'f_lines':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
#define tofile(L,i) (tofileh(L,i)->f)
^
liolib.c:286:3: note: in expansion of macro 'tofile'
tofile(L, 1); /* check that it's a valid file handle */
^
gcc -O2 -g -Wall -I../../include -c -o lmathlib.o lmathlib.c
gcc -O2 -g -Wall -I../../include -c -o ltablib.o ltablib.c
gcc -O2 -g -Wall -I../../include -c -o lstrlib.o lstrlib.c
gcc -O2 -g -Wall -I../../include -c -o loadlib.o loadlib.c
ar rcu ../../lib/liblualib.a lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o l tablib.o lstrlib.o loadlib.o
ranlib ../../lib/liblualib.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src/lib'
gmake[1]: Leaving directory `/usr/home/compile/Server11/liblua'
gmake -C libsql dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libsql'
touch Depend
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -MM *.cpp > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake -C libsql clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libsql'
rm -f *.o
rm -f ./libsql.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake -C libsql
gmake[1]: Entering directory `/usr/home/compile/Server11/libsql'
gmake ./libsql.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libsql'
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c AsyncSQL.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from AsyncSQL.cpp:8:0:
AsyncSQL.h: In constructor 'CAsyncSQL::CAsyncSQL()':
AsyncSQL.h:201:7: warning: 'CAsyncSQL::m_iCopiedQuery' will be initialized after [-Wreorder]
int m_iCopiedQuery;
^
AsyncSQL.h:175:7: warning: 'int CAsyncSQL::m_iPort' [-Wreorder]
int m_iPort;
^
AsyncSQL.cpp:19:1: warning: when initialized here [-Wreorder]
CAsyncSQL::CAsyncSQL()
^
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Semaphore.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Tellwait.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Statement.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
ar cru ./libsql.a AsyncSQL.o Semaphore.o Tellwait.o Statement.o
ranlib ./libsql.a
chmod 700 ./libsql.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake -C libgame/src dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libgame/src'
touch Depend
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -MM *.cc > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake -C libgame/src clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libgame/src'
rm -f *.o
rm -f ../lib/libgame.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake -C libgame/src
gmake[1]: Entering directory `/usr/home/compile/Server11/libgame/src'
gmake ../lib/libgame.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libgame/src'
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c grid.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c attribute.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c targa.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
if [ ! -d ../lib ]; then mkdir ../lib; fi
ar cru ../lib/libgame.a grid.o attribute.o targa.o
ranlib ../lib/libgame.a
chmod 700 ../lib/libgame.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake -C libpoly dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libpoly'
touch Depend
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -MM *.cc > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake -C libpoly clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libpoly'
rm -f *.o
rm -f ./libpoly.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake -C libpoly
gmake[1]: Entering directory `/usr/home/compile/Server11/libpoly'
gmake ./libpoly.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libpoly'
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Base.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Poly.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c SymTable.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Symbol.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
ar cru ./libpoly.a Base.o Poly.o SymTable.o Symbol.o
ranlib ./libpoly.a
chmod 700 ./libpoly.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake -C libthecore/src dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libthecore/src'
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -MM *.c > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake -C libthecore/src clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libthecore/src'
rm -f *.o
rm -f ../lib/libthecore.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake -C libthecore/src
gmake[1]: Entering directory `/usr/home/compile/Server11/libthecore/src'
gmake ../lib/libthecore.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libthecore/src'
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c socket.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c fdwatch.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'void fdwatch_clear_event(LPFDWATCH, socket_t, unsigned i nt)':
fdwatch.c:163:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c:165:44: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
if (fdw->kqrevents[event_idx].ident != fd)
^
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'int fdwatch_check_event(LPFDWATCH, socket_t, unsigned in t)':
fdwatch.c:173:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c:175:44: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
if (fdw->kqrevents[event_idx].ident != fd)
^
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'int fdwatch_get_ident(LPFDWATCH, unsigned int)':
fdwatch.c:207:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c: In function 'void* fdwatch_get_client_data(LPFDWATCH, unsigned int)':
fdwatch.c:225:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c buffer.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c signal.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c log.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
log.c: In function 'void _sys_err(const char*, int, const char*, ...)':
log.c:129:88: warning: format '%d' expects argument of type 'int', but argument 5 has type 'suseconds_t {aka long int}' [-Wformat=]
len = snprintf(buf, 1024, "SYSERR: %-15.15s.%d :: %s: ", time_s + 4, tv.tv_use c, func);
^
log.c:129:88: warning: format '%d' expects argument of type 'int', but argument 5 has type 'suseconds_t {aka long int}' [-Wformat=]
log.c:117:6: warning: unused variable 'nMiliSec' [-Wunused-variable]
int nMiliSec = 0;
^
log.c: In function 'void sys_log(unsigned int, const char*, ...)':
log.c:214:71: warning: format '%d' expects argument of type 'int', but argument 4 has type 'suseconds_t {aka long int}' [-Wformat=]
fprintf(log_file_sys->fp, "%-15.15s.%d :: ", time_s + 4, tv.tv_usec );
^
log.c:200:6: warning: unused variable 'nMiliSec' [-Wunused-variable]
int nMiliSec = 0;
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c utils.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c kstbl.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c hangul.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
hangul.c: In function 'const char* first_han(const BYTE*)':
hangul.c:47:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
char *p = "▒▒";
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c heart.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c main.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c tea.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c des.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from des.c:2:0:
DES_table.h:164:14: warning: 'KeyPerm' defined but not used [-Wunused-variable]
static DWORD KeyPerm[8][64] =
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c gost.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c memcpy.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
if [ ! -d ../lib ]; then mkdir ../lib; fi
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
ranlib ../lib/libthecore.a
chmod 700 ../lib/libthecore.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake -C game/src dep
gmake[1]: Entering directory `/usr/home/compile/Server11/game/src'
makedepend -f Depend -I../../../Extern/include/boost -I../../libdevil -I../../libmysql/7.x-5.1.35 -I../../../Extern/include -I../../libhackshield/include -I../../libxtrap/include -I../../liblua/include -I/usr/local/include -L/usr/local/lib/mysql -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 HackShield.cpp HackShield_Impl.cpp char_hackshield.cpp skill_power.cpp affect.cpp SpeedServer.cpp questlua_speedserver.cpp XTrapManager.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 minilzo.c main.cpp 2> /dev/null > Depend
gmake[1]: *** [dep] Error 127
gmake[1]: Leaving directory `/usr/home/compile/Server11/game/src'
gmake: *** [all] Error 2
Makefile:13: warning: ignoring old recipe for target `libserverkey'
--------------------------------------
Full Build Start
--------------------------------------
gmake -C liblua clean
gmake[1]: Entering directory `/usr/home/compile/Server/liblua'
cd include; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server/liblua/include'
gmake[2]: Nothing to be done for `clean'.
gmake[2]: Leaving directory `/usr/home/compile/Server/liblua/include'
cd src; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server/liblua/src'
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
gmake[2]: Leaving directory `/usr/home/compile/Server/liblua/src'
cd src/lib; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server/liblua/src/lib'
rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o load lib.o ../../lib/liblualib.a
gmake[2]: Leaving directory `/usr/home/compile/Server/liblua/src/lib'
gmake[1]: Leaving directory `/usr/home/compile/Server/liblua'
gmake -C liblua
gmake[1]: Entering directory `/usr/home/compile/Server/liblua'
cd include; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server/liblua/include'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/home/compile/Server/liblua/include'
cd src; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server/liblua/src'
gcc -O2 -g -Wall -I../include -c -o lapi.o lapi.c
gcc -O2 -g -Wall -I../include -c -o lcode.o lcode.c
gcc -O2 -g -Wall -I../include -c -o ldebug.o ldebug.c
gcc -O2 -g -Wall -I../include -c -o ldo.o ldo.c
gcc -O2 -g -Wall -I../include -c -o ldump.o ldump.c
gcc -O2 -g -Wall -I../include -c -o lfunc.o lfunc.c
gcc -O2 -g -Wall -I../include -c -o lgc.o lgc.c
gcc -O2 -g -Wall -I../include -c -o llex.o llex.c
llex.c: In function 'read_string':
llex.c:285:7: warning: case label value is less than minimum value for type [ena bled by default]
case EOZ:
^
gcc -O2 -g -Wall -I../include -c -o lmem.o lmem.c
gcc -O2 -g -Wall -I../include -c -o lobject.o lobject.c
gcc -O2 -g -Wall -I../include -c -o lopcodes.o lopcodes.c
gcc -O2 -g -Wall -I../include -c -o lparser.o lparser.c
gcc -O2 -g -Wall -I../include -c -o lstate.o lstate.c
gcc -O2 -g -Wall -I../include -c -o lstring.o lstring.c
gcc -O2 -g -Wall -I../include -c -o ltable.o ltable.c
In file included from ltable.c:36:0:
ltable.c: In function 'luaH_mainposition':
llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpoin ter-to-int-cast]
#define IntPoint(p) ((lu_hash)(p))
^
ltable.h:13:32: note: in definition of macro 'gnode'
#define gnode(t,i) (&(t)->node[i])
^
ltable.c:71:26: note: in expansion of macro 'hashmod'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:71:37: note: in expansion of macro 'IntPoint'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:108:14: note: in expansion of macro 'hashpointer'
return hashpointer(t, pvalue(key));
^
llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpoin ter-to-int-cast]
#define IntPoint(p) ((lu_hash)(p))
^
ltable.h:13:32: note: in definition of macro 'gnode'
#define gnode(t,i) (&(t)->node[i])
^
ltable.c:71:26: note: in expansion of macro 'hashmod'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:71:37: note: in expansion of macro 'IntPoint'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:110:14: note: in expansion of macro 'hashpointer'
return hashpointer(t, gcvalue(key));
^
gcc -O2 -g -Wall -I../include -c -o ltests.o ltests.c
gcc -O2 -g -Wall -I../include -c -o ltm.o ltm.c
gcc -O2 -g -Wall -I../include -c -o lundump.o lundump.c
gcc -O2 -g -Wall -I../include -c -o lvm.o lvm.c
gcc -O2 -g -Wall -I../include -c -o lzio.o lzio.c
if [ ! -d ../lib ]; then mkdir ; fi
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
ranlib ../lib/liblua.a
gmake[2]: Leaving directory `/usr/home/compile/Server/liblua/src'
cd src/lib; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server/liblua/src/lib'
gcc -O2 -g -Wall -I../../include -c -o lauxlib.o lauxlib.c
gcc -O2 -g -Wall -I../../include -c -o lbaselib.o lbaselib.c
gcc -O2 -g -Wall -I../../include -c -o ldblib.o ldblib.c
gcc -O2 -g -Wall -I../../include -c -o liolib.o liolib.c
liolib.c: In function 'g_iofile':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
#define tofile(L,i) (tofileh(L,i)->f)
^
liolib.c:251:7: note: in expansion of macro 'tofile'
tofile(L, 1); /* check that it's a valid file handle */
^
liolib.c: In function 'f_lines':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
#define tofile(L,i) (tofileh(L,i)->f)
^
liolib.c:286:3: note: in expansion of macro 'tofile'
tofile(L, 1); /* check that it's a valid file handle */
^
gcc -O2 -g -Wall -I../../include -c -o lmathlib.o lmathlib.c
gcc -O2 -g -Wall -I../../include -c -o ltablib.o ltablib.c
gcc -O2 -g -Wall -I../../include -c -o lstrlib.o lstrlib.c
gcc -O2 -g -Wall -I../../include -c -o loadlib.o loadlib.c
ar rcu ../../lib/liblualib.a lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o l tablib.o lstrlib.o loadlib.o
ranlib ../../lib/liblualib.a
gmake[2]: Leaving directory `/usr/home/compile/Server/liblua/src/lib'
gmake[1]: Leaving directory `/usr/home/compile/Server/liblua'
gmake -C libsql dep
gmake[1]: Entering directory `/usr/home/compile/Server/libsql'
touch Depend
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -MM *.cpp > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server/libsql'
gmake -C libsql clean
gmake[1]: Entering directory `/usr/home/compile/Server/libsql'
rm -f *.o
rm -f ./libsql.a
gmake[1]: Leaving directory `/usr/home/compile/Server/libsql'
gmake -C libsql
gmake[1]: Entering directory `/usr/home/compile/Server/libsql'
gmake ./libsql.a
gmake[2]: Entering directory `/usr/home/compile/Server/libsql'
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c AsyncSQL.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from AsyncSQL.cpp:8:0:
AsyncSQL.h: In constructor 'CAsyncSQL::CAsyncSQL()':
AsyncSQL.h:201:7: warning: 'CAsyncSQL::m_iCopiedQuery' will be initialized after [-Wreorder]
int m_iCopiedQuery;
^
AsyncSQL.h:175:7: warning: 'int CAsyncSQL::m_iPort' [-Wreorder]
int m_iPort;
^
AsyncSQL.cpp:19:1: warning: when initialized here [-Wreorder]
CAsyncSQL::CAsyncSQL()
^
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Semaphore.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Tellwait.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Statement.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
ar cru ./libsql.a AsyncSQL.o Semaphore.o Tellwait.o Statement.o
ranlib ./libsql.a
chmod 700 ./libsql.a
gmake[2]: Leaving directory `/usr/home/compile/Server/libsql'
gmake[1]: Leaving directory `/usr/home/compile/Server/libsql'
gmake -C libgame/src dep
gmake[1]: Entering directory `/usr/home/compile/Server/libgame/src'
touch Depend
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -MM *.cc > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server/libgame/src'
gmake -C libgame/src clean
gmake[1]: Entering directory `/usr/home/compile/Server/libgame/src'
rm -f *.o
rm -f ../lib/libgame.a
gmake[1]: Leaving directory `/usr/home/compile/Server/libgame/src'
gmake -C libgame/src
gmake[1]: Entering directory `/usr/home/compile/Server/libgame/src'
gmake ../lib/libgame.a
gmake[2]: Entering directory `/usr/home/compile/Server/libgame/src'
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c grid.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c attribute.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c targa.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
if [ ! -d ../lib ]; then mkdir ../lib; fi
ar cru ../lib/libgame.a grid.o attribute.o targa.o
ranlib ../lib/libgame.a
chmod 700 ../lib/libgame.a
gmake[2]: Leaving directory `/usr/home/compile/Server/libgame/src'
gmake[1]: Leaving directory `/usr/home/compile/Server/libgame/src'
gmake -C libpoly dep
gmake[1]: Entering directory `/usr/home/compile/Server/libpoly'
touch Depend
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -MM *.cc > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server/libpoly'
gmake -C libpoly clean
gmake[1]: Entering directory `/usr/home/compile/Server/libpoly'
rm -f *.o
rm -f ./libpoly.a
gmake[1]: Leaving directory `/usr/home/compile/Server/libpoly'
gmake -C libpoly
gmake[1]: Entering directory `/usr/home/compile/Server/libpoly'
gmake ./libpoly.a
gmake[2]: Entering directory `/usr/home/compile/Server/libpoly'
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Base.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Poly.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c SymTable.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Symbol.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
ar cru ./libpoly.a Base.o Poly.o SymTable.o Symbol.o
ranlib ./libpoly.a
chmod 700 ./libpoly.a
gmake[2]: Leaving directory `/usr/home/compile/Server/libpoly'
gmake[1]: Leaving directory `/usr/home/compile/Server/libpoly'
gmake -C libthecore/src dep
gmake[1]: Entering directory `/usr/home/compile/Server/libthecore/src'
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -MM *.c > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server/libthecore/src'
gmake -C libthecore/src clean
gmake[1]: Entering directory `/usr/home/compile/Server/libthecore/src'
rm -f *.o
rm -f ../lib/libthecore.a
gmake[1]: Leaving directory `/usr/home/compile/Server/libthecore/src'
gmake -C libthecore/src
gmake[1]: Entering directory `/usr/home/compile/Server/libthecore/src'
gmake ../lib/libthecore.a
gmake[2]: Entering directory `/usr/home/compile/Server/libthecore/src'
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c socket.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c fdwatch.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'void fdwatch_clear_event(LPFDWATCH, socket_t, unsigned i nt)':
fdwatch.c:163:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c:165:44: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
if (fdw->kqrevents[event_idx].ident != fd)
^
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'int fdwatch_check_event(LPFDWATCH, socket_t, unsigned in t)':
fdwatch.c:173:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c:175:44: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
if (fdw->kqrevents[event_idx].ident != fd)
^
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'int fdwatch_get_ident(LPFDWATCH, unsigned int)':
fdwatch.c:207:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c: In function 'void* fdwatch_get_client_data(LPFDWATCH, unsigned int)':
fdwatch.c:225:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c buffer.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c signal.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c log.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c utils.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c kstbl.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c hangul.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
hangul.c: In function 'const char* first_han(const BYTE*)':
hangul.c:47:15: warning: deprecated conversion from string constant to 'char*' [ -Wwrite-strings]
char *p = "▒▒";
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c heart.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c main.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c tea.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c des.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from des.c:2:0:
DES_table.h:164:14: warning: 'KeyPerm' defined but not used [-Wunused-variable]
static DWORD KeyPerm[8][64] =
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c gost.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c memcpy.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
if [ ! -d ../lib ]; then mkdir ../lib; fi
ar cru ../lib/libthecore.a socket.o fdwatch.o buffer.o signal.o log.o utils.o ks tbl.o hangul.o heart.o main.o tea.o des.o gost.o memcpy.o
ranlib ../lib/libthecore.a
chmod 700 ../lib/libthecore.a
gmake[2]: Leaving directory `/usr/home/compile/Server/libthecore/src'
gmake[1]: Leaving directory `/usr/home/compile/Server/libthecore/src'
gmake -C game/src dep
gmake[1]: Entering directory `/usr/home/compile/Server/game/src'
makedepend -f Depend -I../../../Extern/include/boost -I../../libdevil -I../../l ibmysql/5.x-5.1.35 -I../../../Extern/include -I../../libhackshield/include -I../ ../libxtrap/include -I../../liblua/include -I/usr/local/include -I../../libserve rkey -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.c pp ani.cpp arena.cpp banword.cpp battle.cpp blend_item.cpp block_country.cpp buf fer_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_quick slot.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.cp p dev_log.cpp dungeon.cpp empire_text_convert.cpp entity.cpp entity_view.cpp eve nt.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 ite m_manager.cpp item_manager_idrange.cpp locale.cpp locale_service.cpp log.cpp log in_data.cpp lzo_manager.cpp marriage.cpp matrix_card.cpp messenger_manager.cpp m ining.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_hor se.cpp questlua_pet.cpp questlua_item.cpp questlua_marriage.cpp questlua_mgmt.cp p 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.cp p 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 ver sion.cpp panama.cpp threeway_war.cpp map_location.cpp auth_brazil.cpp BlueDragon .cpp BlueDragon_Binder.cpp DragonLair.cpp questlua_dragonlair.cpp HackShield.cpp HackShield_Impl.cpp char_hackshield.cpp skill_power.cpp affect.cpp SpeedServer. cpp questlua_speedserver.cpp XTrapManager.cpp auction_manager.cpp FileMonitor_Fr eeBSD.cpp ClientPackageCryptInfo.cpp cipher.cpp buff_on_attributes.cpp dragon_so ul_table.cpp DragonSoul.cpp group_text_parse_tree.cpp char_dragonsoul.cpp questl ua_dragonsoul.cpp shop_manager.cpp shopEx.cpp item_manager_read_tables.cpp shutd own_manager.cpp minilzo.c main.cpp test.cpp 2> /dev/null > Depend
gmake[1]: *** [dep] Error 127
gmake[1]: Leaving directory `/usr/home/compile/Server/game/src'
gmake: *** [all] Error 2
root@powerz2:/usr/home/compile/Server #
root@powerz2:/usr/home/compile/Server # cd /usr/home/compile/Server11
root@powerz2:/usr/home/compile/Server11 # gmake all
Makefile:47: warning: overriding recipe for target `libserverkey'
Makefile:13: warning: ignoring old recipe for target `libserverkey'
--------------------------------------
Full Build Start
--------------------------------------
gmake -C liblua clean
gmake[1]: Entering directory `/usr/home/compile/Server11/liblua'
cd include; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/include'
gmake[2]: Nothing to be done for `clean'.
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/include'
cd src; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src'
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
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src'
cd src/lib; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src/lib'
rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o load lib.o ../../lib/liblualib.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src/lib'
gmake[1]: Leaving directory `/usr/home/compile/Server11/liblua'
gmake -C liblua
gmake[1]: Entering directory `/usr/home/compile/Server11/liblua'
cd include; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/include'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/include'
cd src; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src'
gcc -O2 -g -Wall -I../include -c -o lapi.o lapi.c
gcc -O2 -g -Wall -I../include -c -o lcode.o lcode.c
gcc -O2 -g -Wall -I../include -c -o ldebug.o ldebug.c
gcc -O2 -g -Wall -I../include -c -o ldo.o ldo.c
gcc -O2 -g -Wall -I../include -c -o ldump.o ldump.c
gcc -O2 -g -Wall -I../include -c -o lfunc.o lfunc.c
gcc -O2 -g -Wall -I../include -c -o lgc.o lgc.c
gcc -O2 -g -Wall -I../include -c -o llex.o llex.c
llex.c: In function 'read_string':
llex.c:285:7: warning: case label value is less than minimum value for type [ena bled by default]
case EOZ:
^
gcc -O2 -g -Wall -I../include -c -o lmem.o lmem.c
gcc -O2 -g -Wall -I../include -c -o lobject.o lobject.c
gcc -O2 -g -Wall -I../include -c -o lopcodes.o lopcodes.c
gcc -O2 -g -Wall -I../include -c -o lparser.o lparser.c
gcc -O2 -g -Wall -I../include -c -o lstate.o lstate.c
gcc -O2 -g -Wall -I../include -c -o lstring.o lstring.c
gcc -O2 -g -Wall -I../include -c -o ltable.o ltable.c
In file included from ltable.c:36:0:
ltable.c: In function 'luaH_mainposition':
llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpoin ter-to-int-cast]
#define IntPoint(p) ((lu_hash)(p))
^
ltable.h:13:32: note: in definition of macro 'gnode'
#define gnode(t,i) (&(t)->node[i])
^
ltable.c:71:26: note: in expansion of macro 'hashmod'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:71:37: note: in expansion of macro 'IntPoint'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:108:14: note: in expansion of macro 'hashpointer'
return hashpointer(t, pvalue(key));
^
llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpoin ter-to-int-cast]
#define IntPoint(p) ((lu_hash)(p))
^
ltable.h:13:32: note: in definition of macro 'gnode'
#define gnode(t,i) (&(t)->node[i])
^
ltable.c:71:26: note: in expansion of macro 'hashmod'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:71:37: note: in expansion of macro 'IntPoint'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:110:14: note: in expansion of macro 'hashpointer'
return hashpointer(t, gcvalue(key));
^
gcc -O2 -g -Wall -I../include -c -o ltests.o ltests.c
gcc -O2 -g -Wall -I../include -c -o ltm.o ltm.c
gcc -O2 -g -Wall -I../include -c -o lundump.o lundump.c
gcc -O2 -g -Wall -I../include -c -o lvm.o lvm.c
gcc -O2 -g -Wall -I../include -c -o lzio.o lzio.c
if [ ! -d ../lib ]; then mkdir ; fi
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
ranlib ../lib/liblua.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src'
cd src/lib; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src/lib'
gcc -O2 -g -Wall -I../../include -c -o lauxlib.o lauxlib.c
gcc -O2 -g -Wall -I../../include -c -o lbaselib.o lbaselib.c
gcc -O2 -g -Wall -I../../include -c -o ldblib.o ldblib.c
gcc -O2 -g -Wall -I../../include -c -o liolib.o liolib.c
liolib.c: In function 'g_iofile':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
#define tofile(L,i) (tofileh(L,i)->f)
^
liolib.c:251:7: note: in expansion of macro 'tofile'
tofile(L, 1); /* check that it's a valid file handle */
^
liolib.c: In function 'f_lines':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
#define tofile(L,i) (tofileh(L,i)->f)
^
liolib.c:286:3: note: in expansion of macro 'tofile'
tofile(L, 1); /* check that it's a valid file handle */
^
gcc -O2 -g -Wall -I../../include -c -o lmathlib.o lmathlib.c
gcc -O2 -g -Wall -I../../include -c -o ltablib.o ltablib.c
gcc -O2 -g -Wall -I../../include -c -o lstrlib.o lstrlib.c
gcc -O2 -g -Wall -I../../include -c -o loadlib.o loadlib.c
ar rcu ../../lib/liblualib.a lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o l tablib.o lstrlib.o loadlib.o
ranlib ../../lib/liblualib.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src/lib'
gmake[1]: Leaving directory `/usr/home/compile/Server11/liblua'
gmake -C libsql dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libsql'
touch Depend
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -MM *.cpp > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake -C libsql clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libsql'
rm -f *.o
rm -f ./libsql.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake -C libsql
gmake[1]: Entering directory `/usr/home/compile/Server11/libsql'
gmake ./libsql.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libsql'
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c AsyncSQL.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from AsyncSQL.cpp:8:0:
AsyncSQL.h: In constructor 'CAsyncSQL::CAsyncSQL()':
AsyncSQL.h:201:7: warning: 'CAsyncSQL::m_iCopiedQuery' will be initialized after [-Wreorder]
int m_iCopiedQuery;
^
AsyncSQL.h:175:7: warning: 'int CAsyncSQL::m_iPort' [-Wreorder]
int m_iPort;
^
AsyncSQL.cpp:19:1: warning: when initialized here [-Wreorder]
CAsyncSQL::CAsyncSQL()
^
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Semaphore.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Tellwait.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Statement.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
ar cru ./libsql.a AsyncSQL.o Semaphore.o Tellwait.o Statement.o
ranlib ./libsql.a
chmod 700 ./libsql.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake -C libgame/src dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libgame/src'
touch Depend
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -MM *.cc > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake -C libgame/src clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libgame/src'
rm -f *.o
rm -f ../lib/libgame.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake -C libgame/src
gmake[1]: Entering directory `/usr/home/compile/Server11/libgame/src'
gmake ../lib/libgame.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libgame/src'
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c grid.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c attribute.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c targa.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
if [ ! -d ../lib ]; then mkdir ../lib; fi
ar cru ../lib/libgame.a grid.o attribute.o targa.o
ranlib ../lib/libgame.a
chmod 700 ../lib/libgame.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake -C libpoly dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libpoly'
touch Depend
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -MM *.cc > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake -C libpoly clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libpoly'
rm -f *.o
rm -f ./libpoly.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake -C libpoly
gmake[1]: Entering directory `/usr/home/compile/Server11/libpoly'
gmake ./libpoly.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libpoly'
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Base.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Poly.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c SymTable.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Symbol.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
ar cru ./libpoly.a Base.o Poly.o SymTable.o Symbol.o
ranlib ./libpoly.a
chmod 700 ./libpoly.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake -C libthecore/src dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libthecore/src'
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -MM *.c > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake -C libthecore/src clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libthecore/src'
rm -f *.o
rm -f ../lib/libthecore.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake -C libthecore/src
gmake[1]: Entering directory `/usr/home/compile/Server11/libthecore/src'
gmake ../lib/libthecore.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libthecore/src'
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c socket.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c fdwatch.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'void fdwatch_clear_event(LPFDWATCH, socket_t, unsigned i nt)':
fdwatch.c:163:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c:165:44: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
if (fdw->kqrevents[event_idx].ident != fd)
^
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'int fdwatch_check_event(LPFDWATCH, socket_t, unsigned in t)':
fdwatch.c:173:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c:175:44: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
if (fdw->kqrevents[event_idx].ident != fd)
^
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'int fdwatch_get_ident(LPFDWATCH, unsigned int)':
fdwatch.c:207:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c: In function 'void* fdwatch_get_client_data(LPFDWATCH, unsigned int)':
fdwatch.c:225:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c buffer.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c signal.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c log.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
log.c: In function 'void _sys_err(const char*, int, const char*, ...)':
log.c:129:88: warning: format '%d' expects argument of type 'int', but argument 5 has type 'suseconds_t {aka long int}' [-Wformat=]
len = snprintf(buf, 1024, "SYSERR: %-15.15s.%d :: %s: ", time_s + 4, tv.tv_use c, func);
^
log.c:129:88: warning: format '%d' expects argument of type 'int', but argument 5 has type 'suseconds_t {aka long int}' [-Wformat=]
log.c:117:6: warning: unused variable 'nMiliSec' [-Wunused-variable]
int nMiliSec = 0;
^
log.c: In function 'void sys_log(unsigned int, const char*, ...)':
log.c:214:71: warning: format '%d' expects argument of type 'int', but argument 4 has type 'suseconds_t {aka long int}' [-Wformat=]
fprintf(log_file_sys->fp, "%-15.15s.%d :: ", time_s + 4, tv.tv_usec );
^
log.c:200:6: warning: unused variable 'nMiliSec' [-Wunused-variable]
int nMiliSec = 0;
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c utils.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c kstbl.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c hangul.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
hangul.c: In function 'const char* first_han(const BYTE*)':
hangul.c:47:15: warning: deprecated conversion from string constant to 'char*' [ -Wwrite-strings]
char *p = "▒▒";
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c heart.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c main.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c tea.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c des.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from des.c:2:0:
DES_table.h:164:14: warning: 'KeyPerm' defined but not used [-Wunused-variable]
static DWORD KeyPerm[8][64] =
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c gost.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c memcpy.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
if [ ! -d ../lib ]; then mkdir ../lib; fi
ar cru ../lib/libthecore.a socket.o fdwatch.o buffer.o signal.o log.o utils.o ks tbl.o hangul.o heart.o main.o tea.o des.o gost.o memcpy.o
ranlib ../lib/libthecore.a
chmod 700 ../lib/libthecore.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake -C game/src dep
gmake[1]: Entering directory `/usr/home/compile/Server11/game/src'
makedepend -f Depend -I../../../Extern/include/boost -I../../libdevil -I../../l ibmysql/7.x-5.1.35 -I../../../Extern/include -I../../libhackshield/include -I../ ../libxtrap/include -I../../liblua/include -I/usr/local/include -L/usr/local/lib /mysql -I../../libserverkey -I/usr/include/c++/3.3 -I/usr/include/c++/4.2 -pOBJD IR/ BattleArena.cpp FSM.cpp MarkConvert.cpp MarkImage.cpp MarkManager.cpp OXEven t.cpp TrafficProfiler.cpp ani.cpp arena.cpp banword.cpp battle.cpp blend_item.cp p block_country.cpp buffer_manager.cpp building.cpp castle.cpp char.cpp char_aff ect.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 Pe tSystem.cpp cmd.cpp cmd_emotion.cpp cmd_general.cpp cmd_gm.cpp cmd_oxevent.cpp c onfig.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 fishi ng.cpp gm.cpp guild.cpp guild_manager.cpp guild_war.cpp horse_rider.cpp horsenam e_manager.cpp input.cpp input_auth.cpp input_db.cpp input_login.cpp input_main.c pp 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 over9ref ine.cpp p2p.cpp packet_info.cpp party.cpp passpod.cpp pcbang.cpp polymorph.cpp p riv_manager.cpp pvp.cpp questevent.cpp questlua.cpp questlua_affect.cpp questlua _arena.cpp questlua_ba.cpp questlua_building.cpp questlua_danceevent.cpp questlu a_dungeon.cpp questlua_forked.cpp questlua_game.cpp questlua_global.cpp questlua _guild.cpp questlua_horse.cpp questlua_pet.cpp questlua_item.cpp questlua_marria ge.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 qu estmanager.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 targ et.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 aut h_brazil.cpp BlueDragon.cpp BlueDragon_Binder.cpp DragonLair.cpp questlua_dragon lair.cpp HackShield.cpp HackShield_Impl.cpp char_hackshield.cpp skill_power.cpp affect.cpp SpeedServer.cpp questlua_speedserver.cpp XTrapManager.cpp auction_man ager.cpp FileMonitor_FreeBSD.cpp ClientPackageCryptInfo.cpp cipher.cpp buff_on_a ttributes.cpp check_server.cpp dragon_soul_table.cpp DragonSoul.cpp group_text_p arse_tree.cpp char_dragonsoul.cpp questlua_dragonsoul.cpp shop_manager.cpp shopE x.cpp item_manager_read_tables.cpp minilzo.c main.cpp 2> /dev/null > Depend
gmake[1]: *** [dep] Error 127
gmake[1]: Leaving directory `/usr/home/compile/Server11/game/src'
gmake: *** [all] Error 2
root@powerz2:/usr/home/compile/Server11 # ps ax
PID TT STAT TIME COMMAND
0 - DLs 0:00.03 [kernel]
1 - ILs 0:00.02 /sbin/init --
2 - DL 0:00.07 [cam]
3 - DL 0:00.00 [sctp_iterator]
4 - DL 0:00.38 [pagedaemon]
5 - DL 0:00.01 [vmdaemon]
6 - DL 0:00.00 [pagezero]
7 - DL 0:00.25 [bufdaemon]
8 - DL 0:00.03 [vnlru]
9 - DL 0:00.45 [syncer]
10 - DL 0:00.00 [audit]
11 - RL 230:01.25 [idle]
12 - WL 0:07.10 [intr]
13 - DL 0:00.15 [geom]
14 - DL 0:02.19 [rand_harvestq]
15 - DL 0:00.12 [usb]
129 - IWs 0:00.00 adjkerntz -i
310 - Is 0:00.00 dhclient: vtnet0 [priv] (dhclient)
348 - Is 0:00.00 dhclient: vtnet0 (dhclient)
349 - Is 0:00.01 /sbin/devd
431 - Ss 0:00.03 /usr/sbin/syslogd -s
623 - IWs 0:00.00 /bin/sh /usr/local/bin/mysqld_safe --defaults-extra-fil
717 - I 0:01.83 /usr/local/libexec/mysqld --defaults-extra-file=/var/db
747 - Ss 0:00.01 /usr/sbin/sshd
750 - Ss 0:00.17 sendmail: accepting connections (sendmail)
753 - Is 0:00.00 sendmail: Queue runner@00:30:00 for /var/spool/clientmq
757 - Ss 0:00.04 /usr/sbin/cron -s
859 - Is 0:00.16 sshd: root@pts/1 (sshd)
2085 - Is 0:00.02 sshd: root@pts/0 (sshd)
2150 - Ss 0:00.08 sshd: root@pts/2 (sshd)
2882 - Ss 0:00.02 sshd: root@notty (sshd)
2885 - Ss 0:00.01 csh -c /usr/libexec/sftp-server
2887 - S 0:00.01 /usr/libexec/sftp-server
803 v0 Is+ 0:00.00 /usr/libexec/getty Pc ttyv0
804 v1 Is+ 0:00.00 /usr/libexec/getty Pc ttyv1
805 v2 Is+ 0:00.00 /usr/libexec/getty Pc ttyv2
806 v3 Is+ 0:00.00 /usr/libexec/getty Pc ttyv3
807 v4 Is+ 0:00.00 /usr/libexec/getty Pc ttyv4
808 v5 Is+ 0:00.00 /usr/libexec/getty Pc ttyv5
809 v6 Is+ 0:00.00 /usr/libexec/getty Pc ttyv6
810 v7 Is+ 0:00.00 /usr/libexec/getty Pc ttyv7
2088 0 Is+ 0:00.01 -csh (csh)
862 1 Is+ 0:00.05 -csh (csh)
2153 2 Ss 0:00.02 -csh (csh)
2890 2 R+ 0:00.00 ps ax
root@powerz2:/usr/home/compile/Server11 # cd /usr/home
root@powerz2:/usr/home # chmod -R 777
usage: chmod [-fhv] [-R [-H | -L | -P]] mode file ...
root@powerz2:/usr/home # chmod -R 777 compile
root@powerz2:/usr/home # gmake all
gmake: *** No rule to make target `all'. Stop.
root@powerz2:/usr/home # cd /usr/home/compile/Server11
root@powerz2:/usr/home/compile/Server11 #
root@powerz2:/usr/home/compile/Server11 # gmake all
Makefile:47: warning: overriding recipe for target `libserverkey'
Makefile:13: warning: ignoring old recipe for target `libserverkey'
--------------------------------------
Full Build Start
--------------------------------------
gmake -C liblua clean
gmake[1]: Entering directory `/usr/home/compile/Server11/liblua'
cd include; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/include'
gmake[2]: Nothing to be done for `clean'.
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/include'
cd src; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src'
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
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src'
cd src/lib; gmake clean
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src/lib'
rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o load lib.o ../../lib/liblualib.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src/lib'
gmake[1]: Leaving directory `/usr/home/compile/Server11/liblua'
gmake -C liblua
gmake[1]: Entering directory `/usr/home/compile/Server11/liblua'
cd include; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/include'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/include'
cd src; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src'
gcc -O2 -g -Wall -I../include -c -o lapi.o lapi.c
gcc -O2 -g -Wall -I../include -c -o lcode.o lcode.c
gcc -O2 -g -Wall -I../include -c -o ldebug.o ldebug.c
gcc -O2 -g -Wall -I../include -c -o ldo.o ldo.c
gcc -O2 -g -Wall -I../include -c -o ldump.o ldump.c
gcc -O2 -g -Wall -I../include -c -o lfunc.o lfunc.c
gcc -O2 -g -Wall -I../include -c -o lgc.o lgc.c
gcc -O2 -g -Wall -I../include -c -o llex.o llex.c
llex.c: In function 'read_string':
llex.c:285:7: warning: case label value is less than minimum value for type [ena bled by default]
case EOZ:
^
gcc -O2 -g -Wall -I../include -c -o lmem.o lmem.c
gcc -O2 -g -Wall -I../include -c -o lobject.o lobject.c
gcc -O2 -g -Wall -I../include -c -o lopcodes.o lopcodes.c
gcc -O2 -g -Wall -I../include -c -o lparser.o lparser.c
gcc -O2 -g -Wall -I../include -c -o lstate.o lstate.c
gcc -O2 -g -Wall -I../include -c -o lstring.o lstring.c
gcc -O2 -g -Wall -I../include -c -o ltable.o ltable.c
In file included from ltable.c:36:0:
ltable.c: In function 'luaH_mainposition':
llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpoin ter-to-int-cast]
#define IntPoint(p) ((lu_hash)(p))
^
ltable.h:13:32: note: in definition of macro 'gnode'
#define gnode(t,i) (&(t)->node[i])
^
ltable.c:71:26: note: in expansion of macro 'hashmod'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:71:37: note: in expansion of macro 'IntPoint'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:108:14: note: in expansion of macro 'hashpointer'
return hashpointer(t, pvalue(key));
^
llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpoin ter-to-int-cast]
#define IntPoint(p) ((lu_hash)(p))
^
ltable.h:13:32: note: in definition of macro 'gnode'
#define gnode(t,i) (&(t)->node[i])
^
ltable.c:71:26: note: in expansion of macro 'hashmod'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:71:37: note: in expansion of macro 'IntPoint'
#define hashpointer(t,p) hashmod(t, IntPoint(p))
^
ltable.c:110:14: note: in expansion of macro 'hashpointer'
return hashpointer(t, gcvalue(key));
^
gcc -O2 -g -Wall -I../include -c -o ltests.o ltests.c
gcc -O2 -g -Wall -I../include -c -o ltm.o ltm.c
gcc -O2 -g -Wall -I../include -c -o lundump.o lundump.c
gcc -O2 -g -Wall -I../include -c -o lvm.o lvm.c
gcc -O2 -g -Wall -I../include -c -o lzio.o lzio.c
if [ ! -d ../lib ]; then mkdir ; fi
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
ranlib ../lib/liblua.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src'
cd src/lib; gmake all
gmake[2]: Entering directory `/usr/home/compile/Server11/liblua/src/lib'
gcc -O2 -g -Wall -I../../include -c -o lauxlib.o lauxlib.c
gcc -O2 -g -Wall -I../../include -c -o lbaselib.o lbaselib.c
gcc -O2 -g -Wall -I../../include -c -o ldblib.o ldblib.c
gcc -O2 -g -Wall -I../../include -c -o liolib.o liolib.c
liolib.c: In function 'g_iofile':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
#define tofile(L,i) (tofileh(L,i)->f)
^
liolib.c:251:7: note: in expansion of macro 'tofile'
tofile(L, 1); /* check that it's a valid file handle */
^
liolib.c: In function 'f_lines':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
#define tofile(L,i) (tofileh(L,i)->f)
^
liolib.c:286:3: note: in expansion of macro 'tofile'
tofile(L, 1); /* check that it's a valid file handle */
^
gcc -O2 -g -Wall -I../../include -c -o lmathlib.o lmathlib.c
gcc -O2 -g -Wall -I../../include -c -o ltablib.o ltablib.c
gcc -O2 -g -Wall -I../../include -c -o lstrlib.o lstrlib.c
gcc -O2 -g -Wall -I../../include -c -o loadlib.o loadlib.c
ar rcu ../../lib/liblualib.a lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o l tablib.o lstrlib.o loadlib.o
ranlib ../../lib/liblualib.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/liblua/src/lib'
gmake[1]: Leaving directory `/usr/home/compile/Server11/liblua'
gmake -C libsql dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libsql'
touch Depend
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -MM *.cpp > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake -C libsql clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libsql'
rm -f *.o
rm -f ./libsql.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake -C libsql
gmake[1]: Entering directory `/usr/home/compile/Server11/libsql'
gmake ./libsql.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libsql'
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c AsyncSQL.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from AsyncSQL.cpp:8:0:
AsyncSQL.h: In constructor 'CAsyncSQL::CAsyncSQL()':
AsyncSQL.h:201:7: warning: 'CAsyncSQL::m_iCopiedQuery' will be initialized after [-Wreorder]
int m_iCopiedQuery;
^
AsyncSQL.h:175:7: warning: 'int CAsyncSQL::m_iPort' [-Wreorder]
int m_iPort;
^
AsyncSQL.cpp:19:1: warning: when initialized here [-Wreorder]
CAsyncSQL::CAsyncSQL()
^
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Semaphore.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Tellwait.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exce ptions -c Statement.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
ar cru ./libsql.a AsyncSQL.o Semaphore.o Tellwait.o Statement.o
ranlib ./libsql.a
chmod 700 ./libsql.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libsql'
gmake -C libgame/src dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libgame/src'
touch Depend
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -MM *.cc > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake -C libgame/src clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libgame/src'
rm -f *.o
rm -f ../lib/libgame.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake -C libgame/src
gmake[1]: Entering directory `/usr/home/compile/Server11/libgame/src'
gmake ../lib/libgame.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libgame/src'
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c grid.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c attribute.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -I../include -c targa.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
if [ ! -d ../lib ]; then mkdir ../lib; fi
ar cru ../lib/libgame.a grid.o attribute.o targa.o
ranlib ../lib/libgame.a
chmod 700 ../lib/libgame.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libgame/src'
gmake -C libpoly dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libpoly'
touch Depend
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -MM *.cc > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake -C libpoly clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libpoly'
rm -f *.o
rm -f ./libpoly.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake -C libpoly
gmake[1]: Entering directory `/usr/home/compile/Server11/libpoly'
gmake ./libpoly.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libpoly'
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Base.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Poly.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c SymTable.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -c Symbol.cc
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
ar cru ./libpoly.a Base.o Poly.o SymTable.o Symbol.o
ranlib ./libpoly.a
chmod 700 ./libpoly.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libpoly'
gmake -C libthecore/src dep
gmake[1]: Entering directory `/usr/home/compile/Server11/libthecore/src'
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -MM *.c > Depend
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gmake[1]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake -C libthecore/src clean
gmake[1]: Entering directory `/usr/home/compile/Server11/libthecore/src'
rm -f *.o
rm -f ../lib/libthecore.a
gmake[1]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake -C libthecore/src
gmake[1]: Entering directory `/usr/home/compile/Server11/libthecore/src'
gmake ../lib/libthecore.a
gmake[2]: Entering directory `/usr/home/compile/Server11/libthecore/src'
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c socket.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c fdwatch.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'void fdwatch_clear_event(LPFDWATCH, socket_t, unsigned i nt)':
fdwatch.c:163:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c:165:44: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
if (fdw->kqrevents[event_idx].ident != fd)
^
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'int fdwatch_check_event(LPFDWATCH, socket_t, unsigned in t)':
fdwatch.c:173:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c:175:44: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
if (fdw->kqrevents[event_idx].ident != fd)
^
In file included from ../include/stdafx.h:95:0,
from fdwatch.c:2:
fdwatch.c: In function 'int fdwatch_get_ident(LPFDWATCH, unsigned int)':
fdwatch.c:207:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
fdwatch.c: In function 'void* fdwatch_get_client_data(LPFDWATCH, unsigned int)':
fdwatch.c:225:38: warning: comparison between signed and unsigned integer expres sions [-Wsign-compare]
assert(event_idx < fdw->nfiles * 2);
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c buffer.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c signal.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c log.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
log.c: In function 'void _sys_err(const char*, int, const char*, ...)':
log.c:129:88: warning: format '%d' expects argument of type 'int', but argument 5 has type 'suseconds_t {aka long int}' [-Wformat=]
len = snprintf(buf, 1024, "SYSERR: %-15.15s.%d :: %s: ", time_s + 4, tv.tv_use c, func);
^
log.c:129:88: warning: format '%d' expects argument of type 'int', but argument 5 has type 'suseconds_t {aka long int}' [-Wformat=]
log.c:117:6: warning: unused variable 'nMiliSec' [-Wunused-variable]
int nMiliSec = 0;
^
log.c: In function 'void sys_log(unsigned int, const char*, ...)':
log.c:214:71: warning: format '%d' expects argument of type 'int', but argument 4 has type 'suseconds_t {aka long int}' [-Wformat=]
fprintf(log_file_sys->fp, "%-15.15s.%d :: ", time_s + 4, tv.tv_usec );
^
log.c:200:6: warning: unused variable 'nMiliSec' [-Wunused-variable]
int nMiliSec = 0;
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c utils.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c kstbl.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c hangul.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
hangul.c: In function 'const char* first_han(const BYTE*)':
hangul.c:47:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
char *p = "▒▒";
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c heart.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c main.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c tea.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c des.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from des.c:2:0:
DES_table.h:164:14: warning: 'KeyPerm' defined but not used [-Wunused-variable]
static DWORD KeyPerm[8][64] =
^
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c gost.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -c memcpy.c
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
if [ ! -d ../lib ]; then mkdir ../lib; fi
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
ranlib ../lib/libthecore.a
chmod 700 ../lib/libthecore.a
gmake[2]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake[1]: Leaving directory `/usr/home/compile/Server11/libthecore/src'
gmake -C game/src dep
gmake[1]: Entering directory `/usr/home/compile/Server11/game/src'
makedepend -f Depend -I../../../Extern/include/boost -I../../libdevil -I../../libmysql/7.x-5.1.35 -I../../../Extern/include -I../../libhackshield/include -I../../libxtrap/include -I../../liblua/include -I/usr/local/include -L/usr/local/lib/mysql -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 HackShield.cpp HackShield_Impl.cpp char_hackshield.cpp skill_power.cpp affect.cpp SpeedServer.cpp questlua_speedserver.cpp XTrapManager.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 minilzo.c main.cpp 2> /dev/null > Depend
gmake[1]: *** [dep] Error 127
gmake[1]: Leaving directory `/usr/home/compile/Server11/game/src'
gmake: *** [all] Error 2