From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 03:23:51 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 85F4437B401 for ; Wed, 9 Apr 2003 03:23:51 -0700 (PDT) Received: from galilee.polands.org (CPE-24-208-57-240.new.rr.com [24.208.57.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4894B43F3F for ; Wed, 9 Apr 2003 03:23:50 -0700 (PDT) (envelope-from doug@polands.org) Received: from mydomain.com (samaria.polands.org [172.16.1.17]) by galilee.polands.org (8.12.9/8.12.9) with SMTP id h39AOL0W037064 for ; Wed, 9 Apr 2003 05:24:21 -0500 (CDT) (envelope-from doug@polands.org) Received: from 172.16.1.12 (proxying for 172.16.1.37) (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Wed, 9 Apr 2003 05:23:49 -0500 (CDT) Message-ID: <1774.172.16.1.12.1049883829.squirrel@email.polands.org> Date: Wed, 9 Apr 2003 05:23:49 -0500 (CDT) From: "Doug Poland" To: In-Reply-To: <1162.172.16.1.12.1049857495.squirrel@email.polands.org> References: <1162.172.16.1.12.1049857495.squirrel@email.polands.org> X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.8) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Cannot build XFree86-4-clients 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: Wed, 09 Apr 2003 10:23:51 -0000 Doug Poland said: > Hello, > > I'm having a problem building XFree86-4-clients (freshly cvsupd'd > today). The message is (sorry in advance for line wrap) > Just a note of clarification, I'm running 4.8-STABLE and attempting to build XFree86-4.3.0 > cc -O -pipe -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef > -I/usr/local/include/freetype2 +-I/usr/local/include > -I/usr/ports/x11/XFree86-4-clients/work/xc > +-I/usr/ports/x11/XFree86-4-clients/work/xc/exports/include > -I/usr/X11R6/include -DCSRG_BASED +-DFUNCPROTO=15 -DNARROWPROTO > -DFREETYPE2 -c mkfontscale.c > In file included from /usr/include/stdio.h:43, > from mkfontscale.c:24: > /usr/include/sys/cdefs.h:273: warning: `_POSIX_C_SOURCE' is not > defined /usr/include/sys/cdefs.h:279: warning: `_POSIX_C_SOURCE' > is not defined mkfontscale.c: In function `doDirectory': > mkfontscale.c:355: `PS_FontInfoRec' undeclared (first use in this > function) > mkfontscale.c:355: (Each undeclared identifier is reported only > once mkfontscale.c:355: for each function it appears in.) > mkfontscale.c:355: `t1info' undeclared (first use in this > function) mkfontscale.c:355: `t1info_rec' undeclared (first use in > this function) > mkfontscale.c:355: warning: left-hand operand of > comma expression has no effect > mkfontscale.c:356: syntax error before `char' > mkfontscale.c:361: `i' undeclared (first use in this function) > mkfontscale.c:396: `found' undeclared (first use in this function) > mkfontscale.c:398: `foundry' undeclared (first use in this > function) > mkfontscale.c:399: `family' undeclared (first use in this function) > mkfontscale.c:400: `weight' undeclared (first use in this function) > mkfontscale.c:401: `slant' undeclared (first use in this function) > mkfontscale.c:402: `sWidth' undeclared (first use in this function) > mkfontscale.c:403: `adstyle' undeclared(first use in this function) > mkfontscale.c:404: `spacing'undeclared (first use in this function) > mkfontscale.c:405: `full_name' undeclared (first use in this > function) > mkfontscale.c:412: `rc' undeclared (first use in this function) > mkfontscale.c:412: warning: implicit declaration of function > `FT_Get_PS_Font_Info' > mkfontscale.c:531: `encoding' undeclared (first use in this > function) > mkfontscale.c:534: `entries' undeclared (first use in this > function) mkfontscale.c: In function `checkEncoding': > mkfontscale.c:589: warning: implicit declaration of function > `FT_Has_PS_Glyph_Names' > *** Error code 1 > > Stop in > /usr/ports/x11/XFree86-4-clients/work/xc/programs/mkfontscale. *** > Error code 1 > > Any help and/or insight is greatly appreciated. > > -- > Regards, > Doug