On 5/18/06, steven mestdagh <[EMAIL PROTECTED]> wrote:
Srebrenko Sehic [2006-05-18, 13:33:38]:
> Attached is a port of p5-IO-KQueue. Tested on i386/-current. Works fine.
>
> $ cat pkg/DESCR
>
> This module provides a fairly low level interface to the BSD kqueue
> system call, allowing you to monitor for changes on sockets, files,
> processes and signals.
this does not build on sparc
===> Building for p5-IO-KQueue-0.29
cp KQueue.pm blib/lib/IO/KQueue.pm
/usr/bin/perl /usr/libdata/perl5/ExtUtils/xsubpp -typemap
/usr/libdata/perl5/ExtUtils/typemap -typemap typemap KQueue.xs >
KQueue.xsc && mv KQueue.xsc KQueue.c
cc -c -fno-strict-aliasing -pipe -I/usr/local/include -O2
-DVERSION=\"0.29\" -DXS_VERSION=\"0.29\" -DPIC -fPIC
"-I/usr/libdata/perl5/sparc-openbsd/5.8.8/CORE" KQueue.c
KQueue.xs: In function `XS_IO__KQueue_kevent':
KQueue.xs:68: syntax error before `*'
It builds fine on i386 running last weekend's snapshot.
//mts