>>Uhm.
>>I would need more infos on this one. Did you edit the Makefile and
>>enabled 64-bit compilation ?
>
>
> Yes I did. I also had to tweak the Makefile, so that Neko would
> compile and link against a locally installed boehmgc, but I hope those
> changes are peaceful. I've attached a diff (and hope it gets through).
Looks ok.
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.
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)