Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Linux Servers

Archive::Linux Servers Archive area for Linux Servers's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 03-02-2003, 09:53 AM
Ayukawa's Avatar
Ayukawa
Sarnak
 
Join Date: Mar 2002
Posts: 35
Default Still no good:

I checked the file and it looks fine. It was the same one I was using before that worked perfectly.

So I tried your download fresh source and recompile. Here is the results:

Quote:
[root@the-abcb zone]# cd ..
[root@the-abcb eqemu]# cd world
[root@the-abcb world]# make -f makefileopt
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -march=i686 -O3 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/include/mysql -I/usr/mysql/include client.cpp -o client.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -march=i686 -O3 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/include/mysql -I/usr/mysql/include net.cpp -o net.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -march=i686 -O3 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/include/mysql -I/usr/mysql/include console.cpp -o console.o
WorldTCPConnection.h: In method `void
WorldTCPConnection::SendEmoteMessage (const char *, unsigned int,
unsigned int, const char *, ...)':
WorldTCPConnection.h:25: warning: varargs function cannot be inline
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -march=i686 -O3 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/include/mysql -I/usr/mysql/include zoneserver.cpp -o zoneserver.o
zoneserver.cpp: In method `bool ZoneServer::Process ()':
zoneserver.cpp:379: warning: unused variable `ServerZonePlayer_Struct
*szp'
WorldTCPConnection.h: In method `void
WorldTCPConnection::SendEmoteMessage (const char *, unsigned int,
unsigned int, const char *, ...)':
WorldTCPConnection.h:25: warning: varargs function cannot be inline
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -march=i686 -O3 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/include/mysql -I/usr/mysql/include LoginServer.cpp -o LoginServer.o
gcc -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -march=i686 -O3 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/include/mysql -I/usr/mysql/include ../common/EQNetwork.o ../common/timer.o ../common/database.o ../common/packet_dump.o ../common/races.o ../common/unix.o ../common/Mutex.o ../common/MiscFunctions.o ../common/serverinfo.o ../common/packet_functions.o ../common/classes.o ../common/TCPConnection.o ../common/eqtime.o ../common/crc32.o client.o net.o console.o zoneserver.o LoginServer.o -L. -lstdc++ -lm -lz -L/usr/lib/mysql -L/usr/mysql/lib -lmysqlclient -o world
[root@the-abcb world]#
And of course the zone compile:
Quote:
[root@the-abcb root]# cd /home/eqemu/
[root@the-abcb eqemu]# ls
CHANGELOG.txt EMuShareMem license-gpl.txt Server.opt zone
common EQEMu-0.4.2-Source.zip Server.dsw world
[root@the-abcb eqemu]# cd world/
[root@the-abcb world]# cd ..
[root@the-abcb eqemu]# cd zone/
[root@the-abcb zone]# make -f makefileopt
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/EQNetwork.cpp -o ../common/EQNetwork.o
../common/EQNetwork.cpp: In method `void
EQNetworkConnection::MakeEQPacket (APPLAYER *, bool)':
../common/EQNetwork.cpp:1394: warning: value computed is not used
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/timer.cpp -o ../common/timer.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/database.cpp -o ../common/database.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/packet_dump.cpp -o ../common/packet_dump.o
../common/packet_dump.cpp: In function `void DumpPacketBin (const void
*, unsigned int)':
../common/packet_dump.cpp:148: warning: cast from `const void *' to
`int8 *' discards qualifiers from pointer target type
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/packet_functions.cpp -o ../common/packet_functions.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/unix.cpp -o ../common/unix.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/packet_dump_file.cpp -o ../common/packet_dump_file.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/Mutex.cpp -o ../common/Mutex.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/MiscFunctions.cpp -o ../common/MiscFunctions.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include zone.cpp -o zone.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include entity.cpp -o entity.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include mob.cpp -o mob.o
mob.cpp: In method `void Mob::MakeSpawnUpdate
(SpawnPositionUpdate_Struct *)':
mob.cpp:591: warning: assignment to `sint16' from `float'
mob.cpp:591: warning: argument to `short int' from `float'
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include client.cpp -o client.o
client.cpp: In method `sint32 Client::GenericFocus (short unsigned int,
short unsigned int)':
client.cpp:438: warning: comparison between signed and unsigned integer
expressions
client.cpp: In method `void Client::ChannelMessageReceived (unsigned
char, unsigned char, const char *, const char *)':
client.cpp:662: warning: cast from `const char *' to `char *' discards
qualifiers from pointer target type
client.cpp: In method `bool Client::QuestTroupe (const Seperator *)':
client.cpp:1589: warning: deprecated conversion from string constant to
`char *'
client.cpp: In method `bool Client::NormalUser (const Seperator *)':
client.cpp:3350: warning: deprecated conversion from string constant to
`char *'
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include client_process.cpp -o client_process.o
client_process.cpp: In method `int Client::HandlePacket (APPLAYER *)':
client_process.cpp:3903: warning: passing `double' for argument 1 of
`Client::AddMoneyToPP (unsigned int)'
client_process.cpp:3910: warning: passing `double' for argument 1 of
`Client::AddMoneyToPP (unsigned int)'
client_process.cpp:3917: warning: passing `double' for argument 1 of
`Client::AddMoneyToPP (unsigned int)'
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include npc.cpp -o npc.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include net.cpp -o net.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include spawn2.cpp -o spawn2.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include attack.cpp -o attack.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include hate_list.cpp -o hate_list.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/serverinfo.cpp -o ../common/serverinfo.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/moremath.cpp -o ../common/moremath.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include worldserver.cpp -o worldserver.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include spells.cpp -o spells.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include spawngroup.cpp -o spawngroup.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include loottables.cpp -o loottables.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include faction.cpp -o faction.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include Map.cpp -o Map.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include PlayerCorpse.cpp -o PlayerCorpse.o
PlayerCorpse.cpp: In method `void Corpse::LootItem (Client *, APPLAYER
*)':
PlayerCorpse.cpp:572: warning: unused variable `int16 tmpslot'
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include petitions.cpp -o petitions.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include WesQuests.cpp -o WesQuests.o
WesQuests.cpp: In method `void Client::CheckQuests (const char *, const
char *, unsigned int, short unsigned int, Mob *)':
WesQuests.cpp:317: warning: NULL used in arithmetic
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include NpcAI.cpp -o NpcAI.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include Object.cpp -o Object.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/eqtime.cpp -o ../common/eqtime.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include groups.cpp -o groups.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/classes.cpp -o ../common/classes.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/races.cpp -o ../common/races.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/TCPConnection.cpp -o ../common/TCPConnection.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include forage.cpp -o forage.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/crc32.cpp -o ../common/crc32.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/guilds.cpp -o ../common/guilds.o
gcc -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O3 -march=i686 -funroll-loops -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/include ../common/EQNetwork.o ../common/timer.o ../common/database.o ../common/packet_dump.o ../common/packet_functions.o ../common/unix.o ../common/packet_dump_file.o ../common/Mutex.o ../common/MiscFunctions.o zone.o entity.o mob.o client.o client_process.o npc.o net.o spawn2.o attack.o hate_list.o ../common/serverinfo.o ../common/moremath.o worldserver.o spells.o spawngroup.o loottables.o faction.o Map.o PlayerCorpse.o petitions.o WesQuests.o NpcAI.o Object.o ../common/eqtime.o groups.o ../common/classes.o ../common/races.o ../common/TCPConnection.o forage.o ../common/crc32.o ../common/guilds.o -L. -lstdc++ -lm -lz -L/usr/lib/mysql -L/usr/mysql/lib -lmysqlclient -o zone
[root@the-abcb world]#

After I noticed there were many missing files. For example, here is the /home/eqemu directory (root of eqemu)

Quote:
[root@the-abcb world]# cd ..
[root@the-abcb eqemu]# ls
CHANGELOG.txt EMuShareMem license-gpl.txt Server.opt zone
common EQEMu-0.4.2-Source.zip Server.dsw world
[root@the-abcb eqemu]#
I know its probably something stupid that I am mistaking, but as I am the one making the mistake, I am obviously not seeing. it.
Do you have any suggestions please?
__________________
Left Suppresses Right, Right Suppresses Left...
. . . So What's Left? And What's Right?
..................- Cyndi Lauper - TM's Know It All Mix - You Don't Know
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 10:57 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3