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

[Ubuntu]Error in compilation.

Monter

New Member
Joined
May 8, 2011
Messages
16
Reaction score
0
Location
Poland
Hi,
As it always pops up an error when compiling hate to do this, so as a last hope you have been you.
Thus, the problem is as follows.
Code:
mv -f .deps/vocation.Tpo .deps/vocation.Po
g++ -I/usr/include/libxml2  -I/usr/include/lua5.1   -O2 -fomit-frame-pointer -D__USE_MYSQL__ -D__USE_SQLITE__   -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -pipe   -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 databasesqlite.o  depot.o dispatcher.o exception.o fileloader.o game.o  globalevent.o group.o house.o housetile.o ioban.o ioguild.o iologindata.o iomap.o iomapserialize.o item.o itemattributes.o items.o luascript.o mailbox.o manager.o map.o monster.o monsters.o movement.o networkmessage.o npc.o otserv.o outfit.o outputmessage.o party.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 spawn.o spells.o status.o talkaction.o teleport.o textlogger.o thing.o tile.o tools.o trashholder.o waitlist.o weapons.o vocation.o -llua5.1   -lsqlite3 -lmysqlclient -lcryptopp -lboost_filesystem -lboost_date_time-mt -lboost_system -lboost_regex -lboost_thread-mt -lz -lgmp  -lxml2
make[1]: Opuszczenie katalogu `/home/ots/trunk.r3777'

As you can see the error did not even see what surprised me the most.
When you enter the next. / build.sh
Code:
TheForgottenServer build script- seems to speed things up ALOT.
CCache: OK
CCache binaries located in /usr/lib/ccache
Building on 1 cores, using 2 processes
make  all-am
make[1]: Wejście do katalogu `/home/ots/trunk.r3777'
make[1]: Opuszczenie katalogu `/home/ots/trunk.r3777'
Thanks in advance, Regards.
 
Back
Top