Please cc dev@apr for APR discussion.
On Fri, Oct 22, 2004 at 10:46:18AM +0200, eufordia wrote:
> Joe Orton ha scritto:
> >Did you pass `apr-config --cppflags --cflags` to the compiler when
> >building your application? If not, this is an expected failure.
>
> No, I 've compiled without option, but there is un error in my e_mail:
> the incrimate line, 261, in the original file is: "typedef off64_t
> apr_off_t;"
In case it was not clear: to fix the problem you do just need to pass
the `apr-config --cppflags --cflags` output to the compiler when you
build your application. Having "typedef off64_t apr_off_t" in apr.h is
correct on this platform.
Regards,
joe
|