Hello list,
I'm having trouble compiling neko with apache 2.2.3 and apr 1.2.7.
After specifying /usr/local/apr/include/apr-1 as include path to
search for apr.h, I have a bunch of errors starting from
gcc -O3 -fPIC -c -I../../vm -I/usr/local/apache2/include
-I/usr/local/apr/include/apr-1 mod_neko.c
In file included from /usr/local/apache2/include/ap_config.h:25,
from /usr/local/apache2/include/httpd.h:43,
from mod_neko.h:20,
from mod_neko.c:17:
/usr/local/apr/include/apr-1/apr.h:270: error: syntax error before 'apr_off_t'
/usr/local/apr/include/apr-1/apr.h:270: warning: data definition has no type
or storage class
I saw some related discussion in the list some time ago and then it
was the conflict with apache 2.0 headers - but I don't have them on
my system! Any ideas?
--
Best regards,
Michael mailto:[EMAIL PROTECTED]
--
Neko : One VM to run them all
(http://nekovm.org)