Archiv verlassen und diese Seite im Standarddesign anzeigen : lopster und gtk-config
wenn ich lopster aus den tarballs installieren will sagt er bei ./configure
das an :
__________________________________________________
checking for gtk-config... no
checking for GTK - version >= 1.2.0... 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 is required!
_______________________________________________
ich habe suse 8.0, was fehlt mir
Leberwurstsaft
11.10.02, 10:43
das gtk-devel - Paket ist nicht installiert, sollte auf einer der CDs zu finden sein
HautzeBautze
11.10.02, 16:15
bei mir kam auch der Fehler der bei Buhman aufgetaucht ist.
hab mir das gtk-devel.rpm runtergeladen.
Wenn ich das installieren will kommt folgende Fehlermeldung:
<home/held/Desktop/Downloads/gtk-devel.rpm;echo RESULT=$?
error: failed dependencies:
glib-devel is needed by gtk-devel-1.2.10-47
RESULT=1
leider hab ich keine Ahnung was das zu bedeuten hat.
Vielleicht weiß ja jemand Rat.
Danke
HautzeBautze
11.10.02, 16:45
hat sich erledigt. musste noch ein paar mehr *-devel Pakete installieren.
man sollte vielleicht vorher mal in der Readme gucken :)
Moinsen.
Mhm, magst Du mal posten welche devels du alle installiert hast? Ich habe nämlich auch genau die o.g. Probleme. Habe schon so ziemlich alles was im entferntesten mit GTK zu tun hat installiert...
Wär über jede hilfe dankbar...
Marcel
Original geschrieben von M.A.W.
Moinsen.
Mhm, magst Du mal posten welche devels du alle installiert hast? Ich habe nämlich auch genau die o.g. Probleme. Habe schon so ziemlich alles was im entferntesten mit GTK zu tun hat installiert...
Wär über jede hilfe dankbar...
Marcel
Ja, genauso gehts mir auch! Ich kolabier hier gleich! :ugly:
Bei mir kommt nämlich dieser fehler wenn ich autogen.sh ausführe:
aclocal: configure.in: 25: macro `AM_GNU_GETTEXT' not found in library
aclocal: configure.in: 27: macro `AM_PATH_GTK' not found in library
configure.in:12: warning: AC_TRY_RUN called without default to allow cross compiling
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
configure.in:12: warning: AC_TRY_RUN called without default to allow cross compiling
autoconf: Undefined macros:
configure.in:27:AM_PATH_GTK(1.2.0, , [AC_MSG_ERROR([GTK is required!])])
[root@localhost lopster]# clocal: configure.in: 25: macro `AM_GNU_GETTEXT' not found in library
> aclocal: configure.in: 27: macro `AM_PATH_GTK' not found in library
> configure.in:12: warning: AC_TRY_RUN called without default to allow cross compiling
> /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
> /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
> /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
> /usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
> configure.in:12: warning: AC_TRY_RUN called without default to allow cross compiling
> autoconf: Undefined macros:
> configure.in:27:AM_PATH_GTK(1.2.0, , [AC_MSG_ERROR([GTK is required!])])
> [root@localhost lopster]# ./autogen.sh
> aclocal: configure.in: 25: macro `AM_GNU_GETTEXT' not found in library
bash: command substitution: line 1: unexpected EOF while looking for matching `''
bash: command substitution: line 3: syntax error: unexpected end of file
bash: clocal:: command not found
[root@localhost lopster]# aclocal: configure.in: 27: macro `AM_PATH_GTK' not found in library
> configure.in:12: warning: AC_TRY_RUN called without default to allow cross compiling
> /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
> /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
> /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
> /usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
> configure.in:12: warning: AC_TRY_RUN called without default to allow cross compiling
> autoconf: Undefined macros:
> configure.in:27:AM_PATH_GTK(1.2.0, , [AC_MSG_ERROR([GTK is required!])]
Wenn ihr Software, die die GNU Autotools (autoconf, automake, libtool) benutzt, bauen wollt, gibt es 2 Möglichkeiten:
* ihr habt einen Release-Tarball mit "configure"
* ihr habt einen CVS Checkout. Meistens gibt es heir kein "configure", sondern nur autogen.sh (kommt manchmal auch als "bootstrap" daher).
(ich weiss, is blöd erklärt, aber soll ja verständlich sein :D)
Das autogen.sh erstellt das "configure" Script aus einigen anderen Dateien.
Dafür braucht autoconf, automake und evtl. auch libtool + die entsprechenden Devel-Pakete.
Original geschrieben von Trillian
Wenn ihr Software, die die GNU Autotools (autoconf, automake, libtool) benutzt, bauen wollt, gibt es 2 Möglichkeiten:
* ihr habt einen Release-Tarball mit "configure"
* ihr habt einen CVS Checkout. Meistens gibt es heir kein "configure", sondern nur autogen.sh (kommt manchmal auch als "bootstrap" daher).
(ich weiss, is blöd erklärt, aber soll ja verständlich sein :D)
Das autogen.sh erstellt das "configure" Script aus einigen anderen Dateien.
Dafür braucht autoconf, automake und evtl. auch libtool + die entsprechenden Devel-Pakete.
...und was hat das mit GTK zu tun??? :confused:
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.