• 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!

[9.1] The Forgotten Server v0.2.11pl2 (Mystic Spirit)

Status
Not open for further replies.

Mark

Administrator
Staff member
Administrator
Joined
May 27, 2007
Messages
6,390
Solutions
21
Reaction score
1,470

Attachments

  • theforgottenserver-v0.2.11pl2-win32console.7z
    1.7 MB · Views: 6,989 · VirusTotal
  • theforgottenserver-v0.2.11pl2-win32gui.7z
    1.7 MB · Views: 5,006 · VirusTotal
Last edited by a moderator:
Rox! We appreciate the time you've put into this stable engine!
 
i'm getting this error when i try to compile
Code:
make.exe -f "C:\Users\user\Desktop\Nova pasta\dev-cpp\Makefile.win" all
g++.exe -c ../actions.cpp -o obj//actions.o -I"C:/Users/user/Desktop/The Forgotten Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__   -fexpensive-optimizations -O1

g++.exe -c ../admin.cpp -o obj//admin.o -I"C:/Users/user/Desktop/The Forgotten Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__   -fexpensive-optimizations -O1

g++.exe -c ../allocator.cpp -o obj//allocator.o -I"C:/Users/user/Desktop/The Forgotten Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__   -fexpensive-optimizations -O1

g++.exe -c ../baseevents.cpp -o obj//baseevents.o -I"C:/Users/user/Desktop/The Forgotten Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__   -fexpensive-optimizations -O1

../baseevents.cpp: In member function `bool BaseEvents::loadFromXml()':
../baseevents.cpp:59: error: expected primary-expression before '<<' token

make.exe: *** [obj//baseevents.o] Error 1
 
i'm getting this error when i try to compile

Not sure but try replacing:
Code:
std::clog << "[Error - " << FUNCTION_INFO << "] Malformed " << scriptsName << " file."
	<< std::endl;

With:
Code:
std::clog << "[Error - " << FUNCTION_INFO << "] Malformed " << scriptsName << " file." << std::endl;
 
Status
Not open for further replies.
Back
Top