From owner-freebsd-mozilla@FreeBSD.ORG Fri May 20 06:23:48 2005 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB34916A57A for ; Fri, 20 May 2005 06:23:48 +0000 (GMT) Received: from mx1.fujixerox.co.jp (mx1.fujixerox.co.jp [192.26.96.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id C790C43D99 for ; Fri, 20 May 2005 06:23:47 +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 j4K6NkM14292 for ; Fri, 20 May 2005 15:23:46 +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 j4K6Njq08044 for ; Fri, 20 May 2005 15:23:45 +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 j4K6Nia21278 for ; Fri, 20 May 2005 15:23:44 +0900 (JST) Received: from 10.198.8.10 by sgpaphq-smtp01.fujixerox.com with ESMTP id 51375151116570211; Fri, 20 May 2005 14:23:31 +0800 Received: from imss.sgp.fujixerox.com (localhost [127.0.0.1]) by localhost.sgp.fujixerox.com (Postfix) with ESMTP id DA8F01D93C for ; Fri, 20 May 2005 14:16:51 +0800 (SGT) Received: from sess.xssc.sgp.xerox.com (unknown [13.198.33.122]) by imss.sgp.fujixerox.com (Postfix) with ESMTP id AF7DF1D8FF for ; Fri, 20 May 2005 14:16:51 +0800 (SGT) From: Xu Qiang To: freebsd-mozilla@freebsd.org Date: Fri, 20 May 2005 14:26:16 +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: <20050520061651.AF7DF1D8FF@imss.sgp.fujixerox.com> Subject: The problem of building mozilla 1.7.8 X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 06:23:48 -0000 Hi, all: = I am trying to compile mozilla 1.7.8 from src in my FreeBSD 5.3 (i386) PC. = = Yet, when I run the configure script, I met this error: = ----------------------------------------------- checking for libIDL - version >=3D 0.6.3... no *** The libIDL-config script installed by libIDL could not be found *** If libIDL was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the LIBIDL_CONFIG environment variable to the *** full path to libIDL-config. checking for orbit-config... no configure: error: libIDL not found. libIDL 0.6.3 or higher is required. ----------------------------------------------- But I already have had libIDL installed, the version is 0.8.4, isn't it hig= her than 0.6.3? Regards, Xu Qiang