Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server > Metin2 PServer Guides & Strategies
You last visited: Today at 07:40

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[SAMMELTHREAD] Metin2 Source Compile Tips/Tuts

Discussion on [SAMMELTHREAD] Metin2 Source Compile Tips/Tuts within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old 02/19/2014, 14:49   #421
 
qAleXso's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 185
Received Thanks: 127
How do I resolve this?
Code:
gmake[1]: Leaving directory
qAleXso is offline  
Old 02/19/2014, 15:08   #422
wild wild son




 
Nick's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 5,995
Received Thanks: 3,389
Quote:
Originally Posted by qAleXso View Post
How do I resolve this?
Code:
gmake[1]: Leaving directory
First, execute 'gmake clean', then execute 'gmake' again and show us the new error messages.
Nick is offline  
Thanks
1 User
Old 02/19/2014, 15:37   #423
 
qAleXso's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 185
Received Thanks: 127
Quote:
Originally Posted by sYND[i]cATe View Post
First, execute 'gmake clean', then execute 'gmake' again and show us the new error messages.

Code:
root@alexso:~/mainline/Srcs/Server # gmake clean
Makefile:47: warning: overriding recipe for target `libserverkey'
Makefile:13: warning: ignoring old recipe for target `libserverkey'
gmake: *** No rule to make target `clean'.  Stop.
root@alexso:~/mainline/Srcs/Server #
qAleXso is offline  
Old 02/19/2014, 15:48   #424
wild wild son




 
Nick's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 5,995
Received Thanks: 3,389
Quote:
Originally Posted by qAleXso View Post
Code:
root@alexso:~/mainline/Srcs/Server # gmake clean
Makefile:47: warning: overriding recipe for target `libserverkey'
Makefile:13: warning: ignoring old recipe for target `libserverkey'
gmake: *** No rule to make target `clean'.  Stop.
root@alexso:~/mainline/Srcs/Server #
'novaline' is easier to compile if u don't know how to handle the errors / warnings.
Nick is offline  
Thanks
1 User
Old 02/19/2014, 15:52   #425
 
