[gnucash-de] gnucash-1.8.11 configure (Fragen)

Johannes Kapune listen at kapune.de
Don Apr 7 04:58:34 EDT 2005


Hallo zusammen,
mein ./configure läuft durch, gibt allerdings einige Meldungen aus. Kann
ich diese Meldungen ignorieren oder besteht Handlungsbedarf?

(alles unter SuSE9.1)

einige der vorherigen Abbrüche konnten behoben werden durch:
export GLIB_CONFIG=/opt/gnome/bin/glib-config
export GNOME_CONFIG=/opt/gnome/bin/gnome-config
export GDK_PIXBUF_CONFIG=/opt/gnome/bin/gdk-pixbuf-config

vor dem Aufruf von ./configure

der: export GTK_CONFIG=/opt/gnome/bin/gtk-config

hat leider nicht geholfen (siehe unten).




So nun zu meinen Meldungen:

checking for gdk-pixbuf-config... (cached) no
checking for GDK_PIXBUF - version >= 0.2.5... no
*** The gdk-pixbuf-config script installed by GDK_PIXBUF could not be
found
*** If GDK_PIXBUF was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GDK_PIXBUF_CONFIG environment variable to the
*** full path to gdk-pixbuf-config.
checking for gnome-config... (cached) /opt/gnome/bin/gnome-config
checking for GNOME-PRINT - version >= 0.21... found 0.36
checking for libglade-config... (cached) no
checking for libglade... no

----zum Einen hat die Variable setzen nicht geholfen, 
----zum Anderen benötige ich libglade?

checking for ghttp_request_new in -lghttp... (cached) yes
checking for ghttp_enable_ssl in -lghttp... (cached) no
configure: warning: ****** ghttp does not have SSL support.

----benötige ich den ssl support? Was fehlt mir da?

checking for libguppi - version >= 0.35.1...
/opt/gnome/bin/gnome-config: line 1: gtk-config: command not found
/opt/gnome/bin/gnome-config: line 1: gtk-config: command not found
/opt/gnome/bin/gnome-config: line 1: gtk-config: command not found
/opt/gnome/bin/gnome-config: line 1: gtk-config: command not found
yes

----bedeutet das yes am Ende, das die libguppi doch gefunden wurde?
    (siehe Ausgabe von ldconfig)
----was hat es dann mit dem command not found auf sich?


johannes-02:/usr/src/packages/SOURCES/gnucash-1.8.11 # ldconfig -p |
grep guppi
        libguppitank.so.16 (libc6) => /opt/gnome/lib/libguppitank.so.16
        libguppitank.so.16 (libc6) => /usr/lib/libguppitank.so.16
        libguppitank.so (libc6) => /usr/lib/libguppitank.so
        libguppi.so.16 (libc6) => /opt/gnome/lib/libguppi.so.16
        libguppi.so.16 (libc6) => /usr/lib/libguppi.so.16
        libguppi.so (libc6) => /usr/lib/libguppi.so



Wenn ich dann ein make starte bekomme ich am Ende:

gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src
-I../../../src/engine -I../../../src/app-utils -I../../../src/gnc-module
-I../../../src/gnome-utils -I /usr/include/g-wrap
-I/opt/gnome/include/gnome-1.0 -DNEED_GNOMESUPPORT_H
-I/opt/gnome/lib/gnome-libs/include -I/opt/gnome/include/glib-1.2
-I/opt/gnome/lib/glib/include -I/opt/gnome/include/orbit-1.0
-I/opt/gnome/include -I/opt/gnome/include/gtk-1.2 -I/usr/X11R6/include
-I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include -g -O2 -Wall
-Wunused -Werror -c basiccell.c      -fPIC -o .libs/basiccell.o
In file included from basiccell.c:42:
../../../src/gnome-utils/dialog-utils.h:28:25: glade/glade.h: No such
file or directory
In file included from basiccell.c:42:
../../../src/gnome-utils/dialog-utils.h:165: error: parse error before
'*' token
../../../src/gnome-utils/dialog-utils.h:165: warning: type defaults to
`int' in declaration of `gnc_glade_xml_new'
../../../src/gnome-utils/dialog-utils.h:165: warning: data definition
has no type or storage class
make[5]: *** [basiccell.lo] Fehler 1
make[5]: Leaving directory
`/usr/src/packages/SOURCES/gnucash-1.8.11/src/register/register-core'
make[4]: *** [all-recursive] Fehler 1
make[4]: Leaving directory
`/usr/src/packages/SOURCES/gnucash-1.8.11/src/register/register-core'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory
`/usr/src/packages/SOURCES/gnucash-1.8.11/src/register'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory
`/usr/src/packages/SOURCES/gnucash-1.8.11/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/usr/src/packages/SOURCES/gnucash-1.8.11'
make: *** [all-recursive-am] Fehler 2

(----Dies deutet wieder auf die fehlende libglade hin?)


Ein paar Tipps was ich dagegen tun könnte wären schon gut.

Danke und Gruß
Johannes