From owner-freebsd-gnome@FreeBSD.ORG Thu Oct 23 20:31:08 2003 Return-Path: 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 44D5E16A4B3 for ; Thu, 23 Oct 2003 20:31:08 -0700 (PDT) Received: from mx1.eskimo.com (mx1.eskimo.com [204.122.16.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8265A43F3F for ; Thu, 23 Oct 2003 20:31:07 -0700 (PDT) (envelope-from joji@eskimo.com) Received: from eskimo.com (joji@eskimo.com [204.122.16.13]) by mx1.eskimo.com (8.9.3/8.8.8) with ESMTP id UAA18538 for ; Thu, 23 Oct 2003 20:31:06 -0700 Received: (from joji@localhost) by eskimo.com (8.9.1a/8.9.1) id UAA26657 for gnome@FreeBSD.org; Thu, 23 Oct 2003 20:31:06 -0700 (PDT) Date: Thu, 23 Oct 2003 20:31:06 -0700 From: Joseph Olatt To: gnome@FreeBSD.org Message-ID: <20031023203106.A26238@eskimo.eskimo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Subject: Xft fails to compile under FreeBSD 4.8 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 03:31:08 -0000 Hello, I was trying to build the latest version of mozilla after updating the ports tree. It depends on Xft and exits with the following error: *** Begin transcript *** [/usr/ports/x11-fonts/Xft] root@snow$ make install clean ===> Building for Xft-2.1.2 gmake all-am gmake[1]: Entering directory `/opt/ports/x11-fonts/Xft/work/xft-2.1.2' source='xftdpy.c' object='xftdpy.lo' libtool=yes \ depfile='.deps/xftdpy.Plo' tmpdepfile='.deps/xftdpy.TPlo' \ depmode=gcc /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -O -pipe -c -o xftdpy.lo `test -f 'xftdpy.c' || echo './'`xftdpy.c cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -O -pipe -c xftdpy.c -Wp,-MD,.deps/xftdpy.TPlo -fPIC -o .libs/xftdpy.o xftdpy.c: In function `XftDefaultSubstitute': xftdpy.c:484: `FC_RGBA_UNKNOWN' undeclared (first use in this function) xftdpy.c:484: (Each undeclared identifier is reported only once xftdpy.c:484: for each function it appears in.) gmake[1]: *** [xftdpy.lo] Error 1 gmake[1]: Leaving directory `/opt/ports/x11-fonts/Xft/work/xft-2.1.2' gmake: *** [all] Error 2 *** Error code 2 Stop in /opt/ports/x11-fonts/Xft. [/usr/ports/x11-fonts/Xft] root@snow$ uname -a FreeBSD snow 4.8-STABLE FreeBSD 4.8-STABLE #8: Sat Apr 19 09:10:53 CDT 2003 root@snow:/usr/src/sys/compile/SNOW i386 *** End transcript *** Please note that I'm running 4.8-STABLE. If you would like me to do something else to resolve this problem, kindly let me know. Thank you very much for your role in FreeBSD. regards, joseph