qAleXso's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 185
Received Thanks: 127
Quote:
Originally Posted by sYND[i]cATe View Post
'novaline' is easier to compile if u don't know how to handle the errors / warnings.
Code:
root@alexso:~ # cd /usr/src/novaline
root@alexso:/usr/src/novaline # ls
Client  Extern  Server  Srcs    Tools
root@alexso:/usr/src/novaline # cd Server
root@alexso:/usr/src/novaline/Server # ls
Doc                     libhackshield           libxtrap
Makefile                liblua                  m2server.2008.sln
common                  libmysql                m2server.2008.vssscc
db                      libpoly                 make_test_env.bat
game                    libserverkey            sync_list.txt
libdevil                libsql                  teen
libgame                 libthecore
root@alexso:/usr/src/novaline/Server # gmake
Makefile:47: warning: overriding recipe for target `libserverkey'
Makefile:13: warning: ignoring old recipe for target `libserverkey'
gmake -C libthecore/src dep
gmake[1]: Entering directory `/usr/src/novaline/Server/libthecore/src'
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -MM *.c > Depend
gmake[1]: Leaving directory `/usr/src/novaline/Server/libthecore/src'
gmake -C libthecore/src clean
gmake[1]: Entering directory `/usr/src/novaline/Server/libthecore/src'
rm -f *.o
rm -f ../lib/libthecore.a
gmake[1]: Leaving directory `/usr/src/novaline/Server/libthecore/src'
gmake -C libthecore/src
gmake[1]: Entering directory `/usr/src/novaline/Server/libthecore/src'
gmake ../lib/libthecore.a
gmake[2]: Entering directory `/usr/src/novaline/Server/libthecore/src'
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c socket.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c fdwatch.c
fdwatch.c: In function 'void fdwatch_clear_event(fdwatch*, socket_t, unsigned int)':
fdwatch.c:163: warning: comparison between signed and unsigned integer expressions
fdwatch.c:165: warning: comparison between signed and unsigned integer expressions
fdwatch.c: In function 'int fdwatch_check_event(fdwatch*, socket_t, unsigned int)':
fdwatch.c:173: warning: comparison between signed and unsigned integer expressions
fdwatch.c:175: warning: comparison between signed and unsigned integer expressions
fdwatch.c: In function 'int fdwatch_get_ident(fdwatch*, unsigned int)':
fdwatch.c:207: warning: comparison between signed and unsigned integer expressions
fdwatch.c: In function 'void* fdwatch_get_client_data(fdwatch*, unsigned int)':
fdwatch.c:225: warning: comparison between signed and unsigned integer expressions
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c buffer.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c signal.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c log.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c utils.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c kstbl.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c hangul.c
hangul.c: In function 'const char* first_han(const BYTE*)':
hangul.c:47: warning: deprecated conversion from string constant to 'char*'
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c heart.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c main.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c tea.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c des.c
DES_table.h:164: warning: 'KeyPerm' defined but not used
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c gost.c
g++ -Wall -O2 -pipe -mtune=i686 -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 `/usr/src/novaline/Server/libthecore/src'
gmake[1]: Leaving directory `/usr/src/novaline/Server/libthecore/src'
gmake -C libgame/src dep
gmake[1]: Entering directory `/usr/src/novaline/Server/libgame/src'
touch Depend
g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -MM *.cc > Depend
gmake[1]: Leaving directory `/usr/src/novaline/Server/libgame/src'
gmake -C libgame/src clean
gmake[1]: Entering directory `/usr/src/novaline/Server/libgame/src'
rm -f *.o
rm -f ../lib/libgame.a
gmake[1]: Leaving directory `/usr/src/novaline/Server/libgame/src'
gmake -C libgame/src
gmake[1]: Entering directory `/usr/src/novaline/Server/libgame/src'
gmake ../lib/libgame.a
gmake[2]: Entering directory `/usr/src/novaline/Server/libgame/src'
g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -c grid.cc
g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -c attribute.cc
g++ -Wall -O2 -pipe -mtune=i686 -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 `/usr/src/novaline/Server/libgame/src'
gmake[1]: Leaving directory `/usr/src/novaline/Server/libgame/src'
gmake -C liblua clean
gmake[1]: Entering directory `/usr/src/novaline/Server/liblua'
cd include; gmake clean
gmake[2]: Entering directory `/usr/src/novaline/Server/liblua/include'
gmake[2]: Nothing to be done for `clean'.
gmake[2]: Leaving directory `/usr/src/novaline/Server/liblua/include'
cd src; gmake clean
gmake[2]: Entering directory `/usr/src/novaline/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/src/novaline/Server/liblua/src'
cd src/lib; gmake clean
gmake[2]: Entering directory `/usr/src/novaline/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 `/usr/src/novaline/Server/liblua/src/lib'
gmake[1]: Leaving directory `/usr/src/novaline/Server/liblua'
gmake -C liblua
gmake[1]: Entering directory `/usr/src/novaline/Server/liblua'
cd include; gmake all
gmake[2]: Entering directory `/usr/src/novaline/Server/liblua/include'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/src/novaline/Server/liblua/include'
cd src; gmake all
gmake[2]: Entering directory `/usr/src/novaline/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: warning: case label value is less than minimum value for type
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
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/src/novaline/Server/liblua/src'
cd src/lib; gmake all
gmake[2]: Entering directory `/usr/src/novaline/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:251: warning: value computed is not used
liolib.c: In function 'f_lines':
liolib.c:286: warning: value computed is not used
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 `/usr/src/novaline/Server/liblua/src/lib'
gmake[1]: Leaving directory `/usr/src/novaline/Server/liblua'
gmake -C game/src dep
gmake[1]: Entering directory `/usr/src/novaline/Server/game/src'
makedepend -f Depend  -I../../../Extern/include/boost -I../../libdevil -I../../libmysql/5.x-5.1.35 -I../../../Extern/include -I../../libhackshield/include -I../../libxtrap/include -I../../liblua/include -I/usr/local/include -I../../libserverkey -I/usr/include/c++/3.3 -I/usr/include/c++/4.2 -pOBJDIR/ BattleArena.cpp FSM.cpp MarkConvert.cpp MarkImage.cpp MarkManager.cpp OXEvent.cpp TrafficProfiler.cpp ani.cpp arena.cpp banword.cpp battle.cpp blend_item.cpp block_country.cpp buffer_manager.cpp building.cpp castle.cpp char.cpp char_affect.cpp char_battle.cpp char_change_empire.cpp char_horse.cpp char_item.cpp char_manager.cpp char_quickslot.cpp char_resist.cpp char_skill.cpp char_state.cpp PetSystem.cpp cmd.cpp cmd_emotion.cpp cmd_general.cpp cmd_gm.cpp cmd_oxevent.cpp config.cpp constants.cpp crc32.cpp cube.cpp db.cpp desc.cpp desc_client.cpp desc_manager.cpp desc_p2p.cpp dev_log.cpp dungeon.cpp empire_text_convert.cpp entity.cpp entity_view.cpp event.cpp event_queue.cpp exchange.cpp file_loader.cpp fishing.cpp gm.cpp guild.cpp guild_manager.cpp guild_war.cpp horse_rider.cpp horsename_manager.cpp input.cpp input_auth.cpp input_db.cpp input_login.cpp input_main.cpp input_p2p.cpp input_teen.cpp input_udp.cpp ip_ban.cpp item.cpp item_addon.cpp item_attribute.cpp item_manager.cpp item_manager_idrange.cpp locale.cpp locale_service.cpp log.cpp login_data.cpp lzo_manager.cpp marriage.cpp matrix_card.cpp messenger_manager.cpp mining.cpp mob_manager.cpp monarch.cpp motion.cpp over9refine.cpp p2p.cpp packet_info.cpp party.cpp passpod.cpp pcbang.cpp polymorph.cpp priv_manager.cpp pvp.cpp questevent.cpp questlua.cpp questlua_affect.cpp questlua_arena.cpp questlua_ba.cpp questlua_building.cpp questlua_danceevent.cpp questlua_dungeon.cpp questlua_forked.cpp questlua_game.cpp questlua_global.cpp questlua_guild.cpp questlua_horse.cpp questlua_pet.cpp questlua_item.cpp questlua_marriage.cpp questlua_mgmt.cpp questlua_monarch.cpp questlua_npc.cpp questlua_oxevent.cpp questlua_party.cpp questlua_pc.cpp questlua_quest.cpp questlua_target.cpp questmanager.cpp questnpc.cpp questpc.cpp refine.cpp regen.cpp safebox.cpp sectree.cpp sectree_manager.cpp sequence.cpp shop.cpp skill.cpp start_position.cpp target.cpp text_file_loader.cpp trigger.cpp utils.cpp vector.cpp war_map.cpp wedding.cpp xmas_event.cpp version.cpp panama.cpp threeway_war.cpp map_location.cpp auth_brazil.cpp BlueDragon.cpp BlueDragon_Binder.cpp DragonLair.cpp questlua_dragonlair.cpp 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 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 shutdown_manager.cpp  minilzo.c main.cpp test.cpp 2> /dev/null > Depend
gmake[1]: Leaving directory `/usr/src/novaline/Server/game/src'
gmake -C game/src clean
gmake[1]: Entering directory `/usr/src/novaline/Server/game/src'
gmake[1]: Leaving directory `/usr/src/novaline/Server/game/src'
gmake -C game/src limit_time
gmake[1]: Entering directory `/usr/src/novaline/Server/game/src'
update limit time
gmake[1]: Leaving directory `/usr/src/novaline/Server/game/src'
gmake -C db/src dep
svn: E155007: '/usr/src/novaline/Server/db/src' is not a working copy
svn: E155007: '/usr/src/novaline/Server/db/src' is not a working copy
gmake[1]: Entering directory `/usr/src/novaline/Server/db/src'
gmake[1]: Warning: File `Makefile' has modification time 31675 s in the future
makedepend -fDepend  -I../../../Extern/include/boost -I../../../Extern/include -I/usr/local/include -I../../libmysql/5.x-5.1.35 -I/usr/include/c++/3.3 -I/usr/include/c++/4.2 -p.obj/ Config.cpp NetBase.cpp Peer.cpp PeerBase.cpp Main.cpp Lock.cpp DBManager.cpp Cache.cpp LoginData.cpp ClientManager.cpp ClientManagerPlayer.cpp ClientManagerLogin.cpp ClientManagerBoot.cpp ClientManagerParty.cpp ClientManagerGuild.cpp GuildManager.cpp HB.cpp PrivManager.cpp MoneyLog.cpp ItemAwardManager.cpp ClientManagerEventFlag.cpp Marriage.cpp Monarch.cpp BlockCountry.cpp ItemIDRangeManager.cpp ClientManagerHorseName.cpp version.cpp AuctionManager.cpp ProtoReader.cpp CsvReader.cpp  2> /dev/null
gmake[1]: warning:  Clock skew detected.  Your build may be incomplete.
gmake[1]: Leaving directory `/usr/src/novaline/Server/db/src'
gmake -C db/src clean
svn: E155007: '/usr/src/novaline/Server/db/src' is not a working copy
svn: E155007: '/usr/src/novaline/Server/db/src' is not a working copy
gmake[1]: Entering directory `/usr/src/novaline/Server/db/src'
gmake[1]: Warning: File `Makefile' has modification time 31674 s in the future
gmake[1]: warning:  Clock skew detected.  Your build may be incomplete.
gmake[1]: Leaving directory `/usr/src/novaline/Server/db/src'
--------------------------------------
Build Done
--------------------------------------
root@alexso:/usr/src/novaline/Server #
qAleXso is offline  
Old 02/19/2014, 16:02   #426
wild wild son




 
Nick's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 5,995
Received Thanks: 3,389
Quote:
Originally Posted by qAleXso View Post
Code:
root@alexso:~ # cd /usr/src/novaline
root@alexso:/usr/src/novaline # ls
Client  Extern  Server  Srcs    Tools
root@alexso:/usr/src/novaline # cd Server
root@alexso:/usr/src/novaline/Server # ls
Doc                     libhackshield           libxtrap
Makefile                liblua                  m2server.2008.sln
common                  libmysql                m2server.2008.vssscc
db                      libpoly                 make_test_env.bat
game                    libserverkey            sync_list.txt
libdevil                libsql                  teen
libgame                 libthecore
root@alexso:/usr/src/novaline/Server # gmake
Makefile:47: warning: overriding recipe for target `libserverkey'
Makefile:13: warning: ignoring old recipe for target `libserverkey'
gmake -C libthecore/src dep
gmake[1]: Entering directory `/usr/src/novaline/Server/libthecore/src'
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -MM *.c > Depend
gmake[1]: Leaving directory `/usr/src/novaline/Server/libthecore/src'
gmake -C libthecore/src clean
gmake[1]: Entering directory `/usr/src/novaline/Server/libthecore/src'
rm -f *.o
rm -f ../lib/libthecore.a
gmake[1]: Leaving directory `/usr/src/novaline/Server/libthecore/src'
gmake -C libthecore/src
gmake[1]: Entering directory `/usr/src/novaline/Server/libthecore/src'
gmake ../lib/libthecore.a
gmake[2]: Entering directory `/usr/src/novaline/Server/libthecore/src'
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c socket.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c fdwatch.c
fdwatch.c: In function 'void fdwatch_clear_event(fdwatch*, socket_t, unsigned int)':
fdwatch.c:163: warning: comparison between signed and unsigned integer expressions
fdwatch.c:165: warning: comparison between signed and unsigned integer expressions
fdwatch.c: In function 'int fdwatch_check_event(fdwatch*, socket_t, unsigned int)':
fdwatch.c:173: warning: comparison between signed and unsigned integer expressions
fdwatch.c:175: warning: comparison between signed and unsigned integer expressions
fdwatch.c: In function 'int fdwatch_get_ident(fdwatch*, unsigned int)':
fdwatch.c:207: warning: comparison between signed and unsigned integer expressions
fdwatch.c: In function 'void* fdwatch_get_client_data(fdwatch*, unsigned int)':
fdwatch.c:225: warning: comparison between signed and unsigned integer expressions
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c buffer.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c signal.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c log.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c utils.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c kstbl.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c hangul.c
hangul.c: In function 'const char* first_han(const BYTE*)':
hangul.c:47: warning: deprecated conversion from string constant to 'char*'
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c heart.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c main.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c tea.c
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c des.c
DES_table.h:164: warning: 'KeyPerm' defined but not used
g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c gost.c
g++ -Wall -O2 -pipe -mtune=i686 -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 `/usr/src/novaline/Server/libthecore/src'
gmake[1]: Leaving directory `/usr/src/novaline/Server/libthecore/src'
gmake -C libgame/src dep
gmake[1]: Entering directory `/usr/src/novaline/Server/libgame/src'
touch Depend
g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -MM *.cc > Depend
gmake[1]: Leaving directory `/usr/src/novaline/Server/libgame/src'
gmake -C libgame/src clean
gmake[1]: Entering directory `/usr/src/novaline/Server/libgame/src'
rm -f *.o
rm -f ../lib/libgame.a
gmake[1]: Leaving directory `/usr/src/novaline/Server/libgame/src'
gmake -C libgame/src
gmake[1]: Entering directory `/usr/src/novaline/Server/libgame/src'
gmake ../lib/libgame.a
gmake[2]: Entering directory `/usr/src/novaline/Server/libgame/src'
g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -c grid.cc
g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -c attribute.cc
g++ -Wall -O2 -pipe -mtune=i686 -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 `/usr/src/novaline/Server/libgame/src'
gmake[1]: Leaving directory `/usr/src/novaline/Server/libgame/src'
gmake -C liblua clean
gmake[1]: Entering directory `/usr/src/novaline/Server/liblua'
cd include; gmake clean
gmake[2]: Entering directory `/usr/src/novaline/Server/liblua/include'
gmake[2]: Nothing to be done for `clean'.
gmake[2]: Leaving directory `/usr/src/novaline/Server/liblua/include'
cd src; gmake clean
gmake[2]: Entering directory `/usr/src/novaline/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/src/novaline/Server/liblua/src'
cd src/lib; gmake clean
gmake[2]: Entering directory `/usr/src/novaline/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 `/usr/src/novaline/Server/liblua/src/lib'
gmake[1]: Leaving directory `/usr/src/novaline/Server/liblua'
gmake -C liblua
gmake[1]: Entering directory `/usr/src/novaline/Server/liblua'
cd include; gmake all
gmake[2]: Entering directory `/usr/src/novaline/Server/liblua/include'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/src/novaline/Server/liblua/include'
cd src; gmake all
gmake[2]: Entering directory `/usr/src/novaline/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: warning: case label value is less than minimum value for type
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
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/src/novaline/Server/liblua/src'
cd src/lib; gmake all
gmake[2]: Entering directory `/usr/src/novaline/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:251: warning: value computed is not used
liolib.c: In function 'f_lines':
liolib.c:286: warning: value computed is not used
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 `/usr/src/novaline/Server/liblua/src/lib'
gmake[1]: Leaving directory `/usr/src/novaline/Server/liblua'
gmake -C game/src dep
gmake[1]: Entering directory `/usr/src/novaline/Server/game/src'
makedepend -f Depend  -I../../../Extern/include/boost -I../../libdevil -I../../libmysql/5.x-5.1.35 -I../../../Extern/include -I../../libhackshield/include -I../../libxtrap/include -I../../liblua/include -I/usr/local/include -I../../libserverkey -I/usr/include/c++/3.3 -I/usr/include/c++/4.2 -pOBJDIR/ BattleArena.cpp FSM.cpp MarkConvert.cpp MarkImage.cpp MarkManager.cpp OXEvent.cpp TrafficProfiler.cpp ani.cpp arena.cpp banword.cpp battle.cpp blend_item.cpp block_country.cpp buffer_manager.cpp building.cpp castle.cpp char.cpp char_affect.cpp char_battle.cpp char_change_empire.cpp char_horse.cpp char_item.cpp char_manager.cpp char_quickslot.cpp char_resist.cpp char_skill.cpp char_state.cpp PetSystem.cpp cmd.cpp cmd_emotion.cpp cmd_general.cpp cmd_gm.cpp cmd_oxevent.cpp config.cpp constants.cpp crc32.cpp cube.cpp db.cpp desc.cpp desc_client.cpp desc_manager.cpp desc_p2p.cpp dev_log.cpp dungeon.cpp empire_text_convert.cpp entity.cpp entity_view.cpp event.cpp event_queue.cpp exchange.cpp file_loader.cpp fishing.cpp gm.cpp guild.cpp guild_manager.cpp guild_war.cpp horse_rider.cpp horsename_manager.cpp input.cpp input_auth.cpp input_db.cpp input_login.cpp input_main.cpp input_p2p.cpp input_teen.cpp input_udp.cpp ip_ban.cpp item.cpp item_addon.cpp item_attribute.cpp item_manager.cpp item_manager_idrange.cpp locale.cpp locale_service.cpp log.cpp login_data.cpp lzo_manager.cpp marriage.cpp matrix_card.cpp messenger_manager.cpp mining.cpp mob_manager.cpp monarch.cpp motion.cpp over9refine.cpp p2p.cpp packet_info.cpp party.cpp passpod.cpp pcbang.cpp polymorph.cpp priv_manager.cpp pvp.cpp questevent.cpp questlua.cpp questlua_affect.cpp questlua_arena.cpp questlua_ba.cpp questlua_building.cpp questlua_danceevent.cpp questlua_dungeon.cpp questlua_forked.cpp questlua_game.cpp questlua_global.cpp questlua_guild.cpp questlua_horse.cpp questlua_pet.cpp questlua_item.cpp questlua_marriage.cpp questlua_mgmt.cpp questlua_monarch.cpp questlua_npc.cpp questlua_oxevent.cpp questlua_party.cpp questlua_pc.cpp questlua_quest.cpp questlua_target.cpp questmanager.cpp questnpc.cpp questpc.cpp refine.cpp regen.cpp safebox.cpp sectree.cpp sectree_manager.cpp sequence.cpp shop.cpp skill.cpp start_position.cpp target.cpp text_file_loader.cpp trigger.cpp utils.cpp vector.cpp war_map.cpp wedding.cpp xmas_event.cpp version.cpp panama.cpp threeway_war.cpp map_location.cpp auth_brazil.cpp BlueDragon.cpp BlueDragon_Binder.cpp DragonLair.cpp questlua_dragonlair.cpp 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 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 shutdown_manager.cpp  minilzo.c main.cpp test.cpp 2> /dev/null > Depend
gmake[1]: Leaving directory `/usr/src/novaline/Server/game/src'
gmake -C game/src clean
gmake[1]: Entering directory `/usr/src/novaline/Server/game/src'
gmake[1]: Leaving directory `/usr/src/novaline/Server/game/src'
gmake -C game/src limit_time
gmake[1]: Entering directory `/usr/src/novaline/Server/game/src'
update limit time
gmake[1]: Leaving directory `/usr/src/novaline/Server/game/src'
gmake -C db/src dep
svn: E155007: '/usr/src/novaline/Server/db/src' is not a working copy
svn: E155007: '/usr/src/novaline/Server/db/src' is not a working copy
gmake[1]: Entering directory `/usr/src/novaline/Server/db/src'
gmake[1]: Warning: File `Makefile' has modification time 31675 s in the future
makedepend -fDepend  -I../../../Extern/include/boost -I../../../Extern/include -I/usr/local/include -I../../libmysql/5.x-5.1.35 -I/usr/include/c++/3.3 -I/usr/include/c++/4.2 -p.obj/ Config.cpp NetBase.cpp Peer.cpp PeerBase.cpp Main.cpp Lock.cpp DBManager.cpp Cache.cpp LoginData.cpp ClientManager.cpp ClientManagerPlayer.cpp ClientManagerLogin.cpp ClientManagerBoot.cpp ClientManagerParty.cpp ClientManagerGuild.cpp GuildManager.cpp HB.cpp PrivManager.cpp MoneyLog.cpp ItemAwardManager.cpp ClientManagerEventFlag.cpp Marriage.cpp Monarch.cpp BlockCountry.cpp ItemIDRangeManager.cpp ClientManagerHorseName.cpp version.cpp AuctionManager.cpp ProtoReader.cpp CsvReader.cpp  2> /dev/null
gmake[1]: warning:  Clock skew detected.  Your build may be incomplete.
gmake[1]: Leaving directory `/usr/src/novaline/Server/db/src'
gmake -C db/src clean
svn: E155007: '/usr/src/novaline/Server/db/src' is not a working copy
svn: E155007: '/usr/src/novaline/Server/db/src' is not a working copy
gmake[1]: Entering directory `/usr/src/novaline/Server/db/src'
gmake[1]: Warning: File `Makefile' has modification time 31674 s in the future
gmake[1]: warning:  Clock skew detected.  Your build may be incomplete.
gmake[1]: Leaving directory `/usr/src/novaline/Server/db/src'
--------------------------------------
Build Done
--------------------------------------
root@alexso:/usr/src/novaline/Server #
You have to choose the right path for gmake. (game/src & db/src)
However, it seems like ur not having knowledge in this area, so it's not recommended to continue here. It means u should use precompiled cores.
__

