Vitali Falileev a écrit :
Hi all,
I want just notice that, current CVS buld of NekoVM is broken. There are
2 failures:
1. Fail to build zlib.ndll:
(cd src; LD_LIBRARY_PATH=../bin: NEKOPATH=../boot:../bin ../bin/neko
nekoml -v neko/Main.nml nekoml/Main.nml)
Called from core/Zip.nml line 34
Uncaught exception - load.c(223) : Failed to load library : zlib.ndll
(zlib.ndll: cannot open shared object file: No such file or directory)
make: *** [compiler]
Thanks, I'll work to fix that soon.
The problem is that I added some tool as part of nekoml that uses zlib
but when running the Makefile it's not yet compiled.
2. Build stops with error at builing mod_neko module for Apache 1.3 in
case when newer (2.0, 2.2) version of Apache is installed instead of 1.3.
This should not occur since when building mod_neko the search path
should not contain the apache2 directories. Could you tell me in which
directory is found the httpd.h file by install.neko ?
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)