From owner-freebsd-questions@FreeBSD.ORG Sat Jun 21 04:56:45 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 79F2337B401 for ; Sat, 21 Jun 2003 04:56:45 -0700 (PDT) Received: from hm61.locaweb.com.br (hm61.locaweb.com.br [200.213.197.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 01C3E43F3F for ; Sat, 21 Jun 2003 04:56:44 -0700 (PDT) (envelope-from freebsd@devegili.org) Received: (qmail 1246 invoked from network); 21 Jun 2003 11:56:42 -0000 Received: from hm20.locaweb.com.br (200.246.179.120) by hm61.locaweb.com.br with QMTP; 21 Jun 2003 11:56:42 -0000 Received: (qmail 8692 invoked from network); 21 Jun 2003 11:56:40 -0000 Received: from unknown (HELO devegili.org) (augusto@devegili.org@200.158.0.81) by hm20.locaweb.com.br with SMTP; 21 Jun 2003 11:56:40 -0000 Message-ID: <3EF447F0.8050800@devegili.org> Date: Sat, 21 Jun 2003 08:56:32 -0300 From: Augusto Jun Devegili User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20030104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Error while compiling Xft 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: Sat, 21 Jun 2003 11:56:45 -0000 Hi all, I'm trying to compile Xft (I need it for Qt) and the following error occur. I'm using 5.1-RELEASE. Any ideas? TIA and regards, Augusto Jun Devegili -=-=-=-=-=-=-=-=-=-=-=- /usr/ports/x11-fonts/Xft/work/xft-2.1.2 ===> Building for Xft-2.1.2 gmake all-am gmake[1]: Entering directory `/usr/ports/x11-fonts/Xft/work/xft-2.1.2' if /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 -mcpu=pentiumpro -MT xftfreetype.lo -MD -MP -MF ".deps/xftfreetype.Tpo" \ -c -o xftfreetype.lo `test -f 'xftfreetype.c' || echo './'`xftfreetype.c; \ then mv ".deps/xftfreetype.Tpo" ".deps/xftfreetype.Plo"; \ else rm -f ".deps/xftfreetype.Tpo"; exit 1; \ fi 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 -mcpu=pentiumpro -MT xftfreetype.lo -MD -MP -MF .deps/xftfreetype.Tpo -c xftfreetype.c -fPIC -o .libs/xftfreetype.o xftfreetype.c: In function `XftFontOpenInfo': xftfreetype.c:705: `PictStandardARGB32' undeclared (first use in this function) xftfreetype.c:705: (Each undeclared identifier is reported only once xftfreetype.c:705: for each function it appears in.) xftfreetype.c:705: warning: assignment makes pointer from integer without a cast xftfreetype.c:708: `PictStandardA8' undeclared (first use in this function) xftfreetype.c:708: warning: assignment makes pointer from integer without a cast xftfreetype.c:714: `PictStandardA1' undeclared (first use in this function) xftfreetype.c:714: warning: assignment makes pointer from integer without a cast gmake[1]: *** [xftfreetype.lo] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-fonts/Xft/work/xft-2.1.2' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11-fonts/Xft.