Greeting
sYND[i]cATe
Nick is offline  
Old 02/19/2014, 16:58   #427
 
qAleXso's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 185
Received Thanks: 127
could no longer help with teamviewer?
qAleXso is offline  
Old 02/19/2014, 17:21   #428
 
.Captor's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 223
Received Thanks: 93
Habe auf FreeBSD 9.2 folgendes Problem:
Code:
gmake: *** No rule to make target `OBJDIR/check_server.o', needed by `../game_r52000_32'.  Stop.
Bekomme ihn einfach nicht weg... (Branch: Dev). Hoffe es kann mir jemand Helfen. :P
.Captor is offline  
Old 02/20/2014, 01:03   #429
 
callmax's Avatar
 
elite*gold: 20
Join Date: Mar 2010
Posts: 1,166
Received Thanks: 684
Quote:
Logisch, du startest deine Cores ja auch im Vordergrund, d.h. wenn die PuTTY-Sitzung beendet, unterbrochen o.Ä. wird, verabschieden sich auch die jeweiligen Tasks, sofern diese sitzungsgebunden gestartet worden sind.

Um Prozesse im Background zu fahren, führst du Folgendes einfach zusätzlich aus; (am Beispiel des DB-Cores)
Das solche Probleme an einem verdammten Zeichen liegen können ... , Ich danke dir vielmals auf das verdammte "und" wär ich jetzt von selbst nie draufgekommen, ich muss lernen genauer zu arbeiten ...
callmax is offline  
Old 02/21/2014, 21:11   #430

 
Mr. 'Avenue™'s Avatar
 
