Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2007 22:04:24 +0200
From:      Jeremie Le Hen <jeremie@le-hen.org>
To:        multimedia@FreeBSD.org
Cc:        jeremie@le-hen.org, freebsd-ports@FreeBSD.org
Subject:   Re: multimedia/vlc-devel fails to compile
Message-ID:  <20070529200424.GB31507@obiwan.tataz.chchile.org>
In-Reply-To: <20070529191035.GA31507@obiwan.tataz.chchile.org>
References:  <20070529191035.GA31507@obiwan.tataz.chchile.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 >



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070529200424.GB31507>