Hi Derek, Am Samstag, 7. Juni 2008 schrieben Sie: > Hi, > > Quoting Rainer Dorsch <[EMAIL PROTECTED]>: > >> > gnc-html-graph-gog.lo -MD -MP -MF .deps/gnc-html-graph-gog.Tpo -c > >> > gnc-html-graph-gog.c -fPIC -DPIC -o .libs/gnc-html-graph-gog.o > >> > gnc-html-graph-gog.c:47:56: error: > >> > goffice/graph/gog-renderer-gnome-print.h: > >> > No such file or directory > >> > gnc-html-graph-gog.c: In function ‘draw_print_cb’: > >> > gnc-html-graph-gog.c:671: warning: implicit declaration of > >> > function ‘gog_graph_print_to_gnome_print’ > >> > make[5]: *** [gnc-html-graph-gog.lo] Error 1 > > > > [EMAIL PROTECTED]:~/SW.nobackup/gnucash-2.2.5$ auto-apt search > > gog-renderer-gnome-print.h > > [EMAIL PROTECTED]:~/SW.nobackup/gnucash-2.2.5$ > > > > > > Where is gog-renderer-gnome-print.h file supposed to come from? > > It's distributed by earlier versions of GOffice. However the > problem here (AGAIN!) is that you're using the wrong version of > gtkhtml. The code in question is: > > #ifndef GTKHTML_USES_GTKPRINT > # include <goffice/graph/gog-renderer-gnome-print.h> > #endif > > Which means you do NOT have GTKHTML_USES_GTKPRINT defined.. Which is > because you're using a too-old version of GtkHTML. You need GtkHTML > 3.14, not GtkHTML-3.8. What version of GtkHTML do you have installed? >
Thanks for your reply. I missed your first one, because I had mailserver problems (dropped out of DNS). Installing GtkHTML 3.14 fixes the problem. Thanks, Rainer -- Rainer Dorsch Lärchenstr. 6 D-72135 Dettenhausen 07157-734133 email: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] GPG Fingerprint: 5966 C54C 2B3C 42CC 1F4F 8F59 E3A8 C538 7519 141E Full GPG key: http://pgp.mit.edu/ _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
