John Darrington <[EMAIL PROTECTED]> writes: > On Sat, Nov 08, 2008 at 04:28:17AM -0300, Michel Boaventura wrote: > src/language/stats/wilcoxon.c:409: error: `SIGALRM' undeclared (first > use in this function) > > It seems that mingw doesn't support siglongjmp That's unfortunate.
I think that we could work around that acceptably: since I don't think that we need to save and restore the signal mask, we could just use setjmp()/longjmp(). But the worse problem is that it looks like it doesn't support SIGALRM at all. Perhaps we'll have to disable the time limit on Mingw until we have a reasonable substitute. -- Ben Pfaff http://benpfaff.org _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
