Subj : Re: JS_DestroyContext() access violation.. To : netscape.public.mozilla.jseng From : njaguar Date : Fri Feb 28 2003 12:05 pm On Fri, 28 Feb 2003 09:15:30 -0800, Brendan Eich wrote: >> >> >>Again, I can't get the darned thing to compile! I put all the nspr >>stuff in the js src dir, add JS_THREADSAFE as a define, and it throws >>out tons of mac defines not found errors.. so either I gotta delete >>HUGE (and many) chunks of code to get it to compile (which I don't >>really want to deal with), or I gotta somehow find where those files >>are... They weren't included with the spidermonkey release, nor with >>the nspr release.. :( >> > >What are these header files? Name three, for example. I asked Phil >Schwartau to see if RC5 lacked any files that >were in RC4a. What platform and compiler are you building on? > >/be prcpucfg.h, for example, when I set JS_THREADSAFE on. This is part of the mac includes, which are in the nspr mac/ dir, and I'd have to grab them and put them all in a single directory for it to compile.. however, this doesnt even work, because there are even more missing files after doing this.. I would figure that they would be coded as a reference like nspr/mac/... rather than wanting them all in my root compile directory.. Trying to compile under Windows 2000, SP3, VC6 I'd really like to get this thing to compile with minimal fuss.. :) .