<snip fixed stuff> > > > > This i have fixed already (I think) > > Still erroring - it doesn't like the JSTracer type and > JSCLASS_MARK_IS_TRACE. Looks like there is a different type of > callback for 1.7 so might need some compatibility magic there. >
gah missed compat macro usage, ole pointed it out seconds before you did, fixed now > > > I think JS_SET_RVAL should be JSAPI_SET_RVAL though. > > > > migt be, though some places are using the "real" spidermonkey macro as > > its just the native function call that has changed signature every > > bloody release since 1.7.0 :-( > > Ah, 1.7 doesn't have it though. I've added it to the jsapi.h header. cheers, sometime i may rename JSAPI_SET_RVAL to JSAPI_FN_SET_RVAL to make this obvious -- Regards Vincent http://www.kyllikki.org/
