[OsRoseEvo] Source Compiling

Status
Not open for further replies.
When I open worldserver.dev it says for each file that it can't find the path.
For example: 'file C:/myhost/Common/config.cpp can't be found' , and that for each file, and that's weird cause the worldserver.dev is in 'C:/myhost/roseon/worldserver.dev' and all those files too, so...
 
Fixed, opened worldserver.dev with notepad, removed all '../', cause it tried to access the files in a directory below, but they are in the same directory as the worldserver, so.
 
I have this problem :

Log from the compiling of CharServer.exe

Compiler: Default compiler
Building Makefile: "C:\Documents and Settings\INTEL1\Desktop\AwakenRose Sources\Binary\Makefile.win"
Executing make...
make.exe -f "C:\Documents and Settings\INTEL1\Desktop\AwakenRose Sources\Binary\Makefile.win" all
g++.exe -D__DEBUG__ -c ../Common/config.cpp -o ../Common/config.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ -c ../Common/log.cpp -o ../Common/log.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ -c ../Common/rosecrypt.cpp -o ../Common/rosecrypt.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ -c ../Common/SocketBase.cpp -o ../Common/SocketBase.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ -c ../Common/SocketClient.cpp -o ../Common/SocketClient.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ -c ../Common/SocketServer.cpp -o ../Common/SocketServer.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ -c ../Common/database/database.cpp -o ../Common/database/database.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ -c "../Char Server/charclient.cpp" -o "../Char Server/charclient.o" -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ -c "../Char Server/charpackets.cpp" -o "../Char Server/charpackets.o" -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ -c "../Char Server/charserver.cpp" -o "../Char Server/charserver.o" -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ -c "../Char Server/clan.cpp" -o "../Char Server/clan.o" -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ -c "../Char Server/community.cpp" -o "../Char Server/community.o" -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ -c "../Char Server/extrafunctions.cpp" -o "../Char Server/extrafunctions.o" -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ -c "../Char Server/main.cpp" -o "../Char Server/main.o" -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ -c "../Char Server/signal.cpp" -o "../Char Server/signal.o" -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ ../Common/config.o ../Common/log.o ../Common/rosecrypt.o ../Common/SocketBase.o ../Common/SocketClient.o ../Common/SocketServer.o ../Common/database/database.o "../Char Server/charclient.o" "../Char Server/charpackets.o" "../Char Server/charserver.o" "../Char Server/clan.o" "../Char Server/community.o" "../Char Server/extrafunctions.o" "../Char Server/main.o" "../Char Server/signal.o" -o "CharServer.exe" -L"C:/Dev-Cpp/lib" C:/Dev-Cpp/lib/libws2_32.a C:/Dev-Cpp/lib/libmysql.a -g3

../Common/SocketClient.o(.text+0x87e): In function `Z16ClientMainThreadPv':
C:/Documents and Settings/INTEL1/Desktop/AwakenRose Sources/Binary/../Common/SocketClient.cpp:200: undefined reference to `_imp__pthread_exit'
../Common/SocketServer.o(.text+0xe50): In function `ZN13CServerSocket7AddUserEjP11sockaddr_in':
C:/Documents and Settings/INTEL1/Desktop/AwakenRose Sources/Binary/../Common/SocketServer.cpp:246: undefined reference to `_imp__pthread_create'
../Common/database/database.o(.text+0x417): In function `ZN9CDatabase8QExecuteEPcz':
C:/Documents and Settings/INTEL1/Desktop/AwakenRose Sources/Binary/../Common/database/database.cpp:70: undefined reference to `_imp__pthread_mutex_lock'
../Common/database/database.o(.text+0x4b6):C:/Documents and Settings/INTEL1/Desktop/AwakenRose Sources/Binary/../Common/database/database.cpp:79: undefined reference to `_imp__pthread_mutex_unlock'
../Common/database/database.o(.text+0x4e4):C:/Documents and Settings/INTEL1/Desktop/AwakenRose Sources/Binary/../Common/database/database.cpp:86: undefined reference to `_imp__pthread_mutex_unlock'
../Common/database/database.o(.text+0x55c): In function `ZN9CDatabase6QStoreEPcz':

C:/Documents and Settings/INTEL1/Desktop/AwakenRose Sources/Binary/../Common/database/database.cpp:100: undefined reference to `_imp__pthread_mutex_lock'
../Common/database/database.o(.text+0x5fb):C:/Documents and Settings/INTEL1/Desktop/AwakenRose Sources/Binary/../Common/database/database.cpp:109: undefined reference to `_imp__pthread_mutex_unlock'
../Common/database/database.o(.text+0x6ae): In function `ZN9CDatabase4QUseEPcz':
C:/Documents and Settings/INTEL1/Desktop/AwakenRose Sources/Binary/../Common/database/database.cpp:130: undefined reference to `_imp__pthread_mutex_lock'

../Common/database/database.o(.text+0x74d):C:/Documents and Settings/INTEL1/Desktop/AwakenRose Sources/Binary/../Common/database/database.cpp:139: undefined reference to `_imp__pthread_mutex_unlock'
../Common/database/database.o(.text+0x7c1): In function `ZN9CDatabase5QFreeEv':
C:/Documents and Settings/INTEL1/Desktop/AwakenRose Sources/Binary/../Common/database/database.cpp:153: undefined reference to `_imp__pthread_mutex_unlock'
collect2: ld returned 1 exit status

