From owner-freebsd-questions@FreeBSD.ORG Sat Feb 21 15:00:33 2004 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 304EF16A4CE for ; Sat, 21 Feb 2004 15:00:33 -0800 (PST) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A27A43D1D for ; Sat, 21 Feb 2004 15:00:33 -0800 (PST) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.12.11/8.12.11) with ESMTP id i1LN0VZt001245 for ; Sat, 21 Feb 2004 15:00:31 -0800 (PST) (envelope-from admin2@enabled.com) From: "Noah" To: freebsd-questions@freebsd.org Date: Sat, 21 Feb 2004 15:00:31 -0800 Message-Id: <20040221225536.M18079@enabled.com> X-Mailer: Open WebMail 2.30 20040117 X-OriginatingIP: 67.101.146.86 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: cant compile emacs after installing XFree86 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 Feb 2004 23:00:33 -0000 FreeBSD 4.8-Stable okay I just installed XFree86 from /usr/ports - now trying to upgrade emacs but look the build fails. any clue why? --- snip --- fcfreetype.c: In function `FcFreeTypeQuery': fcfreetype.c:279: syntax error before `psfontinfo' fcfreetype.c:738: `psfontinfo' undeclared (first use in this function) fcfreetype.c:738: (Each undeclared identifier is reported only once fcfreetype.c:738: for each function it appears in.) gmake[2]: *** [fcfreetype.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-fonts/fontconfig/work/fontconfig-2.2.9 0/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-fonts/fontconfig/work/fontconfig-2.2.9 0' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11-fonts/fontconfig. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries. *** Error code 1 Stop in /usr/ports/editors/emacs. --- snip -- - Noah