Hi Andi, Am Sonntag, 1. Juni 2008 schrieb Andreas Köhler: > Hi, > > Am Sonntag, den 01.06.2008, 21:25 +0200 schrieb Rainer Dorsch: > > I am running Debian lenny and tried to compile gnucash. With > > libgoffice-0-6-dev installed I got: > > [...] > > > 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 > > > > Doing the same with libgoffice 0.4 works flawless. > > that is strange. You should have "#define HAVE_GOFFICE_0_5 1" in > config.h. If you do not, then please attach your config.log and check
I do have this line [EMAIL PROTECTED]:~/SW.nobackup/gnucash-2.2.5$ grep GOFFICE config.h #define GOFFICE_WITH_CAIRO 1 #define HAVE_GOFFICE_0_5 1 [EMAIL PROTECTED]:~/SW.nobackup/gnucash-2.2.5$ > whether "pkg-config --moversion libgoffice-0.6" correctly finds your > GOffice v0.6 installation which is picked up later when compiling. [EMAIL PROTECTED]:~/SW.nobackup/gnucash-2.2.5$ pkg-config --modversion libgoffice-0.6 0.6.3 [EMAIL PROTECTED]:~/SW.nobackup/gnucash-2.2.5$ For me that looks all ok. Strange is that the complete debian repository does not contain the file gcc is looking for: [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? 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
