From owner-freebsd-x11@FreeBSD.ORG Sun Jul 11 19:20:04 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2660116A4CE for ; Sun, 11 Jul 2004 19:20:04 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id F27F043D46 for ; Sun, 11 Jul 2004 19:20:03 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from [192.168.0.103] (c-24-21-18-195.client.comcast.net[24.21.18.195]) by comcast.net (rwcrmhc12) with SMTP id <2004071119200201400lg4bhe>; Sun, 11 Jul 2004 19:20:03 +0000 From: Eric Anholt To: akbeech@northwindcom.dyndns.org In-Reply-To: <200407102156.21428.akbeech@northwindcom.dyndns.org> References: <200407102156.21428.akbeech@northwindcom.dyndns.org> Content-Type: text/plain Message-Id: <1089573601.891.67.camel@leguin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 11 Jul 2004 12:20:01 -0700 Content-Transfer-Encoding: 7bit cc: freebsd-x11@freebsd.org Subject: Re: Error Building xorg libraries X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2004 19:20:04 -0000 On Sat, 2004-07-10 at 22:56, Beecher Rintoul wrote: > I'm getting the following error trying to build xorg libs: > > c -c -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall -Wpointer-arith > -Wundef -I/usr/include/freetype2 -I/usr/include/freetype2/config -I. > -I/usr/ports/x11/xorg-libraries/work/xc/include/fonts -I../include > -I/usr/ports/x11/xorg-libraries/work/xc/exports/include/X11 > -I/usr/ports/x11/xorg-libraries/work/xc/programs/Xserver/include > -I/usr/ports/x11/xorg-libraries/work/xc/exports/include > -I/usr/ports/x11/xorg-libraries/work/xc > -I/usr/ports/x11/xorg-libraries/work/xc/exports/include -I/usr/X11R6/include > -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DGCCUSESGAS -DAVOID_GLYPHBLT > -DPIXPRIV -DSINGLEDEPTH -DXFreeXDGA -DXvExtension > -DXFree86LOADER -DXFree86Server -DXF86VIDMODE > -DXvMCExtension -DSMART_SCHEDULE > -DBUILDDEBUG -DXResExtension > -DX_BYTE_ORDER=X_LITTLE_ENDIAN > -DXORG_VERSION_CURRENT="(((6) * 10000000) + ((7) * 100000) + ((0) * 1000) + > 0)" -DXFREE86_FT2 -DXVENDORNAME='"The X.Org Foundation"' > -DXVENDORNAMESHORT='"X.Org"' -O -pipe ftfuncs.c -o > unshared/ftfuncs.o > In file included from ftfuncs.c:46: > /usr/X11R6/include/ft2build.h:55:38: freetype/config/ftheader.h: No such file > or directory > ftfuncs.c:47:10: #include expects "FILENAME" or > ftfuncs.c:48:10: #include expects "FILENAME" or > ftfuncs.c:49:10: #include expects "FILENAME" or > ftfuncs.c:50:10: #include expects "FILENAME" or > ftfuncs.c:51:10: #include expects "FILENAME" or > ftfuncs.c:52:10: #include expects "FILENAME" or > ftfuncs.c:53:10: #include expects "FILENAME" or > ftfuncs.c:54:10: #include expects "FILENAME" or > In file included from ftfuncs.c:69: > ft.h:68: error: syntax error before "FT_CharMap" > ft.h:83: error: syntax error before "FT_Face" > ft.h:84: error: syntax error before "face" > ft.h:89: error: syntax error before "int" > In file included from ftfuncs.c:70: > ftfuncs.h:48: error: syntax error before "FT_Face" > ftfuncs.h:59: error: syntax error before "FT_Matrix" > ftfuncs.h:121: error: syntax error before "FT_Size" > ftfuncs.h:123: error: syntax error before "FT_Int32" > ftfuncs.h:162: error: syntax error before "FT_Int32" > ftfuncs.h:182: error: syntax error before "FT_Int32" > ftfuncs.c:125: error: syntax error before "ftypeLibrary" > ftfuncs.c:125: warning: type defaults to `int' in declaration of > `ftypeLibrary' > > > The files it's looking for are there. /usr/local/include/freetype2 seems to be > included. Anyone have a suggestion how to fix this? I'm running -current from > thursday. Sounds like your imake install is broken. Try reinstalling deve/imake-6. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org