From owner-freebsd-questions@FreeBSD.ORG Fri May 13 16:20:40 2005 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 DC23916A4CE for ; Fri, 13 May 2005 16:20:40 +0000 (GMT) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88CA143D4C for ; Fri, 13 May 2005 16:20:39 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 May 2005 17:21:18 +0100 Message-ID: <4284D3D6.4030409@dial.pipex.com> Date: Fri, 13 May 2005 17:20:38 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.7) Gecko/20050510 X-Accept-Language: en, en-us MIME-Version: 1.0 To: Timothy Smith References: <42832E02.2090003@open-networks.net> <42837807.2090407@dial.pipex.com> <42837E15.9020302@dial.pipex.com> <4283CF69.8010005@open-networks.net> In-Reply-To: <4283CF69.8010005@open-networks.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 May 2005 16:21:18.0410 (UTC) FILETIME=[CAEDE2A0:01C557D7] cc: freebsd-questions@freebsd.org Subject: Re: can't build firefox 1.0.4 on 4.10 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: Fri, 13 May 2005 16:20:41 -0000 Timothy Smith wrote: >> Or try: >> setenv LIBIDL_CONFIG `which libIDL-config-2` >> >> or it {ba,z}sh equivalent. >> >> --Alex >> >> >> > ok i just did the following ( i must have mis typed the first tiem or > something ) and the ./configure finished, but it get "Makefile", line > 406: Missing dependency operator > Error expanding embedded variable." when i do "make" > this is all screwed up :/ This thing is that I don't believe any of this should be necessary. Firefox should find ibIDL-config-2. Can you tell us where on your filesystem ibIDL-config-2 is located? Also, check which make you are running. which make and ls -lsa `which make` --Alex