• 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

    Oh well. I'll give TFS a try.
  3. Turul

    Compiling OpenTibia errors

    It's not TFS. The code I'm trying to compile is straight from https://github.com/opentibia.
  4. 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...
  5. Turul

    Compiling Missing header in source

    http://otland.net/threads/trying-to-compile-opentibia.201969/#post-1941536 Derp. Apologies.
  6. Turul

    Compiling Trying to compile OpenTibia

    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.
  7. Turul

    Compiling Trying to compile OpenTibia

    :(
  8. 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...
  9. Turul

    Compiling Missing header in source

    Bump, yet again.
  10. Turul

    Compiling Missing header in source

    The original error is gone, thanks a lot! However, 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...
  11. Turul

    Compiling Missing header in source

    Well, bump.
  12. 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