antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More

Archived

This topic is now archived and is closed to further replies.

  • 0
TekPT123

[SOURCE] Error Compile OXEvent

Question

root@tekmete2:~/Workspace/Server # gmake all clean
--------------------------------------
Full Build Start
--------------------------------------
gmake -C libserverkey dep
gmake[1]: Entering directory '/root/Workspace/Server/libserverkey'
touch Depend
g++  -Wall -O2 -pipe -march=x86-64 -D_THREAD_SAFE -fno-exceptions  -MM *.cpp > Depend
gmake[1]: Leaving directory '/root/Workspace/Server/libserverkey'
gmake -C libserverkey clean
gmake[1]: Entering directory '/root/Workspace/Server/libserverkey'
rm -f *.o
rm -f ./libserverkey.a
gmake[1]: Leaving directory '/root/Workspace/Server/libserverkey'
gmake -C libserverkey
gmake[1]: Entering directory '/root/Workspace/Server/libserverkey'
gmake ./libserverkey.a
gmake[2]: Entering directory '/root/Workspace/Server/libserverkey'
g++  -Wall -O2 -pipe -march=x86-64 -D_THREAD_SAFE -fno-exceptions  -c base64_ssl.cpp
base64_ssl.cpp: In function 'bool base64_ssl(const unsigned char*, int, unsigned char*, int)':
base64_ssl.cpp:21:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if (outlen < bptr->length)
      ~~~~~~~^~~~~~~~~~~~~~
