From owner-freebsd-multimedia@FreeBSD.ORG Tue May 29 20:04:27 2007 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B113016A421; Tue, 29 May 2007 20:04:27 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.freebsd.org (Postfix) with ESMTP id 7852613C44B; Tue, 29 May 2007 20:04:27 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id C1FD444FC9; Tue, 29 May 2007 22:04:26 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 3D8389EE0E; Tue, 29 May 2007 20:04:24 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id 2F655405B; Tue, 29 May 2007 22:04:24 +0200 (CEST) Date: Tue, 29 May 2007 22:04:24 +0200 From: Jeremie Le Hen To: multimedia@FreeBSD.org Message-ID: <20070529200424.GB31507@obiwan.tataz.chchile.org> References: <20070529191035.GA31507@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070529191035.GA31507@obiwan.tataz.chchile.org> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: jeremie@le-hen.org, freebsd-ports@FreeBSD.org Subject: Re: multimedia/vlc-devel fails to compile X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 20:04:27 -0000 On Tue, May 29, 2007 at 09:10:35PM +0200, Jeremie Le Hen wrote: > Hi, > > Please Cc: me when replying. > > > multimedia/vlc-devel fails to compile with the following error: > > % checking GL/glx.h usability... yes > % checking GL/glx.h presence... yes > % checking for GL/glx.h... yes > % configure: error: Please install GL development package. Alternatively you can also configure with --disable-glx. > % ===> Script "configure" failed unexpectedly. > > > I've attached two files: > * typescript.vlc-devel > * typescript.pkg_info A few more informations: - The error occurs when compiling with and without these options: % WITHOUT_WXGTK=yes WITHOUT_GNOMEVFS=yes WITHOUT_HTTPD=yes WITHOUT_OPENGL - The following patch seems to solve the problem, on my computer at least: % --- Makefile.0 Tue May 29 19:10:46 2007 % +++ Makefile Tue May 29 19:15:14 2007 % @@ -99,7 +99,8 @@ % --disable-gtk \ % --without-libintl-prefix \ % --without-dv-raw1394 \ % - --disable-dv % + --disable-dv \ % + --disable-glx % % ##### BROKEN ### % CONFIGURE_ARGS+= --disable-opengl -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >