• 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 How to make your server support clients 8.54 to 8.57! Pictures included!

Does my server TFS file need to be renamed to TheForgottenServer? And is it just ctrl+f9 i dont need to put the source files in my server map or i just need to ctrl+f9?
 
Compilador: Default compiler
Building Makefile: "C:\Documents and Settings\Administrador\Escritorio\0.3.6pl1.r92\dev-cpp\Makefile.win"
Ejecutando make...
make.exe -f "C:\Documents and Settings\Administrador\Escritorio\0.3.6pl1.r92\dev-cpp\Makefile.win" all
g++.exe -c ../actions.cpp -o obj//actions.o -I"include" -I"C:/Dev-Cpp/lib" -I"C:/Dev-Cpp/include" -I"C:/Dev-Cpp/boost_1_34_1" -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -fexpensive-optimizations -O1

In file included from ../luascript.h:29,
from ../baseevents.h:22,
from ../actions.h:20,
from ../actions.cpp:20:
../database.h: In constructor `DBQuery::DBQuery()':
../database.h:255: error: 'class boost::recursive_mutex' has no member named 'lock'

../database.h: In destructor `virtual DBQuery::~DBQuery()':
../database.h:256: error: 'class boost::recursive_mutex' has no member named 'unlock'

In file included from ../baseevents.h:22,
from ../actions.h:20,
from ../actions.cpp:20:
../luascript.h: At global scope:
../luascript.h:641: error: `luaL_Reg' does not name a type
../luascript.h:650: error: `luaL_Reg' does not name a type
../luascript.h:658: error: `luaL_Reg' does not name a type
../luascript.h:672: error: `luaL_Reg' does not name a type

In file included from ../scheduler.h:22,
from ../game.h:24,
from ../actions.cpp:30:
../tasks.h:46: error: using-declaration for non-member at class scope

../tasks.h:46: error: expected `;' before "m_expiration"

../tasks.h: In constructor `Task::Task(const boost::function<void ()(), std::allocator<void> >&)':
../tasks.h:28: error: class `Task' does not have any field named `m_expiration'

../tasks.h: In constructor `Task::Task(uint32_t, const boost::function<void ()(), std::allocator<void> >&)':
../tasks.h:30: error: class `Task' does not have any field named `m_expiration'
../tasks.h:31: error: `get_system_time' is not a member of `boost'

../tasks.h: In member function `void Task::unsetExpiration()':

../tasks.h:36: error: `m_expiration' was not declared in this scope
../tasks.h: In member function `bool Task::hasExpired() const':
../tasks.h:39: error: `m_expiration' was not declared in this scope
../tasks.h:42: error: `m_expiration' was not declared in this scope

../tasks.h:42: error: `get_system_time' is not a member of `boost'
../tasks.h: At global scope:
../tasks.h:88: error: using-declaration for non-member at class scope
../tasks.h:88: error: expected `;' before "m_taskSignal"

In file included from ../game.h:24,
from ../actions.cpp:30:
../scheduler.h:33: error: using-declaration for non-member at class scope
../scheduler.h:33: error: expected `;' before "getCycle"
../scheduler.h:34: error: expected `;' before "bool"

../scheduler.h: In member function `bool SchedulerTask::eek:perator<(const SchedulerTask&) const':
../scheduler.h:34: error: `getCycle' was not declared in this scope
../scheduler.h:34: error: 'const class SchedulerTask' has no member named 'getCycle'

../scheduler.h: At global scope:
../scheduler.h:91: error: using-declaration for non-member at class scope
../scheduler.h:91: error: expected `;' before "m_eventSignal"

In file included from C:/Documents and Settings/Administrador/Escritorio/Stian's Repack Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/boost/unordered_set.hpp:16,
from C:/Documents and Settings/Administrador/Escritorio/Stian's Repack Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/boost/tr1/unordered_set.hpp:21,

from ../house.h:23,
from ../actions.cpp:36:

C:/Documents and Settings/Administrador/Escritorio/Stian's Repack Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/boost/unordered/unordered_set.hpp:137: error: expected `)' before '<' token
C:/Documents and Settings/Administrador/Escritorio/Stian's Repack Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/boost/unordered/unordered_set.hpp:146: error: declaration of `operator=' as non-function
C:/Documents and Settings/Administrador/Escritorio/Stian's Repack Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/boost/unordered/unordered_set.hpp:146: error: expected `;' before '(' token
C:/Documents and Settings/Administrador/Escritorio/Stian's Repack Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/boost/unordered/unordered_set.hpp:154: error: expected `;' before "private"
C:/Documents and Settings/Administrador/Escritorio/Stian's Repack Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/boost/unordered/unordered_set.hpp:515: error: expected `)' before '<' token
C:/Documents and Settings/Administrador/Escritorio/Stian's Repack Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/boost/unordered/unordered_set.hpp:524: error: declaration of `operator=' as non-function
C:/Documents and Settings/Administrador/Escritorio/Stian's Repack Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/boost/unordered/unordered_set.hpp:524: error: expected `;' before '(' token
C:/Documents and Settings/Administrador/Escritorio/Stian's Repack Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/boost/unordered/unordered_set.hpp:532: error: expected `;' before "private"

make.exe: *** [obj//actions.o] Error 1

Ejecución Terminada
 
It compiles fine, but it does not work, just keeps saying 'blah blah only 8.54'
 
Yes sir, 100%, first time I tried, it compiled fine but then crashed onlogin, but the second time I kept getting 8.54 error.
 
Back
Top