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

tfs 3.5.0

beliar34

Member
Joined
Feb 28, 2012
Messages
307
Solutions
7
Reaction score
11
I have problem with my source !! when i compiling my server i have that mistake :
Code:
make  all-am
make[1]: Entering directory `/var/BLWRO'
g++ -I/usr/include/libxml2  -I/usr/include/lua5.1    -D__USE_MYSQL__    -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1  -o theforgottenserver actions.o  allocator.o baseevents.o beds.o chat.o combat.o condition.o configmanager.o connection.o container.o creature.o creatureevent.o cylinder.o database.o databasemanager.o databasemysql.o    depot.o exception.o fileloader.o game.o  globalevent.o group.o gui.o house.o housetile.o inputbox.o ioban.o ioguild.o iologindata.o iomap.o iomapserialize.o item.o items.o luascript.o mailbox.o map.o md5.o monster.o monsters.o movement.o networkmessage.o npc.o otserv.o outfit.o outputmessage.o party.o playerbox.o player.o position.o protocol.o protocolgame.o protocolhttp.o protocollogin.o protocolold.o quests.o raids.o rsa.o scheduler.o scriptmanager.o server.o sha1.o spawn.o spells.o status.o talkaction.o tasks.o teleport.o textlogger.o thing.o tile.o tools.o trashholder.o waitlist.o weapons.o vocation.o -llua5.1  -lmysqlclient -lboost_filesystem-mt -lboost_date_time-mt -lboost_system-mt -lboost_regex-mt -lgmp  -lxml2
/usr/bin/ld: connection.o: undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
/lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [theforgottenserver] Error 1
make[1]: Leaving directory `/var/BLWRO'
make: *** [all] Error 2
root@vz14128:/var/BLWRO# ^C
root@vz14128:/var/BLWRO# ^C
root@vz14128:/var/BLWRO#

System : Debian 7.0 64 bit's
 
now i have this : "
Code:
talkaction.cpp: In static member function 'static bool TalkAction::diagnostics(Creature*, const string&, const string&)':
talkaction.cpp:1117:22: error: 'BOOST_ASIO_VERSION' was not declared in this scope
  text << "ASIO: " << BOOST_ASIO_VERSION << std::endl;
                      ^
make[1]: *** [talkaction.o] Error 1
"
 
i follow tutorial step by step and nothing ... i reinstal my debian 10 times ant try again and again and again and always have some errors
 
Back
Top