• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Windows Error compiling source trunk.r3884

samuel157

Intermediate OT User
Joined
Mar 19, 2010
Messages
616
Solutions
4
Reaction score
122
Location
São Paulo, Brazil
GitHub
Samuel10M
Compilador: Default compiler
Building Makefile: "D:\Projetos akiii\aikal\recoucer\dev-cpp\Makefile.win"
Executando make...
make.exe -f "D:\Projetos akiii\aikal\recoucer\dev-cpp\Makefile.win" all
g++.exe -c ../actions.cpp -o obj//actions.o -I"D:/Criação de teste/2D/Stian's Repack Dev-Cpp/include" -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__CONSOLE__ -fexpensive-optimizations -O1

In file included from ../database.h:22,
from ../luascript.h:29,
from ../baseevents.h:22,
from ../actions.h:20,
from ../actions.cpp:20:

../enums.h:52: error: expected `}' before "CLIENTOS_OTCLIENT_LINUX"
../enums.h:52: error: invalid conversion from `int' to `OperatingSystem_t'
../enums.h:53: error: invalid conversion from `int' to `OperatingSystem_t'
../enums.h:54: error: invalid conversion from `int' to `OperatingSystem_t'
../enums.h:55: error: expected unqualified-id before '}' token
../enums.h:55: error: expected declaration before '}' token

In file included from ../database.h:22,
from ../luascript.h:29,
from ../baseevents.h:22,
from ../actions.h:20,
from ../actions.cpp:20:

../enums.h:18:1: unterminated #ifndef
In file included from ../luascript.h:29,
from ../baseevents.h:22,
from ../actions.h:20,
from ../actions.cpp:20:
../database.h:18:1: unterminated #ifndef
In file included from ../baseevents.h:22,
from ../actions.h:20,
from ../actions.cpp:20:
../luascript.h:18:1: unterminated #ifndef

In file included from ../actions.h:20,
from ../actions.cpp:20:
../baseevents.h:18:1: unterminated #ifndef
In file included from ../actions.cpp:20:
../actions.h:18:1: unterminated #ifndef

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