From owner-freebsd-gnome Sun Jul 7 13:36:37 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B34E437B401 for ; Sun, 7 Jul 2002 13:36:33 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0C9643E5E for ; Sun, 7 Jul 2002 13:36:32 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.200] (vpn-client.marcuscom.com [10.2.1.200]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g67KZjp4055166; Sun, 7 Jul 2002 16:35:46 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: gnumeric port failed to compile From: Joe Marcus Clarke To: Feczak Szabolcs Cc: gnome@FreeBSD.ORG In-Reply-To: <20020704154614.GA29014@koli.kando.hu> References: <20020704154614.GA29014@koli.kando.hu> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 07 Jul 2002 16:36:19 -0400 Message-Id: <1026074180.345.13.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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