On 3/31/06, Nicolas Cannasse <[EMAIL PROTECTED]> wrote:
> Maybe try to edit neko/vm/module.c and replace :
>
> #define ERROR() { return NULL; }
>
> by
>
> #define ERROR() { printf("[EMAIL PROTECTED]", __LINE__); return NULL; }
>
> Then recompile and run, that should give a more precise error.
> Please use CVS version and not 1.2 sources.
OK, I did that, this is what I get:
[EMAIL PROTECTED]
Uncaught exception - load.c(351) : Invalid module : nekoc
So it's around here:
if( !neko_check_stack(m,stmp,itmp,f->nargs,f->nargs) )
ERROR();
I couldn't figure it out though.
Nuno Cruces
--
Neko : One VM to run them all
(http://nekovm.org)