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 What does it look like, what does it mean? I can't load ndlls? I've put them in the wrong place? I have them in /usr/lib/neko. Maybe I've missed some compilation flags? I had an issue with libneko.so - for example nekotools server crashed while trying to start. I've created a symlink /usr/lib/neko/libneko.so -> /usr/lib/libneko.so - now nekotools server works. But my application still does not. BTW application uses haxe.Http and neko.vm.Threads. Best regards Alexander -- Neko : One VM to run them all (http://nekovm.org)
