Rob, I build 4.62 on mingw64 all the time, but I don't use msys2.
Your problem seems to be that the symbol __WOE__ is not defined, thus the complains for the *_r thread safe functions, instead of using the *_s ones. Add the following line to your config.h and try again: #define __WOE__ 1 If this works, are you willing to test a patch to automate this? Best Regards, Chris Matrakidis On 28 June 2017 at 15:59, Schroeder, Rob <[email protected]> wrote: > Just curios if anyone has had success building 4.62 on mingw64 (via MSYS2)? > I’m running into issues with the *_r thread safe time functions in the > stdc.c file. > > > > Thanks, > > Rob > > > > > > > _______________________________________________ > Help-glpk mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/help-glpk > _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
