View Single Post
  #1  
Old 10-18-2003, 10:54 PM
Glasswalker
Sarnak
 
Join Date: Oct 2002
Posts: 31
Default FreeBSD 5.1 Compile of 0.4.4 Release

Ok... I have fixed all my previous goofups, by installing some libraries and stuff...

Now I finally got it to compile most of the way through the makefile, and it barfs out a HUGE list of errors...

I have heard mentioned that I might need zlib, but zlib is included in the bsd distro, I have also heard that my MySQL might not be working, but MySQL 4.1A is installed and the devel libraries are installed in /usr/include/mysql and /usr/lib/mysql and the makefile allready points there...

So I don't know what is wrong with it...

This is just the world compile... I also tried zone, and it had not as many errors, but they looked to be errors with related code... So I am assuming if I can fix world, it should fix zone too...

Here is a paste of the entire compile log: (there are a few warnings, but the last few pages of it are all errors...

eq# gmake clean
rm -f ../common/EQNetwork.o ../common/timer.o ../common/database.o ../common/crc32.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 client.o net.o console.o zoneserver.o LoginServer.o world

eq# gmake
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../common/EQNetwork.cpp -o ../common/EQNetwork.o
../common/EQNetwork.cpp: In member function `bool EQNetworkServer::Open(short
unsigned int)':
../common/EQNetwork.cpp:118: warning: unused variable `int reuse_addr'
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../common/timer.cpp -o ../common/timer.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../common/database.cpp -o ../common/database.o
../common/database.cpp: In member function `bool
Database::CreateCharacter(unsigned int, PlayerProfile_Struct*)':
../common/database.cpp:1710: warning: unused variable `char tmp[10]'
../common/database.cpp: In member function `bool
Database::GetGuildNameByID(unsigned int, char*)':
../common/database.cpp:2679: warning: unused variable `int32 affected_rows'
../common/database.cpp: In member function `bool Database::LoadNPCTypes()':
../common/database.cpp:3658: warning: unused variable `MYSQL_RES*result2'
../common/database.cpp:3660: warning: unused variable `char**row2'
../common/database.cpp: In member function `bool
Database::GetFactionIdsForNPC(int, LinkedList<NPCFaction*>*, sint32*)':
../common/database.cpp:5011: warning: comparison between signed and unsigned
integer expressions
../common/database.cpp: In member function `bool
Database::LoadNPCFactionLists()':
../common/database.cpp:5486: warning: comparison between signed and unsigned
integer expressions
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../common/crc32.cpp -o ../common/crc32.o
../common/crc32.cpp:78:2: warning: #warning "Comment out i386 define if your arch isn't x86"
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../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 -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../common/races.cpp -o ../common/races.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../common/unix.cpp -o ../common/unix.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../common/Mutex.cpp -o ../common/Mutex.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../common/MiscFunctions.cpp -o ../common/MiscFunctions.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../common/serverinfo.cpp -o ../common/serverinfo.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../common/packet_functions.cpp -o ../common/packet_functions.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../common/classes.cpp -o ../common/classes.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../common/TCPConnection.cpp -o ../common/TCPConnection.o
../common/TCPConnection.cpp: In static member function `static SPackSendQueue*
TCPConnection::MakeOldPacket(const ServerPacket*)':
../common/TCPConnection.cpp:76: warning: cast from `const int16*' to `char*'
discards qualifiers from pointer target type
../common/TCPConnection.cpp: In member function `bool
TCPConnection::ProcessReceivedDataAsOldPackets(cha r*)':
../common/TCPConnection.cpp:1143: warning: comparison between signed and
unsigned integer expressions
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../common/eqtime.cpp -o ../common/eqtime.o
In file included from /usr/include/g++/backward/fstream.h:32,
from ../common/eqtime.cpp:24:
/usr/include/g++/fstream:304: warning: `typename std::basic_filebuf<_CharT,
_Traits>::int_type' is implicitly a typename
/usr/include/g++/fstream:309: warning: `typename std::basic_filebuf<_CharT,
_Traits>::int_type' is implicitly a typename
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql client.cpp -o client.o
client.cpp: In member function `bool Client::HandlePacket(const APPLAYER*)':
client.cpp:441: warning: deprecated conversion from string constant to `char*'
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql 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 -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql console.cpp -o console.o
console.cpp: In constructor `Console::Console(TCPConnection*)':
console.cpp:61: warning: cast from `const char*' to `uchar*' discards
qualifiers from pointer target type
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql zoneserver.cpp -o zoneserver.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql 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 -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../common/EQNetwork.o ../common/timer.o ../common/database.o ../common/crc32.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 client.o net.o console.o zoneserver.o LoginServer.o -L. -L/usr/local/lib -lstdc++ -lm -lz -L/usr/lib/mysql -L/usr/local/lib/mysql -lmysqlclient -llthread -llgcc_r -o world
../common/EQNetwork.o: In function `EQNetworkConnection::QueuePacket(APPLAYER const*, bool)':
../common/EQNetwork.cpp:471: undefined reference to `LogFile'
../common/EQNetwork.cpp:471: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/EQNetwork.o: In function `EQNetworkConnection::FastQueuePacket(APPLAYER**, bool)':
../common/EQNetwork.cpp:485: undefined reference to `LogFile'
../common/EQNetwork.cpp:485: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/EQNetwork.o: In function `EQNetworkConnection::OpenSock(char*, unsigned short, char*)':
../common/EQNetwork.cpp:526: undefined reference to `LogFile'
../common/EQNetwork.cpp:526: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/EQNetwork.o: In function `EQNetworkConnection::OpenSock(unsigned, unsigned short)':
../common/EQNetwork.cpp:538: undefined reference to `LogFile'
../common/EQNetwork.cpp:538: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/EQNetwork.o: In function `EQNetworkConnection::CloseSock()':
../common/EQNetwork.cpp:595: undefined reference to `LogFile'
../common/EQNetwork.cpp:595: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/EQNetwork.o: In function `EQNetworkConnection::DoRecvData()':
../common/EQNetwork.cpp:626: undefined reference to `LogFile'
../common/EQNetwork.cpp:626: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/database.o: In function `Database::Database()':
../common/linked_list.h:337: undefined reference to `DBcore::DBcore()'
../common/database.o: In function `Database::Database()':
../common/database.cpp:153: undefined reference to `DBcore::Open(char const*, char const*, char const*, char const*, unsigned*, char*, bool, bool)'
../common/database.cpp:89: undefined reference to `DBcore::~DBcore()'
../common/database.o: In function `Database::Database()':
../common/database.cpp:78: undefined reference to `DBcore::DBcore()'
../common/database.cpp:153: undefined reference to `DBcore::Open(char const*, char const*, char const*, char const*, unsigned*, char*, bool, bool)'
../common/database.cpp:89: undefined reference to `DBcore::~DBcore()'
../common/database.o: In function `Database::Database(char const*, char const*, char const*, char const*)':
../common/database.cpp:166: undefined reference to `DBcore::DBcore()'
../common/database.cpp:170: undefined reference to `DBcore::Open(char const*, char const*, char const*, char const*, unsigned*, char*, bool, bool)'
../common/database.cpp:177: undefined reference to `DBcore::~DBcore()'
../common/database.o: In function `Database::Database(char const*, char const*, char const*, char const*)':
../common/database.cpp:166: undefined reference to `DBcore::DBcore()'
../common/database.cpp:170: undefined reference to `DBcore::Open(char const*, char const*, char const*, char const*, unsigned*, char*, bool, bool)'
../common/database.cpp:177: undefined reference to `DBcore::~DBcore()'
../common/database.o: In function `Database::HandleMysqlError(unsigned)':
../common/database.cpp:187: undefined reference to `AddEQEMuError(eEQEMuError, bool)'
../common/database.o: In function `Database::logevents(char*, unsigned, unsigned char, char const*, char const*, char*, char*, int)':
../common/database.cpp:244: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::CheckLogin(char const*, char const*, short*)':
../common/database.cpp:533: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:534: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:536: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetGMSpeed(unsigned)':
../common/database.cpp:570: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::SetGMSpeed(unsigned, unsigned char)':
../common/database.cpp:604: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetAccountInfoForLogin(unsigned, short*, char*, unsigned*, unsigned char*)':
../common/database.cpp:620: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::CheckStatus(unsigned)':
../common/database.cpp:668: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o:../common/database.cpp:707: more undefined references to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)' follow
../common/database.o: In function `Database::UpdateTempPacket(char*, unsigned)':
../common/database.cpp:800: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:805: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetTempPacket(unsigned, char*)':
../common/database.cpp:824: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::SetGMFlag(char const*, short)':
../common/database.cpp:1253: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::SetSpecialAttkFlag(unsigned char, char const*)':
../common/database.cpp:1272: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetEventLogs(char*, char*, unsigned, unsigned char, char*, char*, CharacterEventLog_Struct*)':
../common/database.cpp:1375: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o:../common/database.cpp:1539: more undefined references to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)' follow
../common/database.o: In function `Database::CreateCharacter(unsigned, PlayerProfile_Struct*)':
../common/database.cpp:1737: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:1741: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetCharacterInfoForLogin(char const*, unsigned*, char*, PlayerProfile_Struct*, unsigned*, PlayerAA_Struct*, unsigned*, unsigned*, unsigned char*)':
../common/database.cpp:1767: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetPlayerProfile(unsigned, char*, PlayerProfile_Struct*, char*)':
../common/database.cpp:1853: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::SetPlayerProfile(unsigned, unsigned, PlayerProfile_Struct*, unsigned)':
../common/database.cpp:1936: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:1929: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::SetPlayerProfile_MQ(char**, unsigned, unsigned, PlayerProfile_Struct*, unsigned)':
../common/database.cpp:1936: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.o: In function `Database::GetAccountIDByChar(char const*, unsigned*)':
../common/database.cpp:1962: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetAccountIDByName(char const*, short*, unsigned*)':
../common/database.cpp:1998: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetAccountName(unsigned, char*, unsigned*)':
../common/database.cpp:2030: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetCharacterInfo(char const*, unsigned*, unsigned*, float*, float*, float*)':
../common/database.cpp:2054: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::LoadVariables()':
../common/database.cpp:2099: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o:../common/database.cpp:2210: more undefined references to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)' follow
../common/database.o: In function `Database::CreateGuild(char const*, unsigned)':
../common/database.cpp:2563: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:2571: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::DeleteGuild(unsigned)':
../common/database.cpp:2595: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::RenameGuild(unsigned, char const*)':
../common/database.cpp:2616: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:2618: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::EditGuild(unsigned, unsigned char, GuildRankLevel_Struct*)':
../common/database.cpp:2644: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:2659: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetGuildNameByID(unsigned, char*)':
../common/database.cpp:2683: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetZoneLongName(char const*, char**, char*, float*, float*, float*, unsigned*)':
../common/database.cpp:2705: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetGuildDBIDbyLeader(unsigned)':
../common/database.cpp:2749: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::SetGuildLeader(unsigned, unsigned)':
../common/database.cpp:2774: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::UpdateItem(unsigned short, Item_Struct*)':
../common/database.cpp:2799: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:2806: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::SetGuildMOTD(unsigned, char const*)':
../common/database.cpp:2829: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:2831: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetGuildMOTD(unsigned, char*)':
../common/database.cpp:2857: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetItemsCount(unsigned*)':
../common/database.cpp:2892: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetNPCTypesCount(unsigned*)':
../common/database.cpp:2924: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetDoorsCount(unsigned*)':
../common/database.cpp:2957: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o:../common/database.cpp:2988: more undefined references to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)' follow
../common/database.o: In function `Database::SaveItemToDatabase(Item_Struct*)':
../common/database.cpp:3864: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:3867: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::LoadZoneNames()':
../common/database.cpp:3889: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.cpp:3902: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::SetItemAtt(char*, char*, unsigned)':
../common/database.cpp:3864: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:3867: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::CheckNameFilter(char const*)':
../common/database.cpp:4154: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::AddToNameFilter(char const*)':
../common/database.cpp:4183: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetAccountIDFromLSID(unsigned, char*, short*)':
../common/database.cpp:4204: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetWaypoints(unsigned short, unsigned char, char*)':
../common/database.cpp:4238: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o:../common/database.cpp:4257: more undefined references to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)' follow
../common/database.o: In function `Database::CopyCharacter(char const*, char const*, unsigned)':
../common/database.cpp:4737: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:4744: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetAASkillVars(unsigned, char*, int*, int*)':
../common/database.cpp:4771: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::SetPlayerAlternateAdv(unsigned, char*, PlayerAA_Struct*)':
../common/database.cpp:4821: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:4826: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetPlayerAlternateAdv(unsigned, char*, PlayerAA_Struct*)':
../common/database.cpp:4859: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::SetHackerFlag(char const*, char const*, char const*)':
../common/database.cpp:4900: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetServerFilters(char*, ServerSideFilters_Struct*)':
../common/database.cpp:4924: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::SetServerFilters(char*, ServerSideFilters_Struct*)':
../common/database.cpp:4975: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:4980: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetSafePoint(char const*, char const*)':
../common/database.cpp:5060: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::GetZoneTZ(unsigned)':
../common/database.cpp:5084: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::SetZoneTZ(unsigned, unsigned)':
../common/database.cpp:5107: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::InsertNewsPost(unsigned char, char const*, char const*, unsigned char, char const*)':
../common/database.cpp:5262: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o:../common/database.cpp:5282: more undefined references to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)' follow
../common/database.o: In function `Database::GetTrainlevel(unsigned short, unsigned char)':
../common/database.cpp:5625: undefined reference to `LogFile'
../common/database.cpp:5625: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/database.cpp:5633: undefined reference to `LogFile'
../common/database.cpp:5633: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/database.o: In function `Database::InjectToRaw()':
../common/database.cpp:5652: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.cpp:5769: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.cpp:5837: undefined reference to `DBcore::DoEscapeString(char*, char const*, unsigned)'
../common/database.cpp:5839: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.cpp:5667: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
../common/database.o: In function `Database::~Database()':
../common/database.cpp:386: undefined reference to `DBcore::~DBcore()'
../common/database.o: In function `Database::~Database()':
../common/database.cpp:386: undefined reference to `DBcore::~DBcore()'
../common/TCPConnection.o: In function `TCPConnection::TCPConnection(TCPServer*, TCPConnection*, unsigned, unsigned, unsigned short)':
../common/TCPConnection.cpp:150: undefined reference to `LogFile'
../common/TCPConnection.cpp:150: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/TCPConnection.o: In function `TCPConnection::TCPConnection(TCPServer*, TCPConnection*, unsigned, unsigned, unsigned short)':
../common/TCPConnection.cpp:150: undefined reference to `LogFile'
../common/TCPConnection.cpp:150: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/TCPConnection.o: In function `TCPConnection::Free()':
../common/TCPConnection.cpp:213: undefined reference to `LogFile'
../common/TCPConnection.cpp:213: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/TCPConnection.o: In function `TCPConnection::AsyncConnect(char const*, unsigned short)':
../common/TCPConnection.cpp:514: undefined reference to `LogFile'
../common/TCPConnection.cpp:514: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/TCPConnection.o: In function `TCPConnection::AsyncConnect(unsigned, unsigned short)':
../common/TCPConnection.cpp:546: undefined reference to `LogFile'
../common/TCPConnection.cpp:546: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/TCPConnection.o: In function `TCPConnection::Connect(unsigned, unsigned short, char*)':
../common/TCPConnection.cpp:596: undefined reference to `LogFile'
../common/TCPConnection.cpp:596: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/TCPConnection.o: In function `TCPConnection::SendData(char*)':
../common/TCPConnection.cpp:1323: undefined reference to `LogFile'
../common/TCPConnection.cpp:1323: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/TCPConnection.o: In function `TCPConnectionLoop(void*)':
../common/TCPConnection.cpp:1368: undefined reference to `LogFile'
../common/TCPConnection.cpp:1368: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
../common/TCPConnection.o: In function `TCPServerLoop(void*)':
../common/TCPConnection.cpp:1455: undefined reference to `LogFile'
../common/TCPConnection.cpp:1455: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
client.o: In function `ClientList::FindByAccountID(unsigned)':
../common/linked_list.h:174: undefined reference to `LogFile'
../common/linked_list.h:174: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
client.o: In function `Database::SetStartingItems(PlayerProfile_Struct*, unsigned short, unsigned char, unsigned short, unsigned short, char*, short)':
/usr/local/eqemu/src/world/client.cpp:891: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
/usr/local/eqemu/src/world/client.cpp:907: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
net.o: In function `main':
/usr/local/eqemu/src/world/net.cpp:90: undefined reference to `LogFile'
/usr/local/eqemu/src/world/net.cpp:90: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
/usr/local/eqemu/src/world/net.cpp:379: undefined reference to `CheckEQEMuErrorAndPause()'
/usr/local/eqemu/src/world/net.cpp:312: undefined reference to `DBcore::ping()'
/usr/local/eqemu/src/world/net.cpp:313: undefined reference to `AsyncLoadVariables()'
console.o: In function `Console::ProcessCommand(char const*)':
/usr/local/eqemu/src/world/console.cpp:447: undefined reference to `MD5::Generate(unsigned char const*, unsigned, unsigned char*)'
zoneserver.o: In function `ZoneServer::Process()':
/usr/local/eqemu/src/world/zoneserver.cpp:215: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
/usr/local/eqemu/src/world/zoneserver.cpp:218: undefined reference to `DBcore::RunQuery(char const*, unsigned, char*, st_mysql_res**, unsigned*, unsigned*, unsigned*, bool)'
/usr/local/eqemu/src/world/zoneserver.cpp:257: undefined reference to `LogFile'
/usr/local/eqemu/src/world/zoneserver.cpp:257: undefined reference to `EQEMuLog::write(EQEMuLog::LogIDs, char const*, ...)'
/usr/local/eqemu/src/world/zoneserver.cpp:148: undefined reference to `MD5::Generate(unsigned char const*, unsigned, unsigned char*)'
zoneserver.o: In function `ZSList::CLEAdd(unsigned, char const*, char const*, short)':
/usr/local/eqemu/src/world/zoneserver.cpp:1576: undefined reference to `MD5::MD5()'
zoneserver.o: In function `ZSList::ClientUpdate(ZoneServer*, ServerClientList_Struct*)':
/usr/local/eqemu/src/world/zoneserver.cpp:1602: undefined reference to `MD5::MD5()'
/usr/local/eqemu/src/world/zoneserver.cpp:1602: undefined reference to `MD5::MD5()'
/usr/local/eqemu/src/world/zoneserver.cpp:1602: undefined reference to `MD5::MD5()'
zoneserver.o: In function `ZSList::CheckAuth(char const*, char const*)':
/usr/local/eqemu/src/world/zoneserver.cpp:1558: undefined reference to `MD5::MD5(char const*)'
/usr/local/eqemu/src/world/zoneserver.cpp:1574: undefined reference to `MD5::operator==(MD5 const&)'
/usr/local/eqemu/src/world/zoneserver.cpp:1588: undefined reference to `MD5::MD5()'
/usr/local/eqemu/src/world/zoneserver.cpp:1598: undefined reference to `MD5::operator=(MD5 const&)'
zoneserver.o: In function `ClientListEntry::ClientListEntry(unsigned, char const*, char const*, short)':
/usr/local/eqemu/src/world/zoneserver.cpp:1576: undefined reference to `MD5::MD5()'
zoneserver.o: In function `ClientListEntry::ClientListEntry(unsigned, char const*, char const*, short)':
/usr/local/eqemu/src/world/zoneserver.cpp:1576: undefined reference to `MD5::MD5()'
zoneserver.o: In function `ClientListEntry::ClientListEntry(unsigned, char const*, MD5&, short)':
/usr/local/eqemu/src/world/zoneserver.cpp:1588: undefined reference to `MD5::MD5()'
/usr/local/eqemu/src/world/zoneserver.cpp:1598: undefined reference to `MD5::operator=(MD5 const&)'
zoneserver.o: In function `ClientListEntry::ClientListEntry(unsigned, char const*, MD5&, short)':
/usr/local/eqemu/src/world/zoneserver.cpp:1588: undefined reference to `MD5::MD5()'
/usr/local/eqemu/src/world/zoneserver.cpp:1598: undefined reference to `MD5::operator=(MD5 const&)'
zoneserver.o: In function `ClientListEntry::ClientListEntry(ZoneServer*, ServerClientList_Struct*, signed char)':
/usr/local/eqemu/src/world/zoneserver.cpp:1602: undefined reference to `MD5::MD5()'
zoneserver.o: In function `ClientListEntry::ClientListEntry(ZoneServer*, ServerClientList_Struct*, signed char)':
/usr/local/eqemu/src/world/zoneserver.cpp:1602: undefined reference to `MD5::MD5()'
zoneserver.o: In function `ClientListEntry::CheckAuth(char const*, MD5&)':
/usr/local/eqemu/src/world/zoneserver.cpp:1775: undefined reference to `MD5::operator==(MD5 const&)'
gmake: *** [world] Error 1
eq#
Reply With Quote