The same error comes still, but looking a bit different:
(cd src; LD_LIBRARY_PATH=../bin: NEKOPATH=../boot ../bin/nekovm tools/install)
../bin/nekovm neko tools/test.neko
cp tools/test.n ../bin
../bin/nekovm neko tools/nekoboot.neko
cp tools/nekoboot.n ../bin
../bin/nekovm neko mtypes/std.neko
cp mtypes/std.n ../bin/mtypes
../bin/nekovm nekoboot ../bin/neko.n
Uncaught exception - load.c(171) : Module not found : nekoboot
Called from tools/install.neko line 234
Called from tools/install.neko line 168
Uncaught exception - Error 256 : aborted
make: *** [libs] Error 1
I added ../bin to the NEKOPATH defined in Makefile.
That should do it.
Nicolas
---
Neko : One VM to run them all