[vlc-devel] compile failure mingw-w64
Roger Pack
rogerdpack2 at gmail.com
Wed Apr 29 22:04:39 CEST 2015
Sorry this isn't a patch, but apparently mingw-w64 cross compiling for
windows(3.3.0) fails like this currently:
CC localtime_r.lo
localtime_r.c: In function 'localtime_r':
localtime_r.c:38:5: error: implicit declaration of function
'localtime_s' [-Werror=implicit-function-declaration]
return ((errno = localtime_s(result, timep)) == 0) ? result : NULL;
^
I can come up with a patch if requested, seems that method is unavailable...
Thanks!
-roger-
More information about the vlc-devel
mailing list