Subject: Re: sigset_t not being understood here
To: paul beard <paulbeard@mac.com>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: netbsd-help
Date: 01/13/2002 15:06:59
On Sat, Jan 12, 2002 at 08:57:12PM -0800, paul beard wrote:
> anyone got a sec to help me grok what's happening here?
> 
> I'm working on getting grip to compile and have worked my way down to 
> this error:
> 
> [/usr/home/paul/grip-2.96]:: gmake
> gcc -Wall `gtk-config --cflags` -DAUXDIR=\"/usr/local/lib/grip\" 
> -DINSTALLDIR=\"/usr/local/bin\" -D_REENTRANT -I/usr/pkg/lib 
> -I/usr/pkg/include -I/usr/include/i386   -c -o cdpar.o cdpar.c
> In file included from cdparanoia/interface/cdda_interface.h:22,
>                 from cdpar.c:39:
> /usr/include/i386/signal.h:110: syntax error before `sigset_t'
> In file included from cdpar.c:39:
> cdparanoia/interface/cdda_interface.h:100: syntax error before `sigset_t'
> cdparanoia/interface/cdda_interface.h:159: warning: `strerror_tr' 
> defined but not used
> gmake: *** [cdpar.o] Error 1

Maybe you need to include sys/types.h before.

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--