Le 05/03/2012 16:39, Alexander Konotop a écrit :
Hello :-)

I'm building 64bit neko 1.8.2 *.deb package.
I've built it, helloworld (trace) works. Also I've built haxe 2.08.
But when I'm trying to compile more smth more complex than helloworld -
I get this message while trying to run compiled *.n:

Uncaught exception - module.c(124) : Builtin not found : t

Seems like you're having an "untyped $t" somewhere in your haXe code.

$-prefixed variables are reserved for builtins in Neko, so you shouldn't use them for other purposes.

Best,
Nicolas

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

Reply via email to