• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Error

tatu hunter

Insane Mind~
Joined
Jun 6, 2007
Messages
354
Reaction score
23
Location
Itaporã, Brazil
Compilador: Default compiler
Building Makefile: "C:\Documents and Settings\Administrador\Desktop\theforgottenserver-r687-src\src\Makefile.win"
Executando make...
make.exe -f "C:\Documents and Settings\Administrador\Desktop\theforgottenserver-r687-src\src\Makefile.win" all
g++.exe -c status.cpp -o status.o -I"include" -I"C:/Dev-Cpp/include" -D__CONSOLE__ -D__USE_MYSQL__ -D__EXCEPTION_TRACER__ -D__ONECREATURE_EVENT_

status.cpp: In member function `virtual void ProtocolStatus::onRecvFirstMessage(NetworkMessage&)':
status.cpp:127: error: `instance' is not a member of `Status'

status.cpp: In member function `void Status::getInfo(uint32_t, OutputMessage*, NetworkMessage&) const':
status.cpp:289: error: `m_playersonline' was not declared in this scope

make.exe: *** [status.o] Error 1

Execução terminada
I'm getting this error with rev 726 trunk/tags
=]
 
Last edited:
I've commited (another) fix.
I am HONESTLY sorry to everyone for these errors today, but my notebook is dead and I am working on slow computer where compilation would take about 20-30 or even more minutes.
 
Thx for the commit, but now this issue:

tile.cpp: In member function `virtual void Tile::postAddNotification(Thing*, int32_t, cylinderlink_t)':
tile.cpp:1134: error: `trashHolder' was not declared in this scope
thx, i'll help ya send the compiling errors
 
Back
Top