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

Compiling Trying to compile OpenTibia

Turul

New Member
Joined
Sep 24, 2013
Messages
12
Reaction score
0
I'm getting the following:

Code:
[  1%] Building CXX object src/CMakeFiles/otserv.dir/actor.cpp.o
In file included from /home/Angelos/OpenTibia/OpenTibia/src/actor.cpp:29:0:
/home/user/OpenTibia/OpenTibia/src/configmanager.h:154:57: error: expected ‘,’ or ‘...’ before numeric constant
/home/user/OpenTibia/OpenTibia/src/configmanager.h:165:41: error: expected ‘,’ or ‘...’ before numeric constant
/home/user/OpenTibia/OpenTibia/src/configmanager.h:166:37: error: expected ‘,’ or ‘...’ before numeric constant
/home/user/OpenTibia/OpenTibia/src/configmanager.h:167:35: error: expected ‘,’ or ‘...’ before numeric constant
/home/user/OpenTibia/OpenTibia/src/configmanager.h:168:35: error: expected ‘,’ or ‘...’ before numeric constant
src/CMakeFiles/otserv.dir/build.make:57: recipe for target `src/CMakeFiles/otserv.dir/actor.cpp.o' failed
make[2]: *** [src/CMakeFiles/otserv.dir/actor.cpp.o] Error 1
CMakeFiles/Makefile2:78: recipe for target `src/CMakeFiles/otserv.dir/all' failed
make[1]: *** [src/CMakeFiles/otserv.dir/all] Error 2
Makefile:75: recipe for target `all' failed
make: *** [all] Error 2

I used CMake 2.8.9-2, if that information is any use.

Any help would be appreciated.
 
Well, I have, but I'll double-check. Thanks for the potential hint.

Edit: I'm the dumbest idiot of the month. The compiler I'm trying to use doesn't even support C++11. Derp.
 
Back
Top