[haXe] Compiler error

Vincenzo Alcamo vincenzo.alcamo at gmail.com
Tue Aug 1 15:37:32 CEST 2006


Can anyone help me?

I have this compiler error on my office pc:
Called from neko/Main.nml line 128
Called from core/Args.nml line 43
Called from core/Args.nml line 50
Called from neko/Main.nml line 29
Exception : (file_contents, index.neko)
Error : Neko compilation failure

trying to compile the file Index.hx:
class Index {
    static function main() {
        neko.Lib.print(neko.Web.getParams());
    }
}

using this commandline:
haxe.exe -neko index.n -main Index

The same file is compiled correctly on my home pc.

I have already launched haxesetup.exe and the same error is displayed
if I use an .hxml file

haXe 1.04, Windows XP SP2, P4 2.8Ghz, 1GB RAM


Thanks



More information about the Haxe mailing list