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

Problem z kompilacją.

Ynthiln

New Member
Joined
May 3, 2010
Messages
2
Reaction score
0
Witam wszystkich :)
Mam następujący problem:
Code:
mailbox.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()'
map.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()'
monster.o: In function `__static_initialization_and_destruction_0':
/usr/include/boost/system/error_code.hpp:205: undefined reference to `boost::system::get_posix_category()'
monster.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 `/var/www/0.3.6pl1'
make: *** [all] Błąd 2

Wersja boostów to 1.42. Silnik - TFS 0.3.6pl1. System - Debian 5.0

Jakieś solucje? :)

Pozdrawiam serdecznie.
 
Nie wiem czy ci to pomoze ale zawsze mozesz sprobowac

Code:
./debianfix.sh
 
wgraj boost asio z tutoriala (a jak nie to przejdź na innego libboosta, nie pamiętam dokładnie jak to było)
 
Back
Top