Subj : Re: SpiderMonkey Examples To : netscape.public.mozilla.jseng From : Brendan Eich Date : Tue Jul 12 2005 07:48 pm Jeremy Gillick wrote: > On line #5, before including jsapi.h, I have "#define XP_UNIX", and > still no joy. Am I doing it correctly? Looking at the errors slightly more closely (you too can see this): jstypes.h:231:71: jsautocfg.h: No such file or directory That means you have not run jscpucfg. Makefile.ref should do this for you in its $(OBJDIR)/jsautocfg.h rule. Debug why it didn't. /be .