• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Dziwny błąd przy ostatniej komendzie "make"

Wojako

New Member
Joined
May 1, 2011
Messages
22
Reaction score
0
Witam was!

Od dawna robię serwer Pokemon, ale od tygodnia próbuje uporać się z przerzuceniem serwera na dedyk... wiecie lagi, mapa coraz wieksza, a ludzie się nie cierpliwą...
Robiłem jak kazali na róznych poradnikach najpierw source potem kompilacja a potem dzialanie w progranie np. PuTTy no i właśnie wchodzę w PuTTy i wpisuje zeby zalogować się na roota wszystko ok dziala potem pisze "cd /home/tibia" żeby przejść do katalogu głównego tez działa

i piszę:

./autogen.sh

wyskakuje to:

autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `.'

następnie pisze:

./configure --enable-mysql

i wyskakuje to:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for ptrdiff_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for floor... yes
checking for ftime... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for memset... yes
checking for pow... yes
checking for sqrt... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for strtol... yes
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.6.5... yes (version 2.8.0)
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init2 in -lgmp... yes
checking for main in -lboost_thread-gcc-mt... no
checking for main in -lboost_thread-mt... yes
checking for main in -lboost_regex-gcc-mt... no
checking for main in -lboost_regex-mt... yes
checking for main in -lboost_system-gcc-mt... no
checking for main in -lboost_system-mt... yes
checking for main in -lboost_date_time-gcc-mt... no
checking for main in -lboost_date_time-mt... yes
checking for main in -lboost_filesystem-gcc-mt... no
checking for main in -lboost_filesystem-mt... yes
checking boost/asio.hpp usability... yes
checking boost/asio.hpp presence... yes
checking for boost/asio.hpp... yes
checking boost/tr1/unordered_set.hpp usability... yes
checking boost/tr1/unordered_set.hpp presence... yes
checking for boost/tr1/unordered_set.hpp... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LUA... yes
checking mysql/mysql.h usability... yes
checking mysql/mysql.h presence... yes
checking for mysql/mysql.h... yes
checking for main in -lmysqlclient... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

theforgottenserver 0.3.5

Server diagnostics.......... : no
Login server mode........... : no
Remote control.............. : no
Root run permission......... : no
Home-directory configuration : no
OTServ custom allocator..... : no
Debug build................. : no

Build with MySQL............ : yes
Build with SQLite........... : no
Build with PostgreSQL....... : no
Build with ODBC............. : no

Configure complete, now you may type 'make'.

Najwyraźniej dziala bo pisze zebym wpisał "make"

Gdy wpisuje magiczne słowo


moim oczą ukazuje się to:

make all-am
make[1]: WejĹie do katalogu `/home/tibia'
g++ -I/usr/include/libxml2 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D__USE_MYSQL__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -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 depot.o exception.o fileloader.o game.o globalevent.o group.o gui.o house.o housetile.o inputbox.o ioban.o ioguild.o iologindata.o iomap.o iomapserialize.o item.o itemattributes.o items.o luascript.o mailbox.o map.o md5.o monster.o monsters.o movement.o networkmessage.o npc.o otserv.o outfit.o outputmessage.o party.o playerbox.o player.o position.o protocol.o protocolgame.o protocollogin.o protocolold.o quests.o raids.o rsa.o scheduler.o scriptmanager.o server.o sha1.o spawn.o spells.o status.o talkaction.o tasks.o teleport.o textlogger.o thing.o tile.o tools.o trashholder.o waitlist.o weapons.o vocation.o -llua5.1 -lmysqlclient -lboost_filesystem-mt -lboost_date_time-mt -lboost_system-mt -lboost_regex-mt -lboost_thread-mt -lgmp -L/usr/lib -lxml2
^[[?6c^Cmake[1]: *** KasujÄ plik `theforgottenserver'

protocol.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
protocolgame.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
protocollogin.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
protocolold.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
quests.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
raids.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
rsa.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
scheduler.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
scriptmanager.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
server.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
spawn.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
spells.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
status.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
talkaction.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
tasks.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
teleport.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
textlogger.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
thing.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
tile.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
tools.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
trashholder.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
waitlist.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
weapons.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
vocation.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:171: undefined reference to `boost::system::get_system_category()'
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boost::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:176: undefined reference to `boost::system::get_system_category()'
collect2: error: ld returned 1 exit status
make[1]: *** [theforgottenserver] BĹÄ
d 1
make[1]: Opuszczenie katalogu `/home/tibia'
make: *** [all] BĹÄ
d 2

Nie mam pojęcia jak temu zaradzić, powiem tylko ze przed tym błędem z /usr/include/boost/system/apt_config.hpp usunąłem linijke 28 a potem jak zauwazylem bład powróciłem do "oryginalnego" stanu, ale błąd dalej był...


Proszę pomożcie mi... Ludzie dosłownie błagaja mnie żebym serwer właczył, z czterema kumplami juz 4 dni głowimy sie nad najpierw "./autogen.sh"(Rozwiązany) potem "./configure"(Rozwiązany) a teraz "make"(Nierozwiązany).

:[
 
GrubeJointy2 ZBAWCA!!! działa! Dziekuje Ci!

A teraz wyskoczył mi taki błąd:

make all-am
make[1]: WejĹie do katalogu `/home/tibia'
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D__USE_MYSQL__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT luascript.o -MD -MP -MF .deps/luascript.Tpo -c -o luascript.o luascript.cpp
^[[?6cIn file included from /usr/include/boost/filesystem/v3/config.hpp:29:0,
from /usr/include/boost/filesystem.hpp:34,
from luascript.cpp:21:
/usr/include/boost/system/api_config.hpp:28:5: error: #error user defined BOOST_POSIX_API or BOOST_WINDOWS_API not supported
make[1]: *** [luascript.o] BĹÄ
d 1
make[1]: Opuszczenie katalogu `/home/tibia'
make: *** [all] BĹÄ
d 2


Prawdę mówiąc wcześniej też go miałem, jednak potem pojawił się właśnie ten błąd co wyżej
 
szczerze to mało z tego rozumiem praktycznie nic a spróbuj skompilować tak

sudo su
przejdź do katalogu
./autogen.sh lub sh ./autogen.sh
./configure --enable-mysql --enable-server-diag && make clean && make
./build.sh lub sh ./build.sh

jaką masz dystybucje?

@down ja bym sprawdził biblioteki i zaktualizował system ale niech wypowie się ktoś bardziej doświadczony
 
Last edited:
A dokładnie o co ci chodzi, jeśli chodzi ci o to co myśle to Debian 6 Linux


@edit

Jednak nic nie pomogło, dalej ten sam błąd

Build.sh czegos takiego nie posiadam
A aktualizacj bibliotek tez byla, czekam na dalsze wykminienia ^^
 
Last edited:
Bardzo prawdopodobne, że ktoś przerabiając source pod pokemona po prostu wywalił wsparcie dla Linuxa, i tylko na winshita zadziała. Wiele przerabianych 'dystrybucji' tak ma.
 
Chyba nie... bo 4 osoby tez korzystały z tych samych plików i odziwo postawili serwer na dedyku... o.O

@Edit

A można tak zrobić, że "wziąść" z innego source to co potrzebne i wklepac do tych source?

Czekam na dalsze wypowiedzi! :]
 
Last edited:
Ten tfs musi mieć wsparcie sqlite, kiedyś miałem podobny problem. Spróbuj wpisać

Code:
./configure --enable-mysql --enable-sqlite --enable-server-diag && make clean && make

Jak pomogło napisz.
 
Cholera znów ten sam blad gdy make dochodzi do item.Po:

g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1 -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT luascript.o -MD -MP -MF .deps/luascript.Tpo -c -o luascript.o luascript.cpp
In file included from /usr/include/boost/filesystem/v3/config.hpp:29:0,
from /usr/include/boost/filesystem.hpp:34,
from luascript.cpp:21:
/usr/include/boost/system/api_config.hpp:28:5: error: #error user defined BOOST_POSIX_API or BOOST_WINDOWS_API not supported
make[1]: **
* [luascript.o] BĹÄ
d 1
make[1]: Opuszczenie katalogu `/home/tibia'
make: *** [all] BĹÄ
d 2

Ale i tak dziękuje ze mi pomagacie :]
 
Last edited:
Cholera znów ten sam blad gdy make dochodzi do item.Po:



Ale i tak dziękuje ze mi pomagacie :]

Code:
apt-get install ia32-libs

jak nie pomoże to możliwe że masz za nową wersje libboosta. Do 0.3.5 polecam 1.38.
 
Gdy wpisuje

apt-get install ia32-libs

to wyskakuje mi to:

Czytanie list pakietĂłw... Gotowe
Budowanie drzewa zaleĹźnoĹi
Odczyt informacji o stanie... Gotowe
ia32-libs jest juĹź w najnowszej wersji.
The following packages were automatically installed and are no longer required:
libept1.4.12 aptitude-common
Aby je usunÄ
Ä naleĹźy uĹźyÄ "apt-get autoremove".
0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 366 nieaktualizowanych.

Czyli jaka komenda
apt-get install libboost1.38
tak wpisac?
 
D**a blada :/ To samo, to sie nazywa złośliwość rzeczy martwych, ostatnia komenda 99% zrobione i boom jeden blad przekresja cala prace :/

Obiecuje wam!
Ten kto pomoze mi to zrobić, dostanie DOŻYWOTNIE KONTO VIP na serwerze VIP=DACC/PACC wiele wiele możliwości
 
D**a blada :/ To samo, to sie nazywa złośliwość rzeczy martwych, ostatnia komenda 99% zrobione i boom jeden blad przekresja cala prace :/

Obiecuje wam!
Ten kto pomoze mi to zrobić, dostanie DOŻYWOTNIE KONTO VIP na serwerze VIP=DACC/PACC wiele wiele możliwości

jaki masz boost? instalowałeś całego deva czy w częściach? może nie masz tego

Code:
apt-get install libboost-filesystem-dev
 
Czytanie list pakietĂłw... Gotowe
Budowanie drzewa zaleĹźnoĹi
Odczyt informacji o stanie... Gotowe
libboost-filesystem-dev jest juĹź w najnowszej wersji.
^[[?6c^[[?6c^[[?6c^[[?6c0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 366 nieaktualizowanych.

również :/




--------Upd@te---------

Odświerzam!
 
Last edited:
Back
Top