• 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 7.6 Kentana compile

Zolax

New Member
Joined
Feb 16, 2011
Messages
97
Reaction score
1
Hello I'm trying to compile Kentana 3.0 on Windows 7 and I get this error:
Code:
Compiler: Default compiler
Building Makefile: "C:\Users\Admin\Desktop\kentana\Makefile.win"
Executing make...
make.exe -f "C:\Users\Admin\Desktop\kentana\Makefile.win" all
g++.exe -c Pliki/actions.cpp -o Pliki/actions.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" -I"C:/Dev-Cpp/others/Boost_1.33/boost" -I"C:/Dev-Cpp/others/lua50/include" -D__EXCEPTION_TRACER__ -D__USE_MYSQL__ -D__USE_SQLITE__ HUCZU_LOOT_INFO HUCZU_EXHAUSTED HUCZU_BAN_SYSTEM HUCZU_RRV HUCZU_SERVER_LOG HUCZU_PARCEL_SYSTEM HUCZU_STAGE_EXP HUCZU_PAY_SYSTEM HUCZU_RECORD HUCZU_PVP HUCZU_SKULLS HUCZU_FOLLOW __MIZIAK_SUPERMANAS__ __MIZIAK_CREATURESCRIPTS__ __MIZIAK_TALKACTIONS__ __MIZIAK_TASKS__ YUR_CVS_MODS YUR_LOGIN_QUEUE YUR_BOH YUR_PVP_ARENA YUR_RINGS_AMULETS YUR_HIGH_LEVELS YUR_PREMIUM_PROMOTION _NG_BBK_SPAMSPELL__ __KIRO_AKT__ TLM_HOUSE_SYSTEM TRS_GM_INVISIBLE CVS_DAY_CYCLE FIXY TR_SUMMONS

In file included from Pliki/player.h:6,
from Pliki/actions.cpp:7:
Pliki/creature.h: In member function `virtual int32_t Creature::getImmunities() const':
Pliki/creature.h:168: error: 'class LuaScript' has no member named 'ACCESS_PROTECT'

Pliki/creature.h: In member function `void Creature::setNormalSpeed()':
Pliki/creature.h:277: error: 'class LuaScript' has no member named 'ACCESS_PROTECT'
Pliki/creature.h: In member function `int32_t Creature::getNormalSpeed()':
Pliki/creature.h:287: error: 'class LuaScript' has no member named 'ACCESS_PROTECT'

In file included from Pliki/tile.h:10,
from Pliki/map.h:14,
from Pliki/player.h:13,
from Pliki/actions.cpp:7:
Pliki/scheduler.h:5:30: boost/function.hpp: No such file or directory
Pliki/scheduler.h:6:26: boost/bind.hpp: No such file or directory
In file included from Pliki/tile.h:10,
from Pliki/map.h:14,
from Pliki/player.h:13,
from Pliki/actions.cpp:7:
Pliki/scheduler.h: At global scope:
Pliki/scheduler.h:58: error: `boost' has not been declared
Pliki/scheduler.h:58: error: expected `)' before '<' token
Pliki/scheduler.h:70: error: `boost' has not been declared
Pliki/scheduler.h:70: error: ISO C++ forbids declaration of `function1' with no type
Pliki/scheduler.h:70: error: expected `;' before '<' token
Pliki/scheduler.h: In member function `virtual void TSchedulerTask::operator()(Game*)':
Pliki/scheduler.h:64: error: `_f' undeclared (first use this function)

Pliki/scheduler.h:64: error: (Each undeclared identifier is reported only once for each function it appears in.)

Pliki/scheduler.h: At global scope:
Pliki/scheduler.h:73: error: `boost' has not been declared
Pliki/scheduler.h:73: error: `function1' was not declared in this scope
Pliki/scheduler.h:73: error: expected primary-expression before "void"
Pliki/scheduler.h:73: error: expected primary-expression before '*' token
Pliki/scheduler.h:73: error: expected primary-expression before '>' token
Pliki/scheduler.h:73: error: `f' was not declared in this scope
Pliki/scheduler.h:73: error: initializer expression list treated as compound expression
Pliki/scheduler.h:74: error: `boost' has not been declared
Pliki/scheduler.h:74: error: `function1' has not been declared
Pliki/scheduler.h:74: error: expected `,' or `...' before '<' token
Pliki/scheduler.h:74: error: ISO C++ forbids declaration of `parameter' with no type
Pliki/scheduler.h:74: error: `SchedulerTask* makeTask(long long int, int)' redeclared as different kind of symbol
Pliki/scheduler.h:73: error: previous declaration of `SchedulerTask*makeTask'
Pliki/scheduler.h:73: error: previous non-function declaration `SchedulerTask*makeTask'
Pliki/scheduler.h:74: error: conflicts with function declaration `SchedulerTask* makeTask(long long int, int)'

In file included from Pliki/actions.cpp:7:
Pliki/player.h:505: error: `rights_t' does not name a type
Pliki/player.h:507: error: `rights_t' has not been declared
Pliki/player.h:507: error: ISO C++ forbids declaration of `rights' with no type

