On Saturday 06 September 2008 20:19:56 James Keenan via RT wrote:

> On Sat Sep 06 16:46:08 2008, doughera wrote:
> > > ... what *else* would I need to have AIO available on Darwin?
> >
> > It looks like you already have it available.  If you try with my patch in
> > verbose mode, what, exactly, goes wrong such that Configure.pl concludes
> > AIO is unsupported?
>
> See attached, run at r30847.  Thanks.
> kid51


test_17787.c: In function 'main':
test_17787.c:45: error: 'SIGRTMIN' undeclared (first use in this function)
test_17787.c:45: error: (Each undeclared identifier is reported only once
test_17787.c:45: error: for each function it appears in.)
test_17787.c:46: error: 'SIGRTMAX' undeclared (first use in this function)

If they're not in signal.h in Darwin, where are they?  (And if they're not in 
signal.h in Darwin, can someone squelch the rumor that Mac OS X is a 
Unix-like platform?  POSIX 2001!)

... or we could use SIGUSR for the tests, I suppose.  We're not using 
real-time signals elsewhere in Parrot right now.

-- c

Reply via email to