Linux::AIO 1.4 and Fedora Core 3
Kate Turner
kate.turner at gmail.com
Sat Jan 29 09:17:29 PST 2005
On Sat, 29 Jan 2005 17:07:25 +0000, Pedro Melo Cunha <melo at isp.novis.pt> wrote:
> AIO.xs: In function `aio_proc':
> AIO.xs:247: error: syntax error before "int"
> AIO.xs:290: error: too many arguments to function `pread64'
> AIO.xs:291: error: too many arguments to function `pwrite64'
This problem is fixed by including <linux/unistd.h> in AIO.xs, so:
...
#include <signal.h>
#include <sched.h>
#include <linux/unistd.h>
I don't know if that's the correct fix, but it at least makes it compile.
Kate.
More information about the perlbal
mailing list