Pliki/player.h: In member function `double Player::getCapacity() const':
Pliki/player.h:318: error: 'class LuaScript' has no member named 'ACCESS_PROTECT'
Pliki/player.h: In member function `virtual exp_t Player::getLostExperience()':
Pliki/player.h:331: error: 'class LuaScript' has no member named 'DIE_PERCENT_EXP'
Pliki/player.h: In member function `double Player::getFreeCapacity() const':

Pliki/player.h:336: error: 'class LuaScript' has no member named 'ACCESS_PROTECT'

Pliki/player.h: In member function `virtual bool Player::isAttackable() const':
Pliki/player.h:426: error: 'class LuaScript' has no member named 'ACCESS_PROTECT'

In file included from Pliki/monster.h:6,
from Pliki/actions.cpp:8:
Pliki/game.h: At global scope:
Pliki/game.h:589: error: `boost' has not been declared

Pliki/game.h:589: error: expected `)' before '<' token
Pliki/game.h:613: error: `boost' has not been declared

Pliki/game.h:613: error: ISO C++ forbids declaration of `function' with no type
Pliki/game.h:613: error: expected `;' before '<' token
Pliki/game.h:614: error: `boost' has not been declared
Pliki/game.h:614: error: ISO C++ forbids declaration of `function' with no type
Pliki/game.h:614: error: expected `;' before '<' token
Pliki/game.h: In member function `void TCallList<ArgType>::operator()(Game*)':
Pliki/game.h:596: error: there are no arguments to `_f2' that depend on a template parameter, so a declaration of `_f2' must be available
Pliki/game.h:596: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)

Pliki/game.h:602: error: `_f1' undeclared (first use this function)
Pliki/game.h:602: error: `_f2' undeclared (first use this function)
Pliki/game.h: At global scope:
Pliki/game.h:620: error: `boost' has not been declared
Pliki/game.h:620: error: `function' has not been declared
Pliki/game.h:620: error: expected `,' or `...' before '<' token
Pliki/game.h:621: error: ISO C++ forbids declaration of `parameter' with no type

Pliki/game.h:621: error: `template<class ArgType> SchedulerTask* makeTask(long long int, int)' redeclared as different kind of symbol
Pliki/scheduler.h:73: error: previous declaration of `SchedulerTask*makeTask'
Pliki/scheduler.h:73: error: previous non-function declaration `SchedulerTask*makeTask'
Pliki/game.h:621: error: conflicts with function declaration `template<class ArgType> SchedulerTask* makeTask(long long int, int)'
Pliki/game.h: In function `SchedulerTask* makeTask(long long int, int)':
Pliki/game.h:622: error: `f1' undeclared (first use this function)
Pliki/game.h:622: error: `f2' undeclared (first use this function)
Pliki/game.h:622: error: `call_list' undeclared (first use this function)

Pliki/game.h:622: error: `interval' undeclared (first use this function)

g++.exe: HUCZU_LOOT_INFO: No such file or directory
g++.exe: HUCZU_EXHAUSTED: No such file or directory
g++.exe: HUCZU_BAN_SYSTEM: No such file or directory

g++.exe: HUCZU_RRV: No such file or directory
g++.exe: HUCZU_SERVER_LOG: No such file or directory
g++.exe: HUCZU_PARCEL_SYSTEM: No such file or directory
g++.exe: HUCZU_STAGE_EXP: No such file or directory
g++.exe: HUCZU_PAY_SYSTEM: No such file or directory
g++.exe: HUCZU_RECORD: No such file or directory
g++.exe: HUCZU_PVP: No such file or directory
g++.exe: HUCZU_SKULLS: No such file or directory
g++.exe: HUCZU_FOLLOW: No such file or directory
g++.exe: __MIZIAK_SUPERMANAS__: No such file or directory
g++.exe: __MIZIAK_CREATURESCRIPTS__: No such file or directory
g++.exe: __MIZIAK_TALKACTIONS__: No such file or directory
g++.exe: __MIZIAK_TASKS__: No such file or directory
g++.exe: YUR_CVS_MODS: No such file or directory
g++.exe: YUR_LOGIN_QUEUE: No such file or directory
g++.exe: YUR_BOH: No such file or directory
g++.exe: YUR_PVP_ARENA: No such file or directory
g++.exe: YUR_RINGS_AMULETS: No such file or directory
g++.exe: YUR_HIGH_LEVELS: No such file or directory
g++.exe: YUR_PREMIUM_PROMOTION: No such file or directory
g++.exe: _NG_BBK_SPAMSPELL__: No such file or directory
g++.exe: __KIRO_AKT__: No such file or directory
g++.exe: TLM_HOUSE_SYSTEM: No such file or directory
g++.exe: TRS_GM_INVISIBLE: No such file or directory

g++.exe: CVS_DAY_CYCLE: No such file or directory
g++.exe: FIXY: No such file or directory
g++.exe: TR_SUMMONS: No such file or directory

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

Execution terminated


Tell me what's wrong with sources or my dev cpp.
 
Back
Top