From owner-freebsd-gnome@FreeBSD.ORG Thu Apr 3 15:52: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 17E9537B401 for ; Thu, 3 Apr 2003 15:52:08 -0800 (PST) Received: from dynamic.hydro.washington.edu (dynamic.hydro.washington.edu [128.95.246.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C6443FBF for ; Thu, 3 Apr 2003 15:52:07 -0800 (PST) (envelope-from penglish@hydro.washington.edu) Received: from dynamic.hydro.washington.edu (localhost [127.0.0.1]) h33Nq5fx033838 for ; Thu, 3 Apr 2003 15:52:05 -0800 (PST) (envelope-from penglish@hydro.washington.edu) Received: from localhost (penglish@localhost)h33Nq5V7033835 for ; Thu, 3 Apr 2003 15:52:05 -0800 (PST) (envelope-from penglish@hydro.washington.edu) X-Authentication-Warning: dynamic.hydro.washington.edu: penglish owned process doing -bs Date: Thu, 3 Apr 2003 15:52:05 -0800 (PST) From: Paul English To: gnome@FreeBSD.org Message-ID: <20030403154926.D32864-100000@dynamic.hydro.washington.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Errors when building Xft 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: Thu, 03 Apr 2003 23:52:08 -0000 I'm using Xft PORTVERSION 2.1, PORTREVISION 3 which is the latest off cvs. Under 4.4-RELEASE I get the following errors: make ===> Building for Xft-2.1_3 cc -O -pipe -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftrender.c -o xftrender.o xftrender.c: In function `XftGlyphSpecRender': xftrender.c:170: `XGlyphElt8' undeclared (first use in this function) xftrender.c:170: (Each undeclared identifier is reported only once xftrender.c:170: for each function it appears in.) xftrender.c:170: `elts' undeclared (first use in this function) xftrender.c:171: syntax error before `elts_local' xftrender.c:186: `glyphs_loaded' undeclared (first use in this function) xftrender.c:234: `nelt' undeclared (first use in this function) xftrender.c:247: `x' undeclared (first use in this function) xftrender.c:248: `y' undeclared (first use in this function) xftrender.c:272: `elts_local' undeclared (first use in this function) xftrender.c:335: `XGlyphElt16' undeclared (first use in this function) xftrender.c:335: syntax error before `)' xftrender.c:340: `XGlyphElt32' undeclared (first use in this function) xftrender.c:340: syntax error before `)' xftrender.c: In function `XftGlyphFontSpecRender': xftrender.c:414: `XGlyphElt8' undeclared (first use in this function) xftrender.c:414: `elts' undeclared (first use in this function) xftrender.c:415: syntax error before `elts_local' xftrender.c:428: `glyphs_loaded' undeclared (first use in this function) xftrender.c:480: `nelt' undeclared (first use in this function) xftrender.c:499: `x' undeclared (first use in this function) xftrender.c:500: `y' undeclared (first use in this function) xftrender.c:528: `elts_local' undeclared (first use in this function) xftrender.c:596: `XGlyphElt16' undeclared (first use in this function) xftrender.c:596: syntax error before `)' xftrender.c:601: `XGlyphElt32' undeclared (first use in this function) xftrender.c:601: syntax error before `)' gmake: *** [xftrender.o] Error 1 *** Error code 2 Stop in /usr/ports/x11-fonts/Xft. Paul