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

Linux TFS 0.4 rev 4267 error on compile

RaikND

facebook.xenoria.org
Joined
May 12, 2010
Messages
942
Reaction score
10
Location
Spain
Error using Debian 6.0 lenny, TFS 0.4 rev 4267
Code:
root@capernia:/home/trunk.r4267# ./build.sh
The Forgotten Server build script -
Using ccache
CCache binaries located in /usr/lib/ccache

Start building on 8 cores, using 9 processes

make  all-am
make[1]: Entering directory `/home/trunk.r4267'
  CXX    actions.o
  CXX    baseevents.o
  CXX    beds.o
  CXX    chat.o
  CXX    combat.o
  CXX    allocator.o
  CXX    condition.o
  CXX    configmanager.o
  CXX    connection.o
  CXX    container.o
  CXX    creature.o
  CXX    creatureevent.o
  CXX    cylinder.o
  CXX    database.o
  CXX    databasemanager.o
  CXX    databasemysql.o
  CXX    depot.o
  CXX    dispatcher.o
  CXX    exception.o
  CXX    fileloader.o
  CXX    game.o
  CXX    globalevent.o
  CXX    group.o
  CXX    house.o
  CXX    housetile.o
  CXX    ioban.o
  CXX    ioguild.o
  CXX    iologindata.o
  CXX    iomap.o
  CXX    iomapserialize.o
  CXX    item.o
  CXX    itemattributes.o
  CXX    items.o
  CXX    luascript.o
  CXX    mailbox.o
  CXX    manager.o
  CXX    map.o
  CXX    monster.o
  CXX    monsters.o
  CXX    mounts.o
  CXX    movement.o
  CXX    networkmessage.o
  CXX    npc.o
  CXX    otserv.o
  CXX    outfit.o
  CXX    outputmessage.o
  CXX    party.o
  CXX    player.o
  CXX    position.o
  CXX    protocol.o
  CXX    protocolgame.o
  CXX    protocolhttp.o
  CXX    protocollogin.o
  CXX    protocolold.o
  CXX    quests.o
  CXX    raids.o
  CXX    scheduler.o
  CXX    scriptmanager.o
  CXX    server.o
  CXX    spawn.o
  CXX    spells.o
  CXX    status.o
  CXX    talkaction.o
  CXX    teleport.o
  CXX    textlogger.o
  CXX    thing.o
  CXX    tile.o
  CXX    tools.o
  CXX    trashholder.o
  CXX    waitlist.o
  CXX    weapons.o
  CXX    vocation.o
  CXXLD  theforgottenserver
make[1]: Leaving directory `/home/trunk.r4267'

how to solve it? i use libboost1.42, can be for this? thanks!
 
Back
Top