• 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 0.3.6pl1 Debian 5

Meferot

New Member
Joined
Jan 28, 2008
Messages
57
Reaction score
1
Hello guys.
I can't compile TFS 0.3.6pl1
I can't found boost 1.38, but I download 1.40, but where I must unpack it?
I copy only folder boost to usr/include

when i compile i have this error:
actions.o: In function `__static_initialization_and_destruction_0':
/usr/include/boost/system/error_code.hpp:206: undefined reference to `boost::system::get_generic_category()'
/usr/include/boost/system/error_code.hpp:211: undefined reference to `boost::system::get_generic_category()'
/usr/include/boost/system/error_code.hpp:212: undefined reference to `boost::system::get_generic_category()'
baseevents.o: In function `__static_initialization_and_destruction_0':
/usr/include/boost/system/error_code.hpp:206: undefined reference to `boost::system::get_generic_category()'
/usr/include/boost/system/error_code.hpp:211: undefined reference to `boost::system::get_generic_category()'
baseevents.o:/usr/include/boost/system/error_code.hpp:212: more undefined references to `boost::system::get_generic_category()' follow
collect2: ld returned 1 exit status
make[1]: *** [theforgottenserver] Błąd 1
make[1]: Opuszczenie katalogu `/root/source'
make: *** [all] Błąd 2
 
Upgrade to debian testing. Just google it, i've already told folk three times how to do it in this forum.

Moderator mode: Move to support :p
 
I have update system with:

deb ftp://mir1.ovh.net/debian/ squeeze main contrib non-free
deb-src ftp://mir1.ovh.net/debian/ squeeze main contrib non-free

deb Debian -- Security Information squeeze/updates main contrib non-free
deb-src Debian -- Security Information squeeze/updates main contrib non-free

Letter I have downloaded:

apt-get install libboost-all-dev

And now I have:

actions.o: In function `__static_initialization_and_destruction_0':
/usr/include/boost/system/error_code.hpp:205: undefined reference to `boost::system::get_posix_category()'
/usr/include/boost/system/error_code.hpp:209: undefined reference to `boost::system::get_posix_category()'
baseevents.o: In function `__static_initialization_and_destruction_0':
/usr/include/boost/system/error_code.hpp:205: undefined reference to `boost::system::get_posix_category()'
/usr/include/boost/system/error_code.hpp:209: undefined reference to `boost::system::get_posix_category()'
beds.o: In function `__static_initialization_and_destruction_0':
/usr/include/boost/system/error_code.hpp:205: undefined reference to `boost::system::get_posix_category()'
beds.o:/usr/include/boost/system/error_code.hpp:209: more undefined references to `boost::system::get_posix_category()' follow
collect2: ld returned 1 exit status
make[1]: *** [theforgottenserver] Błąd 1
make[1]: Opuszczenie katalogu `/root/source'
make: *** [all] Błąd 2

It's amazing because yesterday I complied one version, working now.
But if I die corpse don\'t show
 
ok to update the repository for your debian:

Code:
deb	http://ftp2.de.debian.org/debian lenny main contrib non-free
deb	http://ftp2.de.debian.org/debian-security lenny/updates main contrib non-free

deb ftp://mir1.ovh.net/debian/ lenny main contrib non-free
deb-src ftp://mir1.ovh.net/debian/ lenny main contrib non-free

deb ftp://mir1.ovh.net/debian/ testing main contrib non-free
deb-src ftp://mir1.ovh.net/debian/ testing main contrib non-free


deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free

apt-get update
apt-get upgrade
 
I have full upgrade system ;/
Czytanie list pakietów... Gotowe
ks28735:~/source# apt-get upgrade
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Odczyt informacji o stanie... Gotowe
0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 0 nieaktualizowanych.
 
Did you remember to install libboost-system1-dev and what version do you have (i think it's called that in Debian)?
 
Ouch! These is m problem! Im using the oficial repositories for the Debian Lenny... >< because it i received the miss packge for libboost1.38-dev ...
 
Back
Top