On Wed, Sep 29, 2010 at 06:38:57AM -0500, Marco Peereboom wrote: > hope I caught enough of the tail end.
The error message would have been enough :) > This is on an up to the second sgi trying to build webkit entirely from > ports. you. are. crazy. > ./JavaScriptCore/runtime/JSValue.h: In constructor > 'JSC::JSValue::JSValue(JSC::JSCel > ./JavaScriptCore/runtime/JSValue.h:494: error: cast from 'JSC::JSCell*' to > 'int32_t' > ./JavaScriptCore/runtime/JSValue.h: In constructor > 'JSC::JSValue::JSValue(const JSC: > ./JavaScriptCore/runtime/JSValue.h:506: error: cast from 'JSC::JSCell*' to > 'int32_t' Here's your error, patch, try, fix, build, send me patch. According to http://trac.webkit.org/browser/trunk/JavaScriptCore/wtf/Platform.h mips cpus should be somewhat supported, but i doubt it's build-tested often here. A wild guess would be adding '|| CPU(MIPS)' to that header where WTF_USE_JSVALUE64 is defined to 1, and rebuild. Landry