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

Jak skomplikować TFS na Linux Mint (Bardzo Proszę o pomoc.)

Cmon, moje paczki to były tylko boosty i serwer/klient sql.
potrzebujesz reszty:
liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 lua5.1 libmysql++-dev libgmp3-dev subversion make g++ libxml2 libxml2-dev libxml++2.6-dev libmysqlclient-dev gcc cpp automake autoconf pkg-config
 
Code:
 liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 lua5.1 libmysql++-dev libgmp3-dev subversion make g++ libxml2 libxml2-dev libxml++2.6-dev libmysqlclient-dev gcc cpp automake autoconf pkg-config 
liblua5.1-0: command not found
:(

@EDIT
no tak zapomniałem o sudo apt-get install :p teraz zobacze czy działa.

@EDIT
Lepiej, ale coś jest nie tak.
Code:
 ./autogen.sh
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
configure.ac:3: installing `./install-sh'
configure.ac:3: installing `./missing'
Makefile.am: installing `./depcomp'
autoreconf: Leaving directory `.'
Code:
./configure --enable-mysql --enable-remote-control --enable-server-diag
configure: WARNING: unrecognized options: --enable-remote-control
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 ceil... 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.7.8)
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for main in -lz... yes
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."
Code:
./build.sh
TheForgottenServer build script- seems to speed things up ALOT.
CCache: OK
CCache binaries located in /usr/lib/ccache
Building on 1 cores, using 2 processes
make: *** No targets specified and no makefile found.  Stop.
pododawały się nowe pliki install-sh,missing,depcomp
 
Last edited:
sudo apt-get install liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 lua5.1 libmysql++-dev libgmp3-dev subversion make g++ libxml2 libxml2-dev libxml++2.6-dev libmysqlclient-dev gcc cpp automake autoconf pkg-config
 
Last edited by a moderator:
apt-cache search libboost-thread-dev i zainstaluj co wyskoczy
(prawdopodobnie wystarczy apt-get install libboost-thread-dev)
 
Code:
apt-cache search libboost-thread-dev
libboost-thread-dev - portable C++ multi-threading (default version)
Zainstalowało się.
Code:
libboost-thread-dev

Code:
sudo apt-get install portable C++ multi-threading (default version)
bash: syntax error near unexpected token `('

Code:
./autogen.sh
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 `.'
Code:
./configure --enable-mysql --enable-remote-control --enable-server-diag
configure: WARNING: unrecognized options: --enable-remote-control
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 ceil... 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.7.8)
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for main in -lz... 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... no
checking for main in -lboost_regex... no
configure: error: "Linking against boost::regex library failed."
Code:
./build.sh
TheForgottenServer build script- seems to speed things up ALOT.
CCache: OK
CCache binaries located in /usr/lib/ccache
Building on 1 cores, using 2 processes
make: *** No targets specified and no makefile found.  Stop.

Co jest nie tak ?
 
Code:
configure: error: "Linking against boost::regex library failed."
Przecież ci wyskoczyło co jest nie tak :).
 
A pojawił ci się plik theforgottenserver w głównym folderze ?

Nie pojawił sie właśnie,

Na Windowsie to pobieram deva cpp z gotowymi paczkami kilka kliknieć i już gotowy xD a tu trzeba kombinować, dlatego sobie nie radze googlowałem i nic nie znalazłem więksość paczek u mnie nie działa, i dlatego też pisze tu bo wiem że tu ludzie wiedzą o co kaman i liczę na pomoc od doświadczonych, odrazu wam dziękuje za poświęcony mi czas i za chęci pomocy "debilowi" który nie potrafi skomplikować TFS'a na Linuxie :) jeszcze raz dziękuje za cierpliwość.

@EDIT
Jak naprawić ten błąd

Code:
configure: error: "Linking against boost::regex library failed."
 
Last edited:
Nie pojawił sie właśnie,

Na Windowsie to pobieram deva cpp z gotowymi paczkami kilka kliknieć i już gotowy xD a tu trzeba kombinować, dlatego sobie nie radze googlowałem i nic nie znalazłem więksość paczek u mnie nie działa, i dlatego też pisze tu bo wiem że tu ludzie wiedzą o co kaman i liczę na pomoc od doświadczonych, odrazu wam dziękuje za poświęcony mi czas i za chęci pomocy "debilowi" który nie potrafi skomplikować TFS'a na Linuxie :) jeszcze raz dziękuje za cierpliwość.

@EDIT
Jak naprawić ten błąd

Code:
configure: error: "Linking against boost::regex library failed."

Stawiam na to ze pobrałeś libboosty 1.35. Pobierz nowsze inaczej nie pójdzie.
 
zle stawiasz selvest.

apt-get install libboost-regex-dev libboost-system-dev libboost-filesystem-dev
 
Przeczytaj post #3 mongole -;- jak nie wiesz o co chodzi przeczytaj 1000x a potem każdy swój post .

Jeszcze nikt Ci nie napisał że komplikujesz to ty sobie pracę, może na google zamiast wpisywać "Jak skomplikować silnik na linuxie" wpisz jak skompilować silnik na linuxie.
 
działa na bank.
na debianie wybrakowali teraz paczke -all-dev i nie instaluje tych podanych wyzej.
 
Back
Top