Nowe posty

Autor Wątek: Problemy z GTK  (Przeczytany 2012 razy)

lukib1

  • Gość
Problemy z GTK
« dnia: 2005-10-02, 16:47:24 »
Cześć
Mam internet z kablówki i dwa systemy (XP i Mandrive 2005LE).
Gdy skończę surfować na necie na XPku i włączam sobie Mandrivę to internet nie działa.By zadziałało muszę odłączyć na chwilę modem z sieci.Jak zrobić tak bym nie musiał odłączać modemu z sieci za każdym razem gdy odpalam nowy system.Tylko proszę nie mówcie żebym ograniczył się do jednego systemu !!!

Reativ

  • Gość
Problemy z GTK
« Odpowiedź #1 dnia: 2005-10-02, 13:49:45 »
[root@alien gtk-engines-0.12]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking build system type... i686-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking if gcc static flag -static works... none
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for gtk-config... no
checking for GTK - version >= 1.2.9... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: *** GTK+-1.2.9 not installed - please install first

Co mam w tym przypadku doinstalować bądź skonfigurowac aby dalsza instalacja GTK+ poszła już bez problemów. Jest duzo opcji zawierających informacje "missing" i "no" więc zapewne pracy będzie dużo. Proszę wiec o pomoc.

Mój system to Mandrake 10.0

darkgod

  • Gość
Problemy z GTK
« Odpowiedź #2 dnia: 2005-10-02, 14:22:22 »
> Co mam w tym przypadku doinstalować bądź skonfigurowac aby dalsza instalacja GTK+ poszła już
 > bez problemów. Jest duzo opcji zawierających informacje "missing" i "no"
 > więc zapewne pracy będzie dużo. Proszę wiec o pomoc.
 >
 > Mój system to Mandrake 10.0

Nie każdym "no" i "missing" trzeba się przejmować. To po prostu testy na obecność różnych rzeczy. Często gdy configure czegoś nie znajdzie po prostu buduje program bez tej opcji.

W Twoim przypadku musisz doinstalować pakiety których nazwy zaczynają się od "gtk-1*" i "gtk-devel-1*". Nie znam za dobrze Mandrake'a, ale nazwy pakietów powinny brzmieć podobnie do powyższych.

Reativ

  • Gość
Problemy z GTK
« Odpowiedź #3 dnia: 2005-10-02, 16:06:50 »
> Nie każdym "no" i "missing" trzeba się przejmować. To po prostu testy na
 > obecność różnych rzeczy. Często gdy configure czegoś nie znajdzie po prostu buduje program bez
 > tej opcji.
 >
 > W Twoim przypadku musisz doinstalować pakiety których nazwy zaczynają się od "gtk-1*"
 > i "gtk-devel-1*". Nie znam za dobrze Mandrake'a, ale nazwy pakietów powinny brzmieć
 > podobnie do powyższych.


Teraz mam takie coś :
checking for GTK - version >= 1.2.9... yes
checking for imlib-config... no
checking for IMLIB - version >= 1.8... no
*** The imlib-config script installed by IMLIB could not be found
*** If IMLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the IMLIB_CONFIG environment variable to the
*** full path to imlib-config.
configure: error: *** IMLIB 1.8 not installed - please install first ***

I mam pytanie, czy moge zainstalować pakiet imlib-1.9.14-8 a nie 1.8.... ?

Maciek_Rutecki

  • Gość
Problemy z GTK
« Odpowiedź #4 dnia: 2005-10-02, 16:20:56 »
2005-10-02 16:06:50 Reativ napisał:

>   > Nie każdym "no" i "missing" trzeba się przejmować. To po prostu testy
 > na
 >  > obecność różnych rzeczy. Często gdy configure czegoś nie znajdzie po prostu buduje
 > program bez
 >  > tej opcji.
 >  >
 >  > W Twoim przypadku musisz doinstalować pakiety których nazwy zaczynają się od
 > "gtk-1*"
 >  > i "gtk-devel-1*". Nie znam za dobrze Mandrake'a, ale nazwy pakietów powinny
 > brzmieć
 >  > podobnie do powyższych.
 >
 >
 > Teraz mam takie coś :
 > checking for GTK - version >= 1.2.9... yes
 > checking for imlib-config... no
 > checking for IMLIB - version >= 1.8... no
 > *** The imlib-config script installed by IMLIB could not be found
 > *** If IMLIB was installed in PREFIX, make sure PREFIX/bin is in
 > *** your path, or set the IMLIB_CONFIG environment variable to the
 > *** full path to imlib-config.
 > configure: error: *** IMLIB 1.8 not installed - please install first ***
 >
 > I mam pytanie, czy moge zainstalować pakiet imlib-1.9.14-8 a nie 1.8.... ?

Oczywiscie, masz przeciez napisane, ze ma byc przynajmniej 1.8.

--
Maciek