[vlc-devel] [PATCH] add stdcxx_11 to the list of M4 files

Steve Lhomme robux4 at videolabs.io
Fri May 15 16:17:50 CEST 2015


I tried `make distcheck` but when it tries to build the generated
source package it fails to find gcrypt that is in my contrib.

It doesn't seem to forward the contrib path (--with-contrib=) to the
distcheck build.

So while looking for this issue I noticed that the configure script
has some odd values like disabling mkv for distcheck:
http://git.videolan.org/?p=vlc.git;a=blob;f=Makefile.am;h=b66c21b6744b4085a88e9183e40ad2e0d0e11b4c;hb=HEAD#l94

Why is this plugin (and lots of other regular ones) disabled for distcheck ?

On Fri, May 15, 2015 at 1:23 PM, Rémi Denis-Courmont <remi at remlab.net> wrote:
> LGTM. Please run make distcheck if you have not yet.
>
> --
> Rémi Denis-Courmont
> Sent from my NVIDIA Tegra-powered device
>
> ----- Reply message -----
> De : "Steve Lhomme" <robUx4 at videolabs.io>
> Pour : <vlc-devel at videolan.org>
> Objet : [vlc-devel] [PATCH] add stdcxx_11 to the list of M4 files
> Date : ven., mai 15, 2015 13:11
>
> ---
> I failed to build in msys2 because of this
> ---
>  m4/Makefile.am | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/m4/Makefile.am b/m4/Makefile.am
> index 811223f..45499ea 100644
> --- a/m4/Makefile.am
> +++ b/m4/Makefile.am
> @@ -27,6 +27,7 @@ EXTRA_DIST = \
>  	private.m4 \
>  	progtest.m4 \
>  	size_max.m4 \
> +	stdcxx_11.m4 \
>  	stdint_h.m4 \
>  	uintmax_t.m4 \
>  	visibility.m4 \
> --
> 2.4.0
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>



More information about the vlc-devel mailing list