Hi all,

I'm interested in trying Haxe with Neko.  Tried to install Neko from source
for my Slackware box.
The compilation breaks with this message:

Compiling mod_neko...
gcc -O3 -fPIC -pthread  -c -I../../vm -I/usr/include/httpd ../../vm/stats.c
gcc -O3 -fPIC -pthread  -c -I../../vm -I/usr/include/httpd mod_neko.c
In file included from /usr/include/httpd/ap_config.h:25:0,
                 from /usr/include/httpd/httpd.h:44,
                 from mod_neko.h:25,
                 from mod_neko.c:22:
/usr/include/httpd/ap_hooks.h:39:17: fatal error: apr.h: No such file or
directory
compilation terminated.
Called from tools/install.neko line 414
Called from tools/install.neko line 375
Uncaught exception - Error 1 : aborted
make: *** [libs] Error 1



$ find /usr -name 'apr.h'
/usr/include/apr-1/apr.h

In Neko source directory downloaded:
$ find . -iname apr.h
./libs/include/apache2/apr.h


So, I already have a apr.h file in /usr, but Neko provides another one.
Despite this, the compiling process doesn't seem to find any of these.


What should I do?  Set ld library path? how?


Luis
-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to