I have a trouble when compiling VLC 2.2.0 on Windows (With Msys ... i follow the tutorial https://wiki.videolan.org/Win32CompileMSYSNew)
When I compile using the command "make package- win32 -base"
after a while I get the following error :
Code: Select all
. . /.. / / include / vlc_fixups.h : . . 187:38 : error : expected ') ' before ' struct '
. . /.. / / include / vlc_fixups.h : . . 187:38 : error : expected ') ' before ' struct '
. . /.. / / include / vlc_fixups.h : . . 187:38 : error : expected initializer before ' struct '
. . /.. / / include / vlc_fixups.h : . . 187:38 : error : expected unqualified -id before ' struct '
localtime_r structure tm * (const time_t * , struct tm *) ;
. . /.. / / include / vlc_fixups.h : . . 191:41 : error : expected ') ' before ' struct '
. . /.. / / include / vlc_fixups.h : . . 191:41 : error : expected ') ' before ' struct '
. . /.. / / include / vlc_fixups.h : . . 187:38 : error : expected unqualified -id before ' struct '
make [ 7] : *** [ commands/libskins2_plugin_la-cmd_dvd.lo ] Error 1 .
but nothing works ...
Have you any idea?
Thanks.