Making neko from 1.1 sources on WinXP with gcc (MinGW/MSYS)... Make fails at compile step with:
(cd src; LD_LIBRARY_PATH=../bin: NEKOPATH=../boot ../bin/nekovm nekoml/Main -v neko/Main.nml nekoml/Main.nml) Called from nekoml/Main.nml line 71 Called from nekoml/Typer.nml line 1217 Called from nekoml/Typer.nml line 1163 Called from nekoml/Parser.nml line 582 Called from nekoml/Parser.nml line 583 Called from nekoml/Parser.nml line 120 Called from nekoml/Parser.nml line 121 Called from nekoml/Parser.nml line 128 Called from core/Core.nml line 291 Called from nekoml/Parser.nml line 573 Called from core/Lexer.nml line 220 Called from nekoml/Lexer.nml line 123 Called from core/Buffer.nml line 42 Exception : [EMAIL PROTECTED] So I tried running test.n C:\Dev\neko\neko-1.1-src\bin>nekovm.exe test.n The virtual machine is working ! Calling a function inside std library... Called from tools/test.neko line 3 Uncaught exception - [EMAIL PROTECTED] By inserting a printf I determined that load_primitive is finding test() (i.e., test__0). Any hints where to look next? e --- Neko : One VM to run them all