elite*gold: 222
The Black Market: 101/0/0
Join Date: Oct 2012
Posts: 2,369
Received Thanks: 3,389
Könnte mir evtl. jemand helfen, den Source zu kompilieren & anschließend die game/db zum Laufen zu bringen?
War ca. 2 Monate inaktiv, weiß von nichts.
Wäre sehr dankbar.
Mr. 'Avenue™ is offline  
Old 02/21/2014, 21:15   #431

 
elite*gold: 0
Join Date: Mar 2013
Posts: 2,449
Received Thanks: 6,446
Kleiner Tipp von mir:

In der main.cpp die Funktion Metin2Server_Check auskommentieren oder verändern.
Die connectet zu einem YMIR Server.
Lord iRemix is offline  
Thanks
1 User
Old 02/21/2014, 22:04   #432
 
IHateJuif's Avatar
 
elite*gold: 0
Join Date: Feb 2014
Posts: 6
Received Thanks: 7
Quote:
Originally Posted by [iRemix] View Post
Kleiner Tipp von mir:

In der main.cpp die Funktion Metin2Server_Check auskommentieren oder verändern.
Die connectet zu einem YMIR Server.
This know all Idiota
IHateJuif is offline  
Thanks
1 User
Old 02/21/2014, 22:08   #433

 
elite*gold: 0
Join Date: Mar 2013
Posts: 2,449
Received Thanks: 6,446
Quote:
Originally Posted by IHateJuif View Post
This know all Idiota
And everybody knows that your autoresponder just sends the link for a virus

