• 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 otx 3 path 77

Diarreamental

Banned User
Joined
Jul 6, 2015
Messages
463
Solutions
1
Reaction score
85
hello guys

im trying to compile this server on lin

im having some errors while compiling , someone could help me?
LUA:
[ 64%] Building CXX object CMakeFiles/tfs.dir/src/player.cpp.o
/home/772/src/player.cpp: In destructor ‘virtual Player::~Player()’:
/home/772/src/player.cpp:66:14: error: ‘class DepotLocker’ has no member named ‘removeInbox’
   it.second->removeInbox(inbox);
              ^
/home/772/src/player.cpp: In member function ‘uint32_t Player::checkPlayerKilling()’:
/home/772/src/player.cpp:2962:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if (lastDay >= g_config.getNumber(ConfigManager::KILLS_DAY_RED_SKULL) ||
              ^
/home/772/src/player.cpp:2963:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   lastWeek >= g_config.getNumber(ConfigManager::KILLS_WEEK_RED_SKULL) ||
            ^
/home/772/src/player.cpp:2964:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   lastMonth >= g_config.getNumber(ConfigManager::KILLS_MONTH_RED_SKULL)) {
             ^
/home/772/src/player.cpp:2968:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if (lastDay >= g_config.getNumber(ConfigManager::KILLS_DAY_BANISHMENT) ||
              ^
/home/772/src/player.cpp:2969:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   lastWeek >= g_config.getNumber(ConfigManager::KILLS_WEEK_BANISHMENT) ||
            ^
/home/772/src/player.cpp:2970:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   lastMonth >= g_config.getNumber(ConfigManager::KILLS_MONTH_BANISHMENT)) {
             ^
[ 65%] Building CXX object CMakeFiles/tfs.dir/src/position.cpp.o
[ 67%] Building CXX object CMakeFiles/tfs.dir/src/protocol.cpp.o
CMakeFiles/tfs.dir/build.make:1201: recipe for target 'CMakeFiles/tfs.dir/src/player.cpp.o' failed
make[2]: *** [CMakeFiles/tfs.dir/src/player.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/tfs.dir/all' failed
make[1]: *** [CMakeFiles/tfs.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
root@ubuntu-16:/home/772/build#
 
Back
Top