Hi,
ezxml.c: In function `ezxml_parse_fd':
ezxml.c:643: error: `MADV_SEQUENTIAL' undeclared (first use in this function)
have a look if there's /usr/include/sys/mman.h and what is defined in
there, if the file exists at all.
If so you'll probably find POSIX_MADV_SEQUENTIAL and POSIX_MADV_NORMAL,
try to replace MADV_SEQUENTIAL/MADV_NORMAL by them. Unfortunately I
can't tell if it's save to replace them by default, but afaik it is.
Hope that helps,
Bernd
···
--
Bernd Zeimetz Debian GNU/Linux Developer
GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79