A few people didnt know it and i just wanted to help them and don't infect them like you with your 10$ driveby from a hack forum.
Lord iRemix is offline  
Thanks
1 User
Old 02/21/2014, 22:11   #434
 
IHateJuif's Avatar
 
elite*gold: 0
Join Date: Feb 2014
Posts: 6
Received Thanks: 7
Quote:
Originally Posted by [iRemix] View Post
And everybody knows that your autoresponder just sends the link for a virus

A few people didnt know it and i just wanted to help them and don't infect them like you with your 10$ driveby from a hack forum.
HaHaHa my Download link have only Pack Folder with .eix and .epk no exe
IHateJuif is offline  
Old 02/22/2014, 12:00   #435
 
deluks1980's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 23
Received Thanks: 11
I have compiled the game and when im trying to start it, game process aborts.

gdb core dump:

Quote:
#0 0x084c31c7 in thr_kill ()
No symbol table info available.
#1 0x084b608b in raise ()
No symbol table info available.
#2 0x08510e35 in abort ()
No symbol table info available.
#3 0x084b1200 in uw_init_context_1 (context=context@entry=0xbf7fcdf0,
outer_cfa=outer_cfa@entry=0xbf7fcf10, outer_ra=<optimized out>)
at ../.././../gcc-4.9-20131020/libgcc/unwind-dw2.c:1567
ra = <optimized out>
fs = {regs = {reg = {{loc = {reg = 0, offset = 0, exp = 0x0},
how = REG_UNSAVED} <repeats 18 times>}, prev = 0x0,
cfa_offset = 0, cfa_reg = 0, cfa_exp = 0x0, cfa_how = CFA_UNSET},
pc = 0x0, personality = 0x0, data_align = 0, code_align = 0,
retaddr_column = 0, fde_encoding = 0 '\000',
lsda_encoding = 0 '\000', saw_z = 0 '\000', signal_frame = 0 '\000',
eh_ptr = 0x0}
sp_slot = {ptr = 685385784, word = 685385784}
code = <optimized out>
What is that?
deluks1980 is offline  
Reply


Similar Threads Similar Threads
Reverse Crypt Systems [Tips/Hints/Tuts needed]]
03/01/2012 - CO2 Private Server - 8 Replies
Hello PVPers, So the Title says it all, Since i came here and i am trying to learn how to be a good Coder and Co2 P.Server Specially , i guess i dd well so far but i'v noticed that all my prev experience ddnt came near Encrypting/Decrypting systems , i also aware of that most of good coders around here are very busy coding stuff and so ,i was away for sometime and about 2 months ago i came back from AD (work trip) and a friend asked for an up to date P.Server , actually i miss that fun so...



All times are GMT +1. The time now is 07:41.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.