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

error in compilation

brTT

New Member
Joined
Jun 20, 2014
Messages
33
Reaction score
0
Compiler: Default compiler
Building Makefile: "C:\Users\Weverton\Downloads\TFS 2.0\Server Sources\dev-cpp\Makefile.win"
Executing make...
make.exe -f "C:\Users\Weverton\Downloads\TFS 2.0\Server Sources\dev-cpp\Makefile.win" all
g++.exe -c ../creatureevent.cpp -o obj//creatureevent.o -I"C:/Users/Weverton/Desktop/StiansRepackDev-Cpp_v2/Stian's Repack Dev-Cpp v2/include/c++" -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -fexpensive-optimizations -O1

In file included from ../creatureevent.h:20,
from ../creatureevent.cpp:22:
../enums.h:55: error: expected unqualified-id before '/' token

In file included from ../creatureevent.h:20,
from ../creatureevent.cpp:22:
../enums.h:358:7: warning: no newline at end of file
In file included from ../items.h:23,
from ../item.h:28,
from ../tile.h:23,
from ../creatureevent.h:23,
from ../creatureevent.cpp:22:
../const.h:731:7: warning: no newline at end of file
In file included from ../raids.h:28,
from ../item.h:29,
from ../tile.h:23,
from ../creatureevent.h:23,
from ../creatureevent.cpp:22:
../tools.h:139:7: warning: no newline at end of file
In file included from ../creature.h:29,
from ../player.h:24,
from ../creatureevent.cpp:23:
../condition.h:377:7: warning: no newline at end of file
../creatureevent.cpp: In member function `uint32_t CreatureEvent::executeExtendedOpcode(Creature*, uint8_t, const std::string&)':
../creatureevent.cpp:1928: error: `end' was not declared in this scope
../creatureevent.cpp:1928: error: expected `;' before '}' token

../creatureevent.cpp:1929:2: warning: no newline at end of file

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

Execution terminated


this error occurs when compiling TFS 0.3.6 + opcode
 
Last edited:
Back
Top