make.exe: *** [CharServer.exe] Error 1

Execution terminated


Help?
 
Sorry about spamming long errors but i need help

Compiler: Default compiler
Executing g++.exe...
g++.exe "C:\Documents and Settings\Rocky\Desktop\Rose Rev\World Server\gmcmds.cpp" -o "C:\Documents and Settings\Rocky\Desktop\Rose Rev\World Server\gmcmds.exe" -I"C:\Dev-Cpp\lib\gcc\mingw32\3.4.2\include" -I"C:\Dev-Cpp\include\c++\3.4.2\backward" -I"C:\Dev-Cpp\include\c++\3.4.2\mingw32" -I"C:\Dev-Cpp\include\c++\3.4.2" -I"C:\Dev-Cpp\include" -L"C:\Dev-Cpp\lib"
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x35b):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x476):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x4f6):gmcmds.cpp: undefined reference to `CPlayer::savedata()'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x56b):gmcmds.cpp: undefined reference to `CWorldServer::LoadConfigurations(char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x58c):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x611):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7c7):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x857):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x871):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8aa):gmcmds.cpp: undefined reference to `CDatabase::QExecute(char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x9f9):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa89):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xac2):gmcmds.cpp: undefined reference to `CDatabase::QExecute(char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xadc):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xbfe):gmcmds.cpp: undefined reference to `CWorldServer::SendSysMsg(CPlayer*, std::string)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xd23):gmcmds.cpp: undefined reference to `CWorldServer::SendSysMsg(CPlayer*, std::string)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xe0a):gmcmds.cpp: undefined reference to `CWorldServer::SendToMap(CPacket*, int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xea1):gmcmds.cpp: undefined reference to `CWorldServer::SendToMap(CPacket*, int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xfcd):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xfe9):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x124c):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x1266):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x1280):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x129a):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x12b4):gmcmds.cpp: more undefined references to `CWorldServer::SendPM(CPlayer*, char*)' follow
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x146a):gmcmds.cpp: undefined reference to `CMap::TeleportPlayer(CPlayer*, fPoint, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x1495):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x1710):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x18ed):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x1b54):gmcmds.cpp: undefined reference to `CDatabase::QExecute(char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x1bfd):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x1fb0):gmcmds.cpp: undefined reference to `CDatabase::QExecute(char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x204c):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x2131):gmcmds.cpp: undefined reference to `CDatabase::QExecute(char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x21cc):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x21e9):gmcmds.cpp: undefined reference to `CWorldServer::GetSpawnArea(unsigned int, unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x22c3):gmcmds.cpp: undefined reference to `CWorldServer::SendToVisible(CPacket*, CMonster*, CDrop*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x22f8):gmcmds.cpp: undefined reference to `CMap::DeleteMonster(CMonster*, bool, unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x2321):gmcmds.cpp: undefined reference to `CWorldServer::DeleteSpawn(CSpawnArea*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x234c):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x2589):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x26ec):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x2788):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x2793):gmcmds.cpp: undefined reference to `CPlayer::GetPlayerInfo()'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x2876):gmcmds.cpp: undefined reference to `CWorldServer::GetClientByCharName(char*)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x296e):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x29a3):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x2aa2):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x2b81):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x2c5f):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x2d42):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x2deb):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x2eb8):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x2f61):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x302e):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x30d7):gmcmds.cpp: more undefined references to `CClientSocket::SendPacket(CPacket*)' follow
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x33f7):gmcmds.cpp: undefined reference to `CPlayer::UpdateInventory(unsigned int, unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x34da):gmcmds.cpp: undefined reference to `CWorldServer::BuildItemRefine(CItem)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x3544):gmcmds.cpp: undefined reference to `CWorldServer::SendToVisible(CPacket*, CPlayer*, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x3600):gmcmds.cpp: undefined reference to `CPlayer::UpdateInventory(unsigned int, unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x36e3):gmcmds.cpp: undefined reference to `CWorldServer::BuildItemRefine(CItem)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x374d):gmcmds.cpp: undefined reference to `CWorldServer::SendToVisible(CPacket*, CPlayer*, bool)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x3809):gmcmds.cpp: undefined reference to `CPlayer::UpdateInventory(unsigned int, unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x38ec):gmcmds.cpp: undefined reference to `CWorldServer::BuildItemRefine(CItem)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x3956):gmcmds.cpp: undefined reference to `CWorldServer::SendToVisible(CPacket*, CPlayer*, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x3a12):gmcmds.cpp: undefined reference to `CPlayer::UpdateInventory(unsigned int, unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x3af5):gmcmds.cpp: undefined reference to `CWorldServer::BuildItemRefine(CItem)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x3b5f):gmcmds.cpp: undefined reference to `CWorldServer::SendToVisible(CPacket*, CPlayer*, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x3b74):gmcmds.cpp: undefined reference to `CPlayer::SetStats()'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x4091):gmcmds.cpp: undefined reference to `CWorldServer::BuildItemRefine(CItem)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x40fb):gmcmds.cpp: undefined reference to `CWorldServer::SendToVisible(CPacket*, CPlayer*, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x4118):gmcmds.cpp: undefined reference to `CPlayer::UpdateInventory(unsigned int, unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x4123):gmcmds.cpp: undefined reference to `CPlayer::SetStats()'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x43a9):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x4475):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x449e):gmcmds.cpp: undefined reference to `CPlayer::GetLevelEXP()'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x45af):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x4607):gmcmds.cpp: undefined reference to `CWorldServer::GetNewClientID()'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x47b8):gmcmds.cpp: undefined reference to `CMap::AddDrop(CDrop*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x48af):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x49d8):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x4afe):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x4be5):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x4cc2):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x4d9f):gmcmds.cpp: more undefined references to `Log(msg_type, char*, ...)' follow
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x578b):gmcmds.cpp: undefined reference to `CWorldServer::RandInCircle(fPoint, float)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x57fe):gmcmds.cpp: undefined reference to `CMap::AddMonster(unsigned int, fPoint, unsigned int, CMDrops*, CMDrops*, unsigned int, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x587a):gmcmds.cpp: undefined reference to `CWorldServer::SendToVisible(CPacket*, CPlayer*, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x58d5):gmcmds.cpp: undefined reference to `CWorldServer::SendToVisible(CPacket*, CPlayer*, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x5951):gmcmds.cpp: undefined reference to `CWorldServer::SendToVisible(CPacket*, CPlayer*, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x59b8):gmcmds.cpp: undefined reference to `CWorldServer::LoadQuestData()'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x59d9):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x5bd8):gmcmds.cpp: undefined reference to `CWorldServer::SendToAll(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x5bea):gmcmds.cpp: undefined reference to `ShutdownServer(void*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x5c02):gmcmds.cpp: undefined reference to `_imp__pthread_create'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x5c0c):gmcmds.cpp: undefined reference to `shutdown@8'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x5c2d):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x5dd7):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x5ea9):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x5fc0):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x60c8):gmcmds.cpp: undefined reference to `CWorldServer::GetClientByCharName(char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x61d9):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x626c):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x62a1):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x6384):gmcmds.cpp: undefined reference to `CWorldServer::GetClientByCharName(char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x6495):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x6528):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x655d):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x661f):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x66fc):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x678e):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x6816):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x69fa):gmcmds.cpp: more undefined references to `Log(msg_type, char*, ...)' follow
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x6b02):gmcmds.cpp: undefined reference to `CWorldServer::GetMonsterByID(unsigned int, unsigned int)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x6b35):gmcmds.cpp: undefined reference to `CWorldServer::GetNPCByID(unsigned int, unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x6b8c):gmcmds.cpp: undefined reference to `CMap::ConverToMonster(CNPC*, unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x6bcf):gmcmds.cpp: undefined reference to `CMap::ConverToMonster(CMonster*, unsigned int, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x6ce5):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x6d01):gmcmds.cpp: undefined reference to `CWorldServer::SendGlobalMSG(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x6d70):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x6de4):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x6ef9):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x6f6c):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x6f88):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7363):gmcmds.cpp: undefined reference to `CWorldServer::SendSysMsg(CPlayer*, std::string)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7474):gmcmds.cpp: undefined reference to `CWorldServer::SendSysMsg(CPlayer*, std::string)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7585):gmcmds.cpp: undefined reference to `CWorldServer::SendSysMsg(CPlayer*, std::string)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7696):gmcmds.cpp: undefined reference to `CWorldServer::SendSysMsg(CPlayer*, std::string)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x777b):gmcmds.cpp: undefined reference to `CWorldServer::SendSysMsg(CPlayer*, std::string)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x79f2):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7a82):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7bec):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7cc9):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7d58):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7d72):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7d8c):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7da6):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7dc0):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7dda):gmcmds.cpp: more undefined references to `CWorldServer::SendPM(CPlayer*, char*)' follow
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7eac):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x7fc5):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x809d):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8175):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x81ce):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x833d):gmcmds.cpp: undefined reference to `CWorldServer::SendToAll(CPacket*)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8395):gmcmds.cpp: undefined reference to `CWorldServer::RandInCircle(fPoint, float)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x83fd):gmcmds.cpp: undefined reference to `CMap::AddMonster(unsigned int, fPoint, unsigned int, CMDrops*, CMDrops*, unsigned int, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8459):gmcmds.cpp: undefined reference to `CMap::TeleportPlayer(CPlayer*, fPoint, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x847f):gmcmds.cpp: undefined reference to `CWorldServer::GetClientByCharName(char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8567):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x860c):gmcmds.cpp: undefined reference to `CPlayer::GetNewItemSlot(CItem)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8687):gmcmds.cpp: undefined reference to `CPlayer::UpdateInventory(unsigned int, unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x875b):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x87cf):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8860):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8906):gmcmds.cpp: undefined reference to `CPlayer::GetNewItemSlot(CItem)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8981):gmcmds.cpp: undefined reference to `CPlayer::UpdateInventory(unsigned int, unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8a3f):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8ab3):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8b44):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8b6b):gmcmds.cpp: undefined reference to `CWorldServer::GetClientByCharName(char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8c14):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8c62):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8ca1):gmcmds.cpp: undefined reference to `CWorldServer::GetClientByCharName(char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8cf1):gmcmds.cpp: undefined reference to `CDatabase::QExecute(char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8d82):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8dd0):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8e10):gmcmds.cpp: undefined reference to `CWorldServer::GetClientByCharName(char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8ea8):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8f2a):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x8f7c):gmcmds.cpp: undefined reference to `CWorldServer::GetNewClientID()'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x901e):gmcmds.cpp: undefined reference to `CMap::AddDrop(CDrop*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x9092):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x90cc):gmcmds.cpp: undefined reference to `CWorldServer::GetClientByCharName(char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x9424):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x947f):gmcmds.cpp: undefined reference to `CWorldServer::SendToVisible(CPacket*, CPlayer*, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x948a):gmcmds.cpp: undefined reference to `CPlayer::SetStats()'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x953b):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x9572):gmcmds.cpp: undefined reference to `CWorldServer::GetNPCDataByID(unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x95d4):gmcmds.cpp: undefined reference to `CWorldServer::SendSysMsg(CPlayer*, std::string)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x9742):gmcmds.cpp: undefined reference to `CWorldServer::RandInPoly(fPoint*, int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x979c):gmcmds.cpp: undefined reference to `CMap::AddMonster(unsigned int, fPoint, unsigned int, CMDrops*, CMDrops*, unsigned int, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x9835):gmcmds.cpp: undefined reference to `CWorldServer::GetClientByCharName(char*)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x9883):gmcmds.cpp: undefined reference to `CMap::TeleportPlayer(CPlayer*, fPoint, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x98d4):gmcmds.cpp: undefined reference to `CWorldServer::SendSysMsg(CPlayer*, std::string)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x99df):gmcmds.cpp: undefined reference to `CWorldServer::GetClientByCharName(char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x9a2f):gmcmds.cpp: undefined reference to `CMap::TeleportPlayer(CPlayer*, fPoint, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x9a80):gmcmds.cpp: undefined reference to `CWorldServer::SendSysMsg(CPlayer*, std::string)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x9b8b):gmcmds.cpp: undefined reference to `CWorldServer::GetClientByCharName(char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x9be1):gmcmds.cpp: undefined reference to `CMap::TeleportPlayer(CPlayer*, fPoint, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x9c32):gmcmds.cpp: undefined reference to `CWorldServer::SendSysMsg(CPlayer*, std::string)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x9d0b):gmcmds.cpp: undefined reference to `CWorldServer::GetClientByCharName(char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0x9f90):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa066):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa133):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa259):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa2ef):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa315):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa3b3):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa3d4):gmcmds.cpp: undefined reference to `CWorldServer::GetClientByCharName(char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa478):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa535):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa5f5):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa63a):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa657):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa67d):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa731):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa7d1):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa802):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa82d):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa878):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa89e):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa8c0):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa8e6):gmcmds.cpp: more undefined references to `GServer' follow
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa921):gmcmds.cpp: undefined reference to `CWorldServer::DoFairyStuff(CPlayer*, int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa92f):gmcmds.cpp: undefined reference to `CPlayer::SetStats()'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa9a3):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa9d5):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa9dd):gmcmds.cpp: undefined reference to `CWorldServer::DoFairyFree(int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xa9f2):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xaa06):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xaa42):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xaa4a):gmcmds.cpp: undefined reference to `CWorldServer::DoFairyStuff(CPlayer*, int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xaade):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xaaec):gmcmds.cpp: undefined reference to `CPlayer::SetStats()'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xab60):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xab6e):gmcmds.cpp: undefined reference to `CPlayer::SetStats()'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xabb6):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xabc6):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xac6b):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xac7f):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xac98):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xacb5):gmcmds.cpp: more undefined references to `GServer' follow
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xacbd):gmcmds.cpp: undefined reference to `CWorldServer::DoFairyFree(int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xaccc):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xace0):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xadb9):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xadd3):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xade8):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xae06):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xaea7):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xaec1):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xaf5b):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xaf75):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb00f):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb035):gmcmds.cpp: undefined reference to `CWorldServer::GetClientByCharName(char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb13b):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb194):gmcmds.cpp: undefined reference to `CWorldServer::GetNewClientID()'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb1ee):gmcmds.cpp: undefined reference to `CWorldServer::GetNPCDataByID(unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb237):gmcmds.cpp: undefined reference to `CMap::AddNPC(CNPC*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb2a4):gmcmds.cpp: undefined reference to `CWorldServer::GetClientByCharName(char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb302):gmcmds.cpp: undefined reference to `CPlayer::GetNewItemSlot(CItem)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb37d):gmcmds.cpp: undefined reference to `CPlayer::UpdateInventory(unsigned int, unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb40e):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb49f):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb535):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb61c):gmcmds.cpp: undefined reference to `CWorldServer::SendToVisible(CPacket*, CPlayer*, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb85d):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb868):gmcmds.cpp: undefined reference to `CPlayer::SetStats()'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb8ce):gmcmds.cpp: undefined reference to `CMap::GetFirstRespawn()'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xb927):gmcmds.cpp: undefined reference to `CWorldServer::SendSysMsg(CPlayer*, std::string)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xba0e):gmcmds.cpp: undefined reference to `CMap::TeleportPlayer(CPlayer*, fPoint, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xbadc):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xbbe6):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xbd16):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xbe58):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xc2f0):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xc343):gmcmds.cpp: undefined reference to `CWorldServer::GetMonsterByID(unsigned int, unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xc3a9):gmcmds.cpp: undefined reference to `CWorldServer::distance(fPoint, fPoint)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xc4ea):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xc60f):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xc73a):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xc868):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xc993):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xcabe):gmcmds.cpp: more undefined references to `CClientSocket::SendPacket(CPacket*)' follow
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xcdcd):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xce41):gmcmds.cpp: undefined reference to `Log(msg_type, char*, ...)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xce79):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xcf85):gmcmds.cpp: undefined reference to `CParty::SendToMembers(CPacket*, CPlayer*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xd01e):gmcmds.cpp: undefined reference to `CWorldServer::IsMonInCircle(CPlayer*, CMonster*, float)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xd10c):gmcmds.cpp: undefined reference to `CWorldServer::SendToVisible(CPacket*, CMonster*, CDrop*)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xd14a):gmcmds.cpp: undefined reference to `CMap::DeleteMonster(CMonster*, bool, unsigned int)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xd510):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xd5a0):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xd5ba):gmcmds.cpp: undefined reference to `CWorldServer::SendPM(CPlayer*, char*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xd66d):gmcmds.cpp: undefined reference to `CMap::TeleportPlayer(CPlayer*, fPoint, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xd88f):gmcmds.cpp: undefined reference to `CWorldServer::SendToVisible(CPacket*, CPlayer*, bool)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xd8b5):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xd94f):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xd969):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xda03):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xda37):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xdad1):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xdaf8):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xdb82):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xdb8a):gmcmds.cpp: undefined reference to `CWorldServer::distance(fPoint, fPoint)'

C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xdbb4):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xdbbc):gmcmds.cpp: undefined reference to `CWorldServer::IsVisible(CPlayer*, CMonster*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xdc63):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xdcfd):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xdd17):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xddb1):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xddcb):gmcmds.cpp: undefined reference to `GServer'
C:\DOCUME~1\Rocky\LOCALS~1\Temp/cc8ocaaa.o(.text+0xde65):gmcmds.cpp: undefined reference to `CClientSocket::SendPacket(CPacket*)'
C:\Dev-Cpp\lib/libmingw32.a(main.o)(.text+0x106):main.c: undefined reference to `WinMain@16'
collect2: ld returned 1 exit status

Execution terminated

Any ideas ive seen pepole posting the same problem i have tryed everything u guys have suggested iam lost iam not to sure what to do next also thanks for making this guide
 
The links are all invalid :[[[ Are there any updates anywhere else? Or perhaps a link to a site with more up to date posts?
 
srry i can already compile now.. i only have 1 question... i have the osirose files and i want the gm command /reborn in my rose so how do i put it into my rose becus i tryed it and then i get some errors. could someone explain me how to do this?
 
Re: [Updated] Source Compiling Guide

Akai - [OsRoseEvo] Source Compiling - RaGEZONE Forums


I don't get it.
 
Seems in the latest source v80,
There arent any .dev files...

Could somebody please provide them ?

Edit!!:
Found them in the binary folder..
Pretty sure thats not the root folder but ok..
 
Kay, I did everything, then I started rebuilding..

this happened..

#include "sockets.h" line turned red. this happens to every .dev file & I can't find a proper solution :/

Help please?
 
Hello Guys, i compiled the newest osRose Source from
the SVN Link with that Guide.

I can start Login and Char without Problems.
But at the World Server comes this....
Akai - [OsRoseEvo] Source Compiling - RaGEZONE Forums


Could someone help me? =(
 
Sorry I can't read the German messages so i have no idea what microsoft is complaining about.

the warning messages are normal. They are there to give debug information to server developers. In a more complete version they will be suppressed but for now we need these messages to get the server working properly.
 
I believe the Microsoft pop-up is saying 'Allow this program to access the internet' and 'Block this program from accessing the internet', or something along those lines...
 
It's something like "world server stopped working".

Anyway, the warnings "npc not found" aren't normal, what files did you use?
And it seems it crashed loading spawns, that's not normal too, my guess would be a bad install. Reinstall again, especially the database, in a NEW database.
 
Status
Not open for further replies.
Back