I just checked out the master branch and tried building on a clean install of the SDK (brand new install of everything on a clean VM) and it breaks inside JSCore. Is there a "stable" revision that I can roll back to?
[ 5%] Built target test_wtf
[ 5%] [ 5%] Building CXX object Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/jit/JITCode.cpp.o
Building CXX object Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/jit/JITExceptions.cpp.o
/home/pi/webkitnix/Source/JavaScriptCore/jit/JITExceptions.cpp: In function 'void JSC::genericUnwind(JSC::VM*, JSC::ExecState*, JSC::JSValue)':
/home/pi/webkitnix/Source/JavaScriptCore/jit/JITExceptions.cpp:60:54: error: 'returnFromJavaScript' was not declared in this scope
make[2]: *** [Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/jit/JITExceptions.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/home/pi/webkitnix/Source/JavaScriptCore/jit/JITCode.cpp: In member function 'JSC::JSValue JSC::JITCode::execute(JSC::JSStack*, JSC::CallFrame*, JSC::VM*)':
/home/pi/webkitnix/Source/JavaScriptCore/jit/JITCode.cpp:49:85: error: 'callToJavaScript' was not declared in this scope
make[2]: *** [Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/jit/JITCode.cpp.o] Error 1
make[1]: *** [Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/all] Error 2
make: *** [all] Error 2
I just checked out the master branch and tried building on a clean install of the SDK (brand new install of everything on a clean VM) and it breaks inside JSCore. Is there a "stable" revision that I can roll back to?