Subj : Re: SpiderMonkey on Mac/Codewarrior To : Bruce Wheaton From : Brendan Eich Date : Tue Aug 10 2004 04:06 pm Bruce Wheaton wrote: > I just came across SpiderMonkey and it looks like it would fill some feature > requests I've had. I do have a couple of questions. > > Are there instructions on building a project from scratch? I'd like to make > a Codewarrior cross-platform project (OS X and Win32) and nothing seems > available. I have the source code from rc6a, but will I need to make a > header with definitions to make it compile the way I want? Maybe http://lxr.mozilla.org/mozilla/source/js/src/README.html#Build is way out of date? > Also, is this embedding SpiderMonkey 'trivial'? The docs may it seem quite > reasonable, although a lot of work publishing C++ classes I want available > to Javascript. If you want C++ wrappers, there are some around. I recall Franky Braem's stuff (http://users.skynet.be/saw/SpiderMonkey.htm) off-hand, and Shanti Rao's stuff (http://www.jsdb.org/). There may be others, but those stand out in my (overcrowded) memory -- hope this helps. /be .