I'd rather like to see a MinGW build for the GnuCOBOL 2.0 release than a VisualStudio build just "because it compiles directly and the MinGW build does not". And this is exactly what is happening with the people testing our release candidate.
readline doesn't compile because of the SIGNALs SIGHUP and SIGQUIT that are missing in windows (and therefore in the mingw headers, too). Looking at Readline 6.3 there are at least signals.c (missing #ifdef SIGHUP, already has #ifdef SIGQUIT) and input.c (missing both) that needs a fix. Can you please fix both (and grep for other files possibly needing a fix) and include them in the "offical" readline-master.tar.gz? Thank you! Simon Sobisch Maintainer of GnuCOBOL
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Bug-readline mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-readline
