On Sun, 26 Dec 2021, Biswapriyo Nath wrote:
VLC 3.0.16 failed to build in ucrt with this error:/vlc-3.0.16/compat/timespec_get.c:28:5: error: redefinition of 'timespec_get' 28 | int timespec_get(struct timespec *ts, int base) | ^~~~~~~~~~~~
You need to install the updated version of import libs (mingw-w64-crt) where I added an alias, which can be needed for configure checks that only test linking without using headers. And you need to rerun configure of VLC.
// Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