g++  -Wall -O2 -pipe -march=x86-64 -D_THREAD_SAFE -fno-exceptions  -c RSACrypto.cpp
ar cru ./libserverkey.a base64_ssl.o RSACrypto.o
ranlib ./libserverkey.a
chmod 700 ./libserverkey.a
gmake[2]: Leaving directory '/root/Workspace/Server/libserverkey'
gmake[1]: Leaving directory '/root/Workspace/Server/libserverkey'
gmake -C liblua clean
gmake[1]: Entering directory '/root/Workspace/Server/liblua'
cd include; gmake clean
gmake[2]: Entering directory '/root/Workspace/Server/liblua/include'
gmake[2]: Nothing to be done for 'clean'.
gmake[2]: Leaving directory '/root/Workspace/Server/liblua/include'
cd src; gmake clean
gmake[2]: Entering directory '/root/Workspace/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 '/root/Workspace/Server/liblua/src'
cd src/lib; gmake clean
gmake[2]: Entering directory '/root/Workspace/Server/liblua/src/lib'
rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o loadlib.o ../../lib/liblualib.a
gmake[2]: Leaving directory '/root/Workspace/Server/liblua/src/lib'
gmake[1]: Leaving directory '/root/Workspace/Server/liblua'
gmake -C liblua
gmake[1]: Entering directory '/root/Workspace/Server/liblua'
cd include; gmake all
gmake[2]: Entering directory '/root/Workspace/Server/liblua/include'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/root/Workspace/Server/liblua/include'
cd src; gmake all
gmake[2]: Entering directory '/root/Workspace/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
       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 [-Wpointer-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 [-Wpointer-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 '/root/Workspace/Server/liblua/src'
cd src/lib; gmake all
gmake[2]: Entering directory '/root/Workspace/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 ltablib.o lstrlib.o loadlib.o
ranlib ../../lib/liblualib.a
gmake[2]: Leaving directory '/root/Workspace/Server/liblua/src/lib'
gmake[1]: Leaving directory '/root/Workspace/Server/liblua'
gmake -C libsql dep
gmake[1]: Entering directory '/root/Workspace/Server/libsql'
touch Depend
g++ -I../../Extern/include/mysql -Wall -O2 -pipe -mtune=x86-64 -D_THREAD_SAFE -fno-exceptions  -MM *.cpp > Depend
cc1plus: warning: -mtune=x86-64 is deprecated; use -mtune=k8 or -mtune=generic instead as appropriate [-Wdeprecated]
cc1plus: warning: -mtune=x86-64 is deprecated; use -mtune=k8 or -mtune=generic instead as appropriate [-Wdeprecated]
cc1plus: warning: -mtune=x86-64 is deprecated; use -mtune=k8 or -mtune=generic instead as appropriate [-Wdeprecated]
cc1plus: warning: -mtune=x86-64 is deprecated; use -mtune=k8 or -mtune=generic instead as appropriate [-Wdeprecated]
gmake[1]: Leaving directory '/root/Workspace/Server/libsql'
gmake -C libsql clean
gmake[1]: Entering directory '/root/Workspace/Server/libsql'
rm -f *.o
rm -f ./libsql.a
gmake[1]: Leaving directory '/root/Workspace/Server/libsql'
gmake -C libsql
gmake[1]: Entering directory '/root/Workspace/Server/libsql'
gmake ./libsql.a
gmake[2]: Entering directory '/root/Workspace/Server/libsql'
g++ -I../../Extern/include/mysql -Wall -O2 -pipe -mtune=x86-64 -D_THREAD_SAFE -fno-exceptions  -c AsyncSQL.cpp
AsyncSQL.cpp:1:0: warning: -mtune=x86-64 is deprecated; use -mtune=k8 or -mtune=generic instead as appropriate [-Wdeprecate ]
 #ifndef __WIN32__

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../../Extern/include/mysql -Wall -O2 -pipe -mtune=x86-64 -D_THREAD_SAFE -fno-exceptions  -c Semaphore.cpp
Semaphore.cpp:1:0: warning: -mtune=x86-64 is deprecated; use -mtune=k8 or -mtune=generic instead as appropriate [-Wdeprecated]
 #include "stdafx.h"

g++ -I../../Extern/include/mysql -Wall -O2 -pipe -mtune=x86-64 -D_THREAD_SAFE -fno-exceptions  -c Tellwait.cpp
Tellwait.cpp:1:0: warning: -mtune=x86-64 is deprecated; use -mtune=k8 or -mtune=generic instead as appropriate [-Wdeprecate ]
 #ifndef __WIN32__

g++ -I../../Extern/include/mysql -Wall -O2 -pipe -mtune=x86-64 -D_THREAD_SAFE -fno-exceptions  -c Statement.cpp
Statement.cpp:1:0: warning: -mtune=x86-64 is deprecated; use -mtune=k8 or -mtune=generic instead as appropriate [-Wdeprecated]
 #include "Statement.h"

ar cru ./libsql.a AsyncSQL.o Semaphore.o Tellwait.o Statement.o
ranlib ./libsql.a
chmod 700 ./libsql.a
gmake[2]: Leaving directory '/root/Workspace/Server/libsql'
gmake[1]: Leaving directory '/root/Workspace/Server/libsql'
gmake -C libgame/src dep
gmake[1]: Entering directory '/root/Workspace/Server/libgame/src'
touch Depend
g++ -Wall -O2 -pipe -march=x86-64 -fno-exceptions -I../include -MM *.cc > Depend
gmake[1]: Leaving directory '/root/Workspace/Server/libgame/src'
gmake -C libgame/src clean
gmake[1]: Entering directory '/root/Workspace/Server/libgame/src'
rm -f *.o
rm -f ../lib/libgame.a
gmake[1]: Leaving directory '/root/Workspace/Server/libgame/src'
gmake -C libgame/src
gmake[1]: Entering directory '/root/Workspace/Server/libgame/src'
gmake ../lib/libgame.a
gmake[2]: Entering directory '/root/Workspace/Server/libgame/src'
g++ -Wall -O2 -pipe -march=x86-64 -fno-exceptions -I../include -c grid.cc
g++ -Wall -O2 -pipe -march=x86-64 -fno-exceptions -I../include -c attribute.cc
g++ -Wall -O2 -pipe -march=x86-64 -fno-exceptions -I../include -c targa.cc
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 '/root/Workspace/Server/libgame/src'
gmake[1]: Leaving directory '/root/Workspace/Server/libgame/src'
gmake -C libpoly dep
gmake[1]: Entering directory '/root/Workspace/Server/libpoly'
touch Depend
g++ -Wall -O2 -pipe -march=x86-64 -fno-exceptions -fno-rtti -MM *.cc > Depend
gmake[1]: Leaving directory '/root/Workspace/Server/libpoly'
gmake -C libpoly clean
gmake[1]: Entering directory '/root/Workspace/Server/libpoly'
rm -f *.o
rm -f ./libpoly.a
gmake[1]: Leaving directory '/root/Workspace/Server/libpoly'
gmake -C libpoly
gmake[1]: Entering directory '/root/Workspace/Server/libpoly'
gmake ./libpoly.a
gmake[2]: Entering directory '/root/Workspace/Server/libpoly'
g++ -Wall -O2 -pipe -march=x86-64 -fno-exceptions -fno-rtti -c Base.cc
g++ -Wall -O2 -pipe -march=x86-64 -fno-exceptions -fno-rtti -c Poly.cc
g++ -Wall -O2 -pipe -march=x86-64 -fno-exceptions -fno-rtti -c SymTable.cc
g++ -Wall -O2 -pipe -march=x86-64 -fno-exceptions -fno-rtti -c Symbol.cc
ar cru ./libpoly.a Base.o Poly.o SymTable.o Symbol.o
ranlib ./libpoly.a
chmod 700 ./libpoly.a
gmake[2]: Leaving directory '/root/Workspace/Server/libpoly'
gmake[1]: Leaving directory '/root/Workspace/Server/libpoly'
gmake -C libthecore/src dep
gmake[1]: Entering directory '/root/Workspace/Server/libthecore/src'
g++ -Wall -O2 -pipe -march=x86-64 -g -I../include -MM *.c > Depend
gmake[1]: Leaving directory '/root/Workspace/Server/libthecore/src'
gmake -C libthecore/src clean
gmake[1]: Entering directory '/root/Workspace/Server/libthecore/src'
rm -f *.o
rm -f ../lib/libthecore.a
gmake[1]: Leaving directory '/root/Workspace/Server/libthecore/src'
gmake -C libthecore/src
gmake[1]: Entering directory '/root/Workspace/Server/libthecore/src'
gmake ../lib/libthecore.a
gmake[2]: Entering directory '/root/Workspace/Server/libthecore/src'
g++ -Wall -O2 -pipe -march=x86-64 -g -I../include -c socket.c
g++ -Wall -O2 -pipe -march=x86-64 -g -I../include -c fdwatch.c
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 int)':
fdwatch.c:163:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     assert(event_idx < fdw->nfiles * 2);
            ~~~~~~~~~~^~~~~~~~~~~~~~~~~
fdwatch.c:165:41: warning: comparison between signed and unsigned integer expressions [-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 int)':
fdwatch.c:173:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     assert(event_idx < fdw->nfiles * 2);
            ~~~~~~~~~~^~~~~~~~~~~~~~~~~
fdwatch.c:175:41: warning: comparison between signed and unsigned integer expressions [-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:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     assert(event_idx < fdw->nfiles * 2);
            ~~~~~~~~~~^~~~~~~~~~~~~~~~~
fdwatch.c: In function 'void* fdwatch_get_client_data(LPFDWATCH, unsigned int)':
fdwatch.c:225:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     assert(event_idx < fdw->nfiles * 2);
            ~~~~~~~~~~^~~~~~~~~~~~~~~~~
g++ -Wall -O2 -pipe -march=x86-64 -g -I../include -c buffer.c
g++ -Wall -O2 -pipe -march=x86-64 -g -I../include -c signal.c
g++ -Wall -O2 -pipe -march=x86-64 -g -I../include -c log.c
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_usec,  func);
                                                                                        ^
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 -march=x86-64 -g -I../include -c utils.c
g++ -Wall -O2 -pipe -march=x86-64 -g -I../include -c kstbl.c
g++ -Wall -O2 -pipe -march=x86-64 -g -I../include -c hangul.c
hangul.c: In function 'const char* first_han(const BYTE*)':
hangul.c:47:15: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
     char *p = "▒׿▒";
               ^~~~~~
g++ -Wall -O2 -pipe -march=x86-64 -g -I../include -c heart.c
g++ -Wall -O2 -pipe -march=x86-64 -g -I../include -c main.c
g++ -Wall -O2 -pipe -march=x86-64 -g -I../include -c tea.c
g++ -Wall -O2 -pipe -march=x86-64 -g -I../include -c des.c
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 -march=x86-64 -g -I../include -c gost.c
g++ -Wall -O2 -pipe -march=x86-64 -g -I../include -c memcpy.c
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 '/root/Workspace/Server/libthecore/src'
gmake[1]: Leaving directory '/root/Workspace/Server/libthecore/src'
gmake -C game/src dep
gmake[1]: Entering directory '/root/Workspace/Server/game/src'
makedepend -f Depend  -I../../../Extern/include/boost -I../../../Extern/include/devil -I../../../Extern/include/mysql -I../../../Extern/include/hackshield -I../../../Extern/include/xtrap -I../../../Extern/include -I../../liblua/include -I../../libserverkey -I/usr/include/c++/3.3 -I/usr/include/c++/4.2 -pOBJDIR/ BattleArena.cpp FSM.cpp MarkConvert.cpp MarkImage.cpp MarkManager.cpp OXEvent.cpp TrafficProfiler.cpp ani.cpp arena.cpp banword.cpp battle.cpp blend_item.cpp block_country.cpp buffer_manager.cpp building.cpp castle.cpp char.cpp char_affect.cpp char_battle.cpp char_change_empire.cpp char_horse.cpp char_item.cpp char_manager.cpp char_quickslot.cpp char_resist.cpp char_skill.cpp char_state.cpp PetSystem.cpp cmd.cpp cmd_emotion.cpp cmd_general.cpp cmd_gm.cpp cmd_oxevent.cpp config.cpp constants.cpp crc32.cpp cube.cpp db.cpp desc.cpp desc_client.cpp desc_manager.cpp desc_p2p.cpp dev_log.cpp dungeon.cpp empire_text_convert.cpp entity.cpp entity_view.cpp event.cpp event_queue.cpp exchange.cpp file_loader.cpp fishing.cpp gm.cpp guild.cpp guild_manager.cpp guild_war.cpp horse_rider.cpp horsename_manager.cpp input.cpp input_auth.cpp input_db.cpp input_login.cpp input_main.cpp input_p2p.cpp input_teen.cpp input_udp.cpp ip_ban.cpp item.cpp item_addon.cpp item_attribute.cpp item_manager.cpp item_manager_idrange.cpp locale.cpp locale_service.cpp log.cpp login_data.cpp lzo_manager.cpp marriage.cpp matrix_card.cpp messenger_manager.cpp mining.cpp mob_manager.cpp monarch.cpp motion.cpp over9refine.cpp p2p.cpp packet_info.cpp party.cpp passpod.cpp pcbang.cpp polymorph.cpp priv_manager.cpp pvp.cpp questevent.cpp questlua.cpp questlua_affect.cpp questlua_arena.cpp questlua_ba.cpp questlua_building.cpp questlua_danceevent.cpp questlua_dungeon.cpp questlua_forked.cpp questlua_game.cpp questlua_global.cpp questlua_guild.cpp questlua_horse.cpp questlua_pet.cpp questlua_item.cpp questlua_marriage.cpp questlua_mgmt.cpp questlua_monarch.cpp questlua_npc.cpp questlua_oxevent.cpp questlua_party.cpp questlua_pc.cpp questlua_quest.cpp questlua_target.cpp questmanager.cpp questnpc.cpp questpc.cpp refine.cpp regen.cpp safebox.cpp sectree.cpp sectree_manager.cpp sequence.cpp shop.cpp skill.cpp start_position.cpp target.cpp text_file_loader.cpp trigger.cpp utils.cpp vector.cpp war_map.cpp wedding.cpp xmas_event.cpp version.cpp panama.cpp threeway_war.cpp map_location.cpp auth_brazil.cpp BlueDragon.cpp BlueDragon_Binder.cpp DragonLair.cpp questlua_dragonlair.cpp 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 test.cpp 2> /dev/null > Depend
gmake[1]: Leaving directory '/root/Workspace/Server/game/src'
gmake -C game/src clean
gmake[1]: Entering directory '/root/Workspace/Server/game/src'
gmake[1]: Leaving directory '/root/Workspace/Server/game/src'
gmake -C game/src limit_time
gmake[1]: Entering directory '/root/Workspace/Server/game/src'
update limit time
gmake[1]: Leaving directory '/root/Workspace/Server/game/src'
gmake -C game/src
gmake[1]: Entering directory '/root/Workspace/Server/game/src'
compile BattleArena.cpp
compile FSM.cpp
compile MarkConvert.cpp
compile MarkImage.cpp
compile MarkManager.cpp
compile OXEvent.cpp
In file included from ../../../Extern/include/boost/predef/os/bsd/free.h:37:0,
                 from ../../../Extern/include/boost/predef/os/bsd.h:96,
                 from ../../../Extern/include/boost/predef/os/bsd/dragonfly.h:11,
                 from ../../../Extern/include/boost/predef/os/bsd.h:95,
                 from ../../../Extern/include/boost/predef/os/bsd/bsdi.h:11,
                 from ../../../Extern/include/boost/predef/os/bsd.h:52,
                 from ../../../Extern/include/boost/predef/os.h:18,
                 from ../../../Extern/include/boost/predef.h:17,
                 from ../../../Extern/include/boost/unordered/detail/fwd.hpp:14,
                 from ../../../Extern/include/boost/unordered/detail/implementation.hpp:44,
                 from ../../../Extern/include/boost/unordered/detail/map.hpp:6,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:21,
                 from ../../../Extern/include/boost/unordered_map.hpp:17,
                 from questmanager.h:4,
                 from OXEvent.cpp:4:
../../common/stl.h:99:32: error: expected ')' before 'a'
  template <typename T> T MIN(T a, T b)
                                ^
../../common/stl.h:99:32: error: expected ')' before 'a'
../../common/stl.h:99:32: error: expected ')' before 'a'
../../common/stl.h:104:32: error: expected ')' before 'a'
  template <typename T> T MAX(T a, T b)
                                ^
../../common/stl.h:104:32: error: expected ')' before 'a'
../../common/stl.h:104:32: error: expected ')' before 'a'
gmake[1]: *** [Makefile:120: OBJDIR/OXEvent.o] Error 1
gmake[1]: Leaving directory '/root/Workspace/Server/game/src'
gmake: *** [Makefile:89: all] Error 2

 

Alguém conhece este erro?

 

Cumprimentos,

TekPT123

Share this post


Link to post
Share on other sites

0 answers to this question

There have been no answers to this question yet