[Neko] Compiling from CVS on AMD64 (was: Compiling from CVS on
AMD64 MacOS X)
ncruces
ncruces at gmail.com
Fri Mar 31 16:15:09 CEST 2006
On 3/31/06, Nicolas Cannasse <ncannasse at motion-twin.com> wrote:
> Maybe try to edit neko/vm/module.c and replace :
>
> #define ERROR() { return NULL; }
>
> by
>
> #define ERROR() { printf("ERROR@%d\n", __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:
ERROR at 476
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
More information about the Neko
mailing list