Hi,

I have some trouble compiling Neko on my Linux box. I got a slackware install. First I ran into some troubles, but fixed that; the "bin" directory had to be created manually, and LD_LIBRARY_PATH wasn't pointing to anything, so the GC lib couldn't be found.

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

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

Reply via email to