• 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

coolashe

New Member
Joined
Oct 4, 2007
Messages
57
Reaction score
1
Hi i was compiling the 0.2 tags and i got this error

Compiler: Default compiler
Building Makefile: "C:\Documents and Settings\Ashe\Skrivbord\SVN\tags\0.2\Makefile.win"
Executing make...
make.exe -f "C:\Documents and Settings\Ashe\Skrivbord\SVN\tags\0.2\Makefile.win" all
g++.exe -c commands.cpp -o commands.o -I"include" -D__USE_MYSQL__ -D__USE_SQLITE__

commands.cpp: In member function `bool Commands::whoIsOnline(Creature*, const std::string&, const std::string&)':
commands.cpp:963: error: `SHOW_GAMEMASTERS_ONLINE' is not a member of `ConfigManager'

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

Execution terminated


Anny idea why?
 
Back
Top