multimedia/vlc-devel fails to compile

Jeremie Le Hen jeremie at le-hen.org
Tue May 29 20:04:27 UTC 2007


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 >


More information about the freebsd-ports mailing list