Date: 07 Jul 2002 16:36:19 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Feczak Szabolcs <feczo@koli.kando.hu> Cc: gnome@FreeBSD.ORG Subject: Re: gnumeric port failed to compile Message-ID: <1026074180.345.13.camel@gyros.marcuscom.com> In-Reply-To: <20020704154614.GA29014@koli.kando.hu> References: <20020704154614.GA29014@koli.kando.hu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2002-07-04 at 11:46, Feczak Szabolcs wrote: > Here is the output from the error: These are always a bit tricky, but the bottom line is you have some outdated include directories lingering about on your system. The libxml directories you should have in ${LOCALBASE}/include are as follows: libxml2/ gnome-xml/ It looks like you may have a /usr/local/include/libxml directory. If you do, delete it, and update to the latest versions of libxml and libxml2. Joe > > /include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/local/include/gnome-xml -I/usr/X11R6/include/libglade-1.0 -I/usr/local/include/orbit-1.0 -I/usr/local/include -D_THREAD_SAFE -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -Wall -Wunused -Wsign-promo -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -c dialog-cell-comment.c > In file included from ../../src/sheet-object.h:7, > from ../../src/sheet-object-cell-comment.h:4, > from dialog-cell-comment.c:15: > ../../src/xml-io.h:11: libxml/tree.h: No such file or directory > ../../src/xml-io.h:12: libxml/xmlmemory.h: No such file or directory > In file included from ../../src/sheet-object.h:7, > from ../../src/sheet-object-cell-comment.h:4, > from dialog-cell-comment.c:15: > ../../src/xml-io.h:16: syntax error before `cur' > ../../src/xml-io.h:19: syntax error before `tree' > ../../src/xml-io.h:25: syntax error before `xmlDocPtr' > ../../src/xml-io.h:59: syntax error before `doc' > ../../src/xml-io.h:61: syntax error before `doc' > ../../src/xml-io.h:69: syntax error before `xml_workbook_write' > ../../src/xml-io.h:70: warning: type defaults to `int' in declaration of `xml_workbook_write' > ../../src/xml-io.h:70: warning: data definition has no type or storage class > ../../src/xml-io.h:74: syntax error before `xmlNodePtr' > ../../src/xml-io.h:76: syntax error before `xml_check_version' > ../../src/xml-io.h:76: syntax error before `doc' > ../../src/xml-io.h:77: warning: type defaults to `int' in declaration of `xml_check_version' > ../../src/xml-io.h:77: warning: data definition has no type or storage class > ../../src/xml-io.h:79: syntax error before `*' > ../../src/xml-io.h:80: warning: type defaults to `int' in declaration of `xml_cellregion_write' > ../../src/xml-io.h:80: warning: data definition has no type or storage class > ../../src/xml-io.h:85: syntax error before `*' > ../../src/xml-io.h:85: syntax error before `node' > ../../src/xml-io.h:85: warning: type defaults to `int' in declaration of `xml_node_get_cstr' > ../../src/xml-io.h:85: warning: data definition has no type or storage class > ../../src/xml-io.h:86: syntax error before `node' > ../../src/xml-io.h:87: syntax error before `node' > ../../src/xml-io.h:88: syntax error before `node' > ../../src/xml-io.h:89: syntax error before `node' > ../../src/xml-io.h:90: syntax error before `node' > ../../src/xml-io.h:91: syntax error before `node' > ../../src/xml-io.h:92: syntax error before `node' > ../../src/xml-io.h:94: syntax error before `xml_write_style' > ../../src/xml-io.h:94: warning: type defaults to `int' in declaration of `xml_write_style' > ../../src/xml-io.h:94: warning: data definition has no type or storage class > ../../src/xml-io.h:95: syntax error before `xmlNodePtr' > In file included from ../../src/sheet-object-cell-comment.h:4, > from dialog-cell-comment.c:15: > ../../src/sheet-object.h:56: syntax error before `xmlNodePtr' > ../../src/sheet-object.h:57: syntax error before `sheet_object_write_xml' > ../../src/sheet-object.h:58: warning: type defaults to `int' in declaration of `sheet_object_write_xml' > ../../src/sheet-object.h:58: warning: data definition has no type or storage class > gmake[3]: *** [dialog-cell-comment.o] Error 1 > gmake[3]: Leaving directory `/home/ports/math/gnumeric/work/gnumeric-1.0.8/src/dialogs' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/home/ports/math/gnumeric/work/gnumeric-1.0.8/src' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/home/ports/math/gnumeric/work/gnumeric-1.0.8' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > Stop in /home/ports/math/gnumeric. > > Please investigate, > for any further questions I answer gladly > > Thanks > > -- > Feczo ___________________________ > <-- http://feczo.koli.kando.hu --> > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1026074180.345.13.camel>