Hello everyone the current CVS bombs out during compilation; the procedur I used is:
cvs update ./autogen.sh --enable-maintainer-mode --enable-hbci --enable-sql autoconf ./configure --enable-maintainer-mode --enable-hbci --enable-sql make This is what comes out of it: e-utils -I../../../src/import-export -I../../../src/register -I../../../src/register/register-core -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/usr/include/libglade-1.0 -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/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/orbit-1.0 -I/usr/include -I/usr/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/usr/include/gnome-1.0 -I/usr/include/freetype2 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gnome-xml -I/usr/include/libglade-1.0 -I/usr/include -I/usr/local/libchipcard/include -I/usr/include -I/usr/local/include -g -O2 -I/usr/include/postgresql -I/usr/include/postgresql -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Werror-implicit-function-declaration -Wp,-MD,.deps/druid-hbci-initial.pp -c druid-hbci-initial.c -fPIC -o .libs/druid-hbci-initial.o make[5]: *** No rule to make target `../../../src/gnome/libgncgnome.la', needed by `libgncmod-hbci.la'. Stop. make[5]: Leaving directory `/usr/local/src/gnucash/src/import-export/hbci' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/usr/local/src/gnucash/src/import-export/hbci' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/src/gnucash/src/import-export' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/gnucash/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/gnucash' Seems to be the longer standing problem that there is a recursion in the gnome directory dependencies. Then: root(eno,gnucash)# cd src/gnome root(eno,gnome)# make Makefile:691: *** missing separator. Stop. root(eno,gnome)# the offending line is: @INTLTOOL_DESKTOP_RULE@ any ideas? Eildert -- Eildert Groeneveld ================================================== Institute for Animal Science Mariensee 31535 Neustadt Germany Tel : (+49)(0)5034 871155 Fax : (+49)(0)5034 871 239 e-mail: [EMAIL PROTECTED] http://www.tzv.fal.de/~eg/ ================================================== _______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
