pspp-users
[Top][All Lists]
Advanced

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

Re: new compile error


From: Ben Pfaff
Subject: Re: new compile error
Date: Wed, 25 Apr 2007 08:55:02 -0700
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

"Daniel E WILLIAMS" <address@hidden> writes:

> src/libpspp/model-checker.c:893: error: parse error before "sighandler_t"
> src/libpspp/model-checker.c:893: warning: no semicolon at end of struct or 
> union

Oops.  sighandler_t is a GNU extension that I used without
realizing it.

You can add the following declaration before its first use to fix
the problem.  I'll check in a better fix separately.
    typedef void sighandler_t (int);
-- 
Ben Pfaff 
http://benpfaff.org




reply via email to

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