I struggled to build neko on OS X too and I took some notes. Maybe I can help.

gc.h is for the Boehm Garbage Collector inclusion, did you install boehmgc and where?

Alex

Le 10 juin 06 à 07:59, hank williams a écrit :

#ifdef NEKO_GC
#       include "gc.h"
#else
#       ifdef _WIN32
#               define GC_DLL
#               define GC_THREADS
#               define GC_WIN32_THREADS
#       endif
#       include "gc/gc.h"  <----------------THIS FAILS UNLESS I UNCOMMENT
#define NEKO_GC
#endif


--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to