[vlc-devel] Unable to compile after today (07 August 2017) git pull

Steve Lhomme robux4 at gmail.com
Mon Aug 7 12:51:24 CEST 2017


On Mon, Aug 7, 2017 at 12:38 PM,  <francesco at bltitalia.com> wrote:
> Hi to all
> as in subject I can't compile after issue git pull. Here is the result:
>
>   GEN      revision.c
>   CC       revision.lo
>   CC       video_output/control.lo
>   CC       video_output/display.lo
> In file included from video_output/display.c:33:0:
> ../include/vlc_common.h:85:25: error: expected ‘,’ or ‘}’ before
> ‘__attribute__’
>  # define VLC_DEPRECATED __attribute__((deprecated))
>                          ^
> ../include/vlc_vout_display.h:142:29: note: in expansion of macro
> ‘VLC_DEPRECATED’
>      VOUT_DISPLAY_HIDE_MOUSE VLC_DEPRECATED,
>                              ^
> In file included from video_output/display.c:47:0:

What compiler are you using ?

For now you can remove the VLC_DEPRECATED from VOUT_DISPLAY_HIDE_MOUSE.

> I made a vlc directory copy for safe. If I issue "make" before "git pull"
> command all works fine, after pulling I receive this error.
>
>
>
> _______________________________________________
> 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