pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem compiling pspp-master-20081107


From: Ben Pfaff
Subject: Re: Problem compiling pspp-master-20081107
Date: Sat, 08 Nov 2008 11:07:30 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

John Darrington <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]