Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Witam w tamtym roku używałem tego terminarza i się od niego uzależniłem.
Wyszła nowa wersja 2.0 ale niestety na stronie głównej http://gnutu.org/pl/index.php/Pobierz:Debian nie ma paczki dla Debiana :(
Czy ktoś nie wie skąd by można ściągnąć deba z gnutu wersja 2.0?
Offline
Ale na pewno sa zrodelka a to deba mozna sobie samemu zrobic :D
Offline
No to pomórz nowicjuszowi:
pietro@debian:~$ cd gnutu-2.0 pietro@debian:~/gnutu-2.0$ ./configure checking build system type... i686-pc-linux checking host system type... i686-pc-linux checking target system type... i686-pc-linux checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... no checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking for pkg-config... /usr/bin/pkg-config checking for csc... no checking for mcs... no checking for mono... no configure: error: No C# compiler found
Offline
Mi to wyglada na to ze nie masz zainstalowanego g++ i make, upewnij sie ze masz to w systemie. wydaj polecenia whereis g++ i whereis make jesli zwroca puste pola to musisz zainstalowac to.
Offline
make: /usr/bin/make /usr/share/man/man1/make.1.gz pietro@debian:~/gnutu-2.0$ whereis g++ g++: /usr/bin/g++ /usr/share/man/man1/g++.1.gz
Offline
ee. to masz tylko many
apt-get install make
apt-get install gcc
Offline
Sa i programiki ztego co widac , nie ma tylko tego co pisze na samym dole jakis mono ale skad to wziasc to juz niewiem :(
Offline
ee. to masz tylko many
apt-get install make
apt-get install gcc
debian:/home/pietro# apt-get install make Czytanie list pakietów... Gotowe Budowanie drzewa zależności... Gotowe make jest już w najnowszej wersji. 0 zaktualizowanych, 0 nowo zainstalowanych, 0 do usunięcia i 0 nie zaktualizowanych. debian:/home/pietro# apt-get install gcc Czytanie list pakietów... Gotowe Budowanie drzewa zależności... Gotowe gcc jest już w najnowszej wersji. 0 zaktualizowanych, 0 nowo zainstalowanych, 0 do usunięcia i 0 nie zaktualizowanych. debian:/home/pietro#
Skąd wziąść to mono...
Offline
dobra, masz racje - nie doczytałem :)
mono jest ale w testing, przestaw sobie serwery na testing i zainstaluj. Ponieważ jest to kompilacja to oprócz samego mono pewnie potrzebe ci będzie libmono-dev
tu masz strone
http://packages.debian.org/cgi-bin/search_packages. … p;release=all
przestaw serwery na testing i zrób:
apt-get clean
apt-get update
apt-get install mono libmono-dev
Offline
debian:/home/pietro/gnutu-2.0# ./configure checking build system type... i686-pc-linux checking host system type... i686-pc-linux checking target system type... i686-pc-linux checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking for pkg-config... /usr/bin/pkg-config checking for csc... no checking for mcs... no checking for mono... /usr/bin/mono configure: error: No C# compiler found
:(
Offline
apt-get install gcc
apt-get install mono-mcs
apt-get install chicken
Offline
debian:/home/pietro/gnutu-2.0# ./configure checking build system type... i686-pc-linux checking host system type... i686-pc-linux checking target system type... i686-pc-linux checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking for pkg-config... /usr/bin/pkg-config checking for csc... no checking for mcs... /usr/bin/mcs checking for mono... /usr/bin/mono checking for gtk-sharp-2.0 >= 1.9.5 glade-sharp-2.0 >= 1.9.5... Package gtk-sharp-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk-sharp-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk-sharp-2.0' found configure: error: Library requirements (gtk-sharp-2.0 >= 1.9.5 glade-sharp-2.0 >= 1.9.5) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
:(
Offline
configure: error: Library requirements (gtk-sharp-2.0 >= 1.9.5 glade-sharp-2.0 >= 1.9.5) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them
no tu musisz wejść do katalogu /lib/modules i odszukać odpowiednią bibliotekę, potem ją podlinkować z taką nazwą jak program wymaga
Offline
A gdzie podlinkować?
Offline
do tego samego katalogu
Offline
configure: error: Library requirements (gtk-sharp-2.0 >= 1.9.5 glade-sharp-2.0 >= 1.9.5) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them
no tu musisz wejść do katalogu /lib/modules i odszukać odpowiednią bibliotekę, potem ją podlinkować z taką nazwą jak program wymaga
Nie mam takiej biblioteki w /lib/modules/
Offline
configure: error: Library requirements (gtk-sharp-2.0 >= 1.9.5 glade-sharp-2.0 >= 1.9.5) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them
no tu musisz wejść do katalogu /lib/modules i odszukać odpowiednią bibliotekę, potem ją podlinkować z taką nazwą jak program wymaga
Nie mam takiej biblioteki w /lib/modules/
Spróbuj doinstalować libglade2.0-cil oraz libgtk-cil, oba pakiety są dopiero w testing, może po ściągnięciu ręcznie da się je zainstalować.
Offline
Nadal ich nie mam w /lib/modules/
Offline
Nadal ich nie mam w /lib/modules/
Jak zainstalowałeś oba pakiety to po prostu spróbuj skonfigurować Twój program. W /lib/modules nie ma żadnych bibliotek. To czego brakuje powinno sie znależć w kat. /usr/lib/pkgconfig. Ewentualnie przed konfiguracją zapodaj
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/X11R6/lib/pkgconfig
Offline
export: command not found
Offline
Kod:
export: command not found
Używasz basha? Export jest wewnętrznym poleceniem powłoki bash.
Offline
O już zadziałało polecenie.
Ale nadal to samo wyskakuje po ./configure
Offline
a ja zainstalowalem mono i libmono-dev z testing i nadal mi sie pojawia
debian:/home/pietro/gnutu-2.0# ./configure checking build system type... i686-pc-linux checking host system type... i686-pc-linux checking target system type... i686-pc-linux checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking for pkg-config... /usr/bin/pkg-config checking for csc... no checking for mcs... no checking for mono... /usr/bin/mono configure: error: No C# compiler found
Offline
a ja zainstalowalem mono i libmono-dev z testing i nadal mi sie pojawia
Kod:
debian:/home/pietro/gnutu-2.0# ./configure checking build system type... i686-pc-linux checking host system type... i686-pc-linux checking target system type... i686-pc-linux checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking for pkg-config... /usr/bin/pkg-config checking for csc... no checking for mcs... no checking for mono... /usr/bin/mono configure: error: No C# compiler found
Propnuję doinstalować jeszcze mono-mcs oraz mono-gmcs.
Offline