[vlc-devel] compile failure mingw-w64

Sean McGovern gseanmcg at gmail.com
Wed Apr 29 22:33:37 CEST 2015


Update your mingw -- you are probably missing the headers with the correct definitions for localtime_s().

-- Sean McG.
-----Original Message-----
From: Roger Pack <rogerdpack2 at gmail.com>
Sender: "vlc-devel" <vlc-devel-bounces at videolan.org>Date: Wed, 29 Apr 2015 14:04:39 
To: Mailing list for VLC media player developers<vlc-devel at videolan.org>
Reply-To: Mailing list for VLC media player developers <vlc-devel at videolan.org>
Subject: [vlc-devel] compile failure mingw-w64

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-
_______________________________________________
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