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 [url]http://gnutu.org/pl/index.php/Pobierz:Debian[/url] 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[/quote]Kod:
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.pl?keywords=mono&searchon=names&subword=1&version=all&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[/quote]
no tu musisz wejść do katalogu /lib/modules i odszukać odpowiednią bibliotekę, potem ją podlinkować z taką nazwą jak program wymaga
Debian jest lepszy niż wszystkie klony
Linux register users: #359018
[img]http://www.freebsd.org/gifs/powerlogo.gif[/img]
[url=https://goo.gl/photos/5XGKFkvaMimLwM2s9]Beskid Niski[/url]
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[/quote]
no tu musisz wejść do katalogu /lib/modules i odszukać odpowiednią bibliotekę, potem ją podlinkować z taką nazwą jak program wymaga[/quote]
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[/quote]
no tu musisz wejść do katalogu /lib/modules i odszukać odpowiednią bibliotekę, potem ją podlinkować z taką nazwą jak program wymaga[/quote]
Nie mam takiej biblioteki w /lib/modules/[/quote]
Spróbuj doinstalować [color=blue]libglade2.0-cil[/color] oraz [color=blue]libgtk-cil[/color], oba pakiety są dopiero w testing, może po ściągnięciu ręcznie da się je zainstalować.
[url=http://www.debian.org/][img]http://www.debian.org/logos/openlogo-nd-50.png[/img][/url]Offline
Nadal ich nie mam w /lib/modules/
Offline
Nadal ich nie mam w /lib/modules/[/quote]
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ą zapodajKod:
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/X11R6/lib/pkgconfig
[url=http://www.debian.org/][img]http://www.debian.org/logos/openlogo-nd-50.png[/img][/url]
Offline
export: command not found
Offline
Kod:
export: command not found[/quote]
Używasz basha? Export jest wewnętrznym poleceniem powłoki bash.
[url=http://www.debian.org/][img]http://www.debian.org/logos/openlogo-nd-50.png[/img][/url]
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[/quote]
Propnuję doinstalować jeszcze mono-mcs oraz mono-gmcs.
[url=http://www.debian.org/][img]http://www.debian.org/logos/openlogo-nd-50.png[/img][/url]
Offline
Time (s) | Query |
---|---|
0.00010 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00129 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='18.117.188.105' WHERE u.id=1 |
0.00080 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.117.188.105', 1732563091) |
0.00027 | SELECT * FROM punbb_online WHERE logged<1732562791 |
0.00095 | SELECT topic_id FROM punbb_posts WHERE id=14256 |
0.00007 | SELECT id FROM punbb_posts WHERE topic_id=1680 ORDER BY posted |
0.00035 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=1680 AND t.moved_to IS NULL |
0.00030 | SELECT search_for, replace_with FROM punbb_censoring |
0.00196 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=1680 ORDER BY p.id LIMIT 0,25 |
0.00089 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=1680 |
Total query time: 0.00702 s |