From owner-freebsd-questions@FreeBSD.ORG Sun Aug 14 15:20:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0C35016A41F for ; Sun, 14 Aug 2005 15:20:48 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAF6F43D48 for ; Sun, 14 Aug 2005 15:20:47 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout1.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j7EFKk9B025116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 14 Aug 2005 08:20:46 -0700 X-Auth-Received: from [140.142.179.41] (cs333-40.spmodem.washington.edu [140.142.179.41]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.07) with ESMTP id j7EFKgG1010053 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 14 Aug 2005 08:20:45 -0700 Message-ID: <42FF614A.3000401@u.washington.edu> Date: Sun, 14 Aug 2005 08:20:42 -0700 From: Garrett Cooper User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: gb , FreeBSD Questions References: <20050814125034.02d5a9f2@minsk.local> In-Reply-To: <20050814125034.02d5a9f2@minsk.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: mplayer-plugin firefox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 15:20:48 -0000 gb wrote: >Dear all, > >I have tried to build mplayer-plugin from the ports/www. My browser is >firefox so I did a make WITH_MOZILLA=firefox. I get an error in the >configuration phase error: Unable to find gecko sdk. > >I am running 5.3 > >this is probably something simple and to do with paths. Any help would >be much appreciated. > >gb > > Mplayer-plugin needs the gecko-sdk or mozilla libs to compile against as it uses them to create an interface between Mplayer and a mozilla browser. It shouldn't have complained though about not having the gecko-sdk libs if you referenced firefox I think because that is just as good. Might want to contact the port maintainer. -Garrett