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

Search results

  1. Turul

    Compiling I'm having trouble compiling TFS

    I just got the source from github, and I'm having trouble getting it TFS to compile. [ 1%] Building CXX object CMakeFiles/tfs.dir/src/actions.cpp.o In file included from /usr/lib/gcc/i686-pc-cygwin/4.8.2/include/c++/cctype:42:0, from...
  2. Turul

    Compiling OpenTibia errors

    I've posted my issues trying to compile OpenTibia before, but I'm no longer so stupid as to use a compiler without C++11 support. This time, everything is installed properly, but OpenTibia still won't compile. gcc is 4.8.2 Lua is 5.1.5 $ make [ 1%] Building CXX object...
  3. Turul

    Compiling Trying to compile OpenTibia

    I'm getting the following: [ 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...
  4. Turul

    Compiling Missing header in source

    Since MinGW was giving me more trouble than it was worth, I resolved to use Cygwin. After a fun little trip through dependency hell, I have the following issue when compiling the latest source from https://github.com/opentibia/server/ /home/$USER/OTServ/src/actor.cpp:20:19: fatal error...
Back
Top