From owner-freebsd-mozilla@FreeBSD.ORG Fri May 20 06:38:02 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 0B15F16A4D0 for ; Fri, 20 May 2005 06:38:02 +0000 (GMT) Received: from mx1.fujixerox.co.jp (mx1.fujixerox.co.jp [192.26.96.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3CA743D49 for ; Fri, 20 May 2005 06:38:00 +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 j4K6bxM19042 for ; Fri, 20 May 2005 15:37:59 +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 j4K6bxq13922 for ; Fri, 20 May 2005 15:37:59 +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 j4K6bwa22583 for ; Fri, 20 May 2005 15:37:58 +0900 (JST) Received: from 10.198.8.10 by sgpaphq-smtp01.fujixerox.com with ESMTP id 51383821116571061; Fri, 20 May 2005 14:37:41 +0800 Received: from localhost (localhost [127.0.0.1]) by localhost.sgp.fujixerox.com (Postfix) with SMTP id 546FC1D8FF for ; Fri, 20 May 2005 14:31:01 +0800 (SGT) Received: from sess.xssc.sgp.xerox.com (unknown [13.198.33.122]) by imss.sgp.fujixerox.com (Postfix) with ESMTP id 0987C1D93C; Fri, 20 May 2005 14:31:00 +0800 (SGT) From: Xu Qiang To: Xu Qiang , freebsd-mozilla@freebsd.org Date: Fri, 20 May 2005 14:40:24 +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: <20050520063100.0987C1D93C@imss.sgp.fujixerox.com> Subject: RE: 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:38:02 -0000 Xu Qiang wrote: > 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 higher than 0.6.3? = It was actually a simple call to enable gtk2, i.e.:########################= ######################## ./configure --enable-default-toolkit=3Dgtk2 ################################################ Reference: = http://archives.mandrakelinux.com/expert/2003-09/msg00380.php http://archives.mandrakelinux.com/expert/2003-09/msg00439.php http://archives.mandrakelinux.com/expert/2003-09/msg00482.php (*) Regards, Xu Qiang