Nicolas Cannasse wrote:
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
yes it's there. Anyway, I just downloaded a binary version, a bit easier :-)
Another question: Is there some test suite (for instance "make test") in
order to test the neko compiler?
Or is there any distribution of example files, which can be used to
learn Neko?
regards,
klaas-jan
--
Neko : One VM to run them all
(http://nekovm.org)