[Neko] Compiling from CVS on AMD64 (was: Compiling from CVS on AMD64 MacOS X)

Nicolas Cannasse ncannasse at motion-twin.com
Fri Mar 31 09:27:03 CEST 2006


>>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("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.

Nicolas



More information about the Neko mailing list