Josh Sled wrote:
On Mon, 2006-01-23 at 18:28 +0100, Tor Harald Thorland wrote:
Josh Sled wrote:
On Mon, 2006-01-23 at 18:14 +0100, Tor Harald Thorland wrote:
[EMAIL PROTECTED]:~/source/gnucash$ grep "Native" config.log
  Native libgsf..........: yes
  Native goffice.........: no
Hmm.  Which version of libgsf is installed on your system?
libgsf-1 version 1.12.3-3ubuntu3
libgsf-1-common & the dev package version 1.13.3-1

So you have both 1.12.3 and 1.13.3 installed?  Or the 1.12.3 library and
the 1.13.3 library + devel package?
Yepp, as written above, one named libgsf-1, and the other verion files are named -common & -dev.
What's the output of...

    $ grep "^GSF_" config.log

...in the top-level of your source tree?
GSF_CFLAGS=''
GSF_LIBS=''


No... the full GCC/compilation line of gnc-html-graph-gog.c.

Sorry, but I'm an amateur... where do i find this gcc compilation line?

In the compilation output, just before the errors you posted before.  In
fact, you posted *part* of it originally....

[...]claration-after-statement -Wno-pointer-sign -MT gnc-html-graph-gog.lo -MD -MP -M F .deps/gnc-html-graph-gog.Tpo -c gnc-html-graph-gog.c -fPIC -DPIC -o .libs/gnc -html-graph-gog.o

ad -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libg nomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/g conf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gn ome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/us r/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/ usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freety pe2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/us r/include/libxml2 -DORBIT2=1 -pthread -I/usr/include/libgtkhtml-3.8 -I/usr/inclu de/libgnomeui-2.0 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libglade-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gt k-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonobou i-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/inclu de/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/in clude/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2. 0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include - I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include /libgnomeprint-2.2 -std=gnu99 -I../../lib/libqof/qof -I../../lib/goffice-0.0.4 - g -O2 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Werror -Wde claration-after-statement -Wno-pointer-sign -MT gnc-html-graph-gog.lo -MD -MP -M F .deps/gnc-html-graph-gog.Tpo -c gnc-html-graph-gog.c -fPIC -DPIC -o .libs/gnc -html-graph-gog.o
In file included from ../../lib/goffice-0.0.4/goffice/graph/gog-style.h:25,
                from gnc-html-graph-gog.c:38:
../../lib/goffice-0.0.4/goffice/graph/gog-object-xml.h:28:28: error: gsf/gsf-lib xml.h: No such file or directory
In file included from ../../lib/goffice-0.0.4/goffice/graph/gog-style.h:25,
                from gnc-html-graph-gog.c:38:
../../lib/goffice-0.0.4/goffice/graph/gog-object-xml.h:39: error: syntax error b efore 'GsfXMLOut' ../../lib/goffice-0.0.4/goffice/graph/gog-object-xml.h:53: error: syntax error b efore 'GsfXMLOut' ../../lib/goffice-0.0.4/goffice/graph/gog-object-xml.h:56: error: syntax error b efore 'GsfXMLOut' ../../lib/goffice-0.0.4/goffice/graph/gog-object-xml.h:60: error: syntax error b efore '*' token
In file included from gnc-html-graph-gog.c:44:
../../lib/goffice-0.0.4/goffice/graph/gog-renderer-svg.h:25:21: error: gsf/gsf.h : No such file or directory
In file included from gnc-html-graph-gog.c:44:
../../lib/goffice-0.0.4/goffice/graph/gog-renderer-svg.h:30: error: syntax error before 'GsfOutput' gnc-html-graph-gog.c:49:35: error: gsf/gsf-output-memory.h: No such file or dire ctory
make[5]: *** [gnc-html-graph-gog.lo] Error 1
make[5]: Leaving directory `/home/tortho/source/gnucash/src/gnome-utils'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/tortho/source/gnucash/src/gnome-utils'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/tortho/source/gnucash/src/gnome-utils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tortho/source/gnucash/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tortho/source/gnucash'
make: *** [all] Error 2
[EMAIL PROTECTED]:~/source/gnucash$ grep "Native" config.log

_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to