quoting Marcus Bergstrom <[EMAIL PROTECTED]>: > In file included from /usr/local/apache/include/ap_config.h:25, > from /usr/local/apache/include/httpd.h:43, > from mod_neko.h:21, > from mod_neko.c:17: > /usr/local/apache/include/apr.h:273: error: expected ‘=’, ‘,’, ‘;’, > ‘asm’ or ‘__attribute__’ before ‘apr_off_t’ > > #include <unistd.h> > #include <httpd.h>
marcus, try including <sys/types.h> instead of unistd.h. i think the error means that off64_t isn't defined, which in my case it is in sys/types.h... -- Neko : One VM to run them all (http://nekovm.org)
