From owner-freebsd-questions@FreeBSD.ORG Sun Jun 22 08:29:27 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D3B937B401 for ; Sun, 22 Jun 2003 08:29:27 -0700 (PDT) Received: from netgecko.info (netgecko.info [217.160.92.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C7FB43F85 for ; Sun, 22 Jun 2003 08:29:26 -0700 (PDT) (envelope-from alex.kiesel@document-root.de) Received: from [192.168.1.31] (p508B21CD.dip.t-dialin.net [80.139.33.205]) by netgecko.info (Postfix) with ESMTP id BFC1487F4B for ; Sun, 22 Jun 2003 17:34:13 +0200 (CEST) From: Alex Kiesel To: questions@freebsd.org Content-Type: text/plain Organization: Message-Id: <1056295763.216.16.camel@detention.home.ahk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 22 Jun 2003 17:29:23 +0200 Content-Transfer-Encoding: 7bit Subject: Cannot build gtkhtml3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 15:29:27 -0000 Hi, I always get the following output when building gtkhtml3: In file included from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, from body.c:26: /usr/X11R6/include/gal/widgets/color-palette.h:36: libgnome/gnome-defs.h: No such file or directory In file included from /usr/X11R6/include/gal/widgets/color-palette.h:38, from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, from body.c:26: /usr/X11R6/include/gal/widgets/color-group.h:31: libgnomeui/gnome-canvas.h: No such file or directory /usr/X11R6/include/gal/widgets/color-group.h:32: libgnome/gnome-defs.h: No such file or directory In file included from /usr/X11R6/include/gal/widgets/color-palette.h:38, from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, from body.c:26: /usr/X11R6/include/gal/widgets/color-group.h:37: syntax error before `typedef' In file included from /usr/X11R6/include/gal/widgets/widget-color-combo.h:37, from body.c:26: /usr/X11R6/include/gal/widgets/color-palette.h:40: syntax error before `BEGIN_GNOME_DECLS' /usr/X11R6/include/gal/widgets/color-palette.h:42: syntax error before `typedef' /usr/X11R6/include/gal/widgets/color-palette.h:51: syntax error before `GnomeCanvasItem' In file included from body.c:26: /usr/X11R6/include/gal/widgets/widget-color-combo.h:39: syntax error before `BEGIN_GNOME_DECLS' /usr/X11R6/include/gal/widgets/widget-color-combo.h:41: syntax error before `typedef' /usr/X11R6/include/gal/widgets/widget-color-combo.h:48: syntax error before `GnomeCanvas' In file included from /usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print.h:58, from ../../src/gtkhtml-types.h:26, from ../../src/htmlengine.h:30, from ../../src/htmlengine-edit.h:27, from body.c:27: /usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print-config.h:129: syntax error before `typedef' gmake[3]: *** [body.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.5/components/html-editor' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.5/components' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/www/gtkhtml3/work/gtkhtml-3.0.5' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/www/gtkhtml3. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade18389.4 make ** Fix the problem and try again. I have a: FreeBSD detention.home.ahk 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Sat Oct 12 11:52:27 CEST 2002 root@detention.home.ahk:/usr/obj/usr/src/sys/FREEBSD-24-12-2001 i386 All ports are up-to-date (except evolution which I cannot update because of gtkhtml3). Does someone have any clue about this? Thanks, Alex