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

Kompilacja TFS Ubuntu 10.10 błąd z Libboost

Martin93

~WebDesign
Joined
Nov 11, 2008
Messages
194
Reaction score
0
Location
Poland
Kompiluje TFSa pod Ubuntu, ale ciągle mam problem z libboost.
checking for main in -lboost_thread-gcc-mt... no
checking for main in -lboost_thread-mt... no
checking for main in -lboost_thread... no
configure: error: "Linking against boost::thread library failed."

Gdy instaluje go zgodnie z poleceniami z readme wyświetla mi się błąd, że nie ma takich katalogów itp. Może mi ktoś powiedzieć jak zainstalowac ten libboost?
 
Teraz gdy wklepie
./autogen.sh && ./configure --enable-sqlite --enable-server-diag && ./build.sh
Kompiluje się, ale gdy zmieniam enable-sqlite na enable-mysql, to wywala mase błędów.

OMG. Raz się skompilowało i drugi raz już nie chce. W tym czasie nic nie zmieniałem...
martin@martin-laptop:~/trunk.r4120$ sudo ./build.sh
The Forgotten Server build script -
Using ccache
CCache binaries located in /usr/lib/ccache

Start building on 2 cores, using 3 processes

make all-am
make[1]: Wejście do katalogu `/home/martin/.local/share/Trash/files/trunk.r4120'
make[1]: Opuszczenie katalogu `/home/martin/.local/share/Trash/files/trunk.r4120'
 
Dobra, mój błąd. Kompilowało się w katalogu /home/martin/.local/share/Trash/files/trunk.r4120

@edit

Jednak jest tylko sql... Jak skompilować pod mysql?
 
najpierw wyczyść pliki kompilatora

Code:
make clean

Code:
./autogen.sh && ./configure --enable-mysql --enable-server-diag && ./build.sh
 
Back
Top