From owner-freebsd-x11@FreeBSD.ORG Thu Apr 14 03:34:27 2005 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 2F78316A4CE for ; Thu, 14 Apr 2005 03:34:27 +0000 (GMT) Received: from mx1.fujixerox.co.jp (mx1.fujixerox.co.jp [192.26.96.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1398743D54 for ; Thu, 14 Apr 2005 03:34:26 +0000 (GMT) (envelope-from Qiang.Xu@fujixerox.com) Received: from isvw1.fujixerox.co.jp ([129.249.27.131]) by mx1.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j3E3YOT13642 for ; Thu, 14 Apr 2005 12:34:24 +0900 (JST) Received: from ms1.fujixerox.co.jp (isvw1 [129.249.27.131]) by isvw1.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j3E3YM101330 for ; Thu, 14 Apr 2005 12:34:22 +0900 (JST) Received: from sgpaphq-smtp01.fujixerox.com ([13.198.8.73]) by ms1.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j3E3YLJ26968 for ; Thu, 14 Apr 2005 12:34:21 +0900 (JST) Received: from 10.198.8.10 by sgpaphq-smtp01.fujixerox.com with ESMTP id 41094631113449651; Thu, 14 Apr 2005 11:34:11 +0800 Received: from imss.sgp.fujixerox.com (localhost [127.0.0.1]) by localhost.sgp.fujixerox.com (Postfix) with ESMTP id 2FA8D1D930 for ; Thu, 14 Apr 2005 11:28:13 +0800 (SGT) Received: from sess.xssc.sgp.xerox.com (unknown [13.198.33.122]) by imss.sgp.fujixerox.com (Postfix) with ESMTP id 058181D92E for ; Thu, 14 Apr 2005 11:28:13 +0800 (SGT) From: Xu Qiang To: freebsd-x11@freebsd.org Date: Thu, 14 Apr 2005 11:36:13 +0800 X-Sent-Folder-Path: Sent Items X-Mailer: Oracle Connector for Outlook 9.0.4 60130 (9.0.2711) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-Id: <20050414032813.058181D92E@imss.sgp.fujixerox.com> Subject: RE: X11R6.8.2 can't be compiled in 5.3 Release? 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: Thu, 14 Apr 2005 03:34:27 -0000 > A dependency problem is harassing me: In the process of compiling, it > requires fontconfig to be installed first. Yet, when I downloaded > fontconfig (ver2.2.3) src and compile. But an error stops the > configure and says it can't find expat library. But yesterday I just > downloaded and installed expat v1.95.8. (I did it by './configure', > 'make', and 'make install'). Anyone knows what is wrong? = Strangely, './configure --with-expat=3D/usr/local' does not work, while = './configure --with-expat-includes=3D/usr/local/include --with-expat-lib=3D= /usr/local/lib' can do. = At the same time, './configure --with-expat=3D/usr/local' works well with f= ontconfig v2.3.1, strange. Regards, Xu Qiang