> After fixing this, I get this:
> 
> (...)
> neko/Lexer
> neko/Parser
> neko/Xml
> Xml
> Sys
> Stack
> Args
> (cd src; LD_LIBRARY_PATH=../bin:/usr/local/lib NEKOPATH=../boot:../bin 
> ../bin/neko nekoc tools/install.neko)
> (cd src; LD_LIBRARY_PATH=../bin:/usr/local/lib NEKOPATH=../boot:../bin 
> ../bin/neko tools/install)
> ../bin/neko nekoc tools/test.neko
> cp tools/test.n ../bin
> ../bin/neko nekoc tools/nekoboot.neko
> cp tools/nekoboot.n ../bin
> ../bin/neko nekoc mtypes/std.neko
> Called from neko/Main.nml line 128
> Called from core/Args.nml line 50
> Called from neko/Main.nml line 29
> Exception : (file_contents, mtypes/std.neko)
> Called from tools/install.neko line 245
> Uncaught exception - Error 65280 : aborted
> make: *** [libs] Error 1
> 
> Now, I don't know how to continue.
> Any help on this would be appreciated
> 
> thanks,
> klaas-jan

Do you have a file named  neko/src/mtypes/std.neko ?
I don't see any reason why it couldn't be found.

Nicolas

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

Reply via email to