Probleme beim kompilieren von gnucash 1.7.8 aus SuSE 8.1

Soeren Mindorf s.mindorf at mobilcom.de
Die Jan 28 09:33:36 CST 2003


Hi Christian,

Christian Stimming schrieb:
> Soeren Mindorf wrote:
> 
>> Allerdings sieht das Log etwas anders aus:
>>
>> /usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld: 
>> cannot find -lbonobo
> 
> 
> Was sagt '/sbin/ldconfig -p | grep bonobo' ?
> 
> Wenn's nix sagt, mußt du noch bonobo und bonobo-devel installieren.
> 


Ja, das war es, zumindest für das configurescript, aber leider will make 
nicht, wenn ich hbci enabled habe. :(

So habe ich configure aufgerufen:

./configure --with-libguppi-prefix=/opt/gnome/include/gnome-1.0/libguppi 
--enable-hbci --disable-openhbcitest

Wenn ich alle hbci-Schalter weglasse, kann ich gnucash kompilieren, 
allerdings wollte ich ja hbci support haben.
Openhbci (openhbci-0.9.5-1) ist installiert, allerding bringt SuSE keine 
devel-Pakete mit, brauche ich die auch??

Hier der Make fehler:

----- Ritsch -----

/bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../..    -I../../../src -I../../../src/engine 
-I../../../src/gnc-module -I../../../src/app-utils 
-I../../../src/app-file -I../../../src/gnome -I../../../src/gnome-utils 
-I../../../src/import-export -I../../../src/register 
-I../../../src/register/register-core 
-I../../../src/register/register-gnome 
-I../../../src/register/ledger-core -I /usr/local/include/g-wrap 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gnome-xml 
-I/opt/gnome/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
-I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include 
-I/opt/gnome/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/opt/gnome/lib/gnome-libs/include -I/usr/include/orbit-1.0 
-I/opt/gnome/include -I/opt/gnome/include/gdk-pixbuf-1.0 
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/X11R6/include -I/opt/gnome/include/gnome-1.0 
-I/usr/include/freetype2 -DNEED_GNOMESUPPORT_H 
-I/opt/gnome/lib/gnome-libs/include -I/usr/include/gnome-xml 
-I/home/stimming/usr/include -I/usr/include  -g -O2 -Werror -Wall 
-Wunused   -c gncmod-hbci.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src 
-I../../../src/engine -I../../../src/gnc-module -I../../../src/app-utils 
-I../../../src/app-file -I../../../src/gnome -I../../../src/gnome-utils 
-I../../../src/import-export -I../../../src/register 
-I../../../src/register/register-core 
-I../../../src/register/register-gnome 
-I../../../src/register/ledger-core -I /usr/local/include/g-wrap 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gnome-xml 
-I/opt/gnome/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
-I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include 
-I/opt/gnome/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/opt/gnome/lib/gnome-libs/include -I/usr/include/orbit-1.0 
-I/opt/gnome/include -I/opt/gnome/include/gdk-pixbuf-1.0 
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/X11R6/include -I/opt/gnome/include/gnome-1.0 
-I/usr/include/freetype2 -DNEED_GNOMESUPPORT_H 
-I/opt/gnome/lib/gnome-libs/include -I/usr/include/gnome-xml 
-I/home/stimming/usr/include -I/usr/include -g -O2 -Werror -Wall 
-Wunused -c gncmod-hbci.c   -fPIC -o .libs/gncmod-hbci.o
cc1: changing search order for system directory "/usr/include"
cc1:   as it has already been specified as a non-system directory
make[5]: *** [gncmod-hbci.lo] Error 1
make[5]: Leaving directory `/brenn/gnucash-1.7.8/src/import-export/hbci'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/brenn/gnucash-1.7.8/src/import-export/hbci'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/brenn/gnucash-1.7.8/src/import-export'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/brenn/gnucash-1.7.8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/brenn/gnucash-1.7.8'
make: *** [all-recursive-am] Error 2


----- Ratsch -----

Was läuft hier wieder schief?

Gruß und Danke

Sören