On 3/3/19 1:24 PM, Bruce Dubbs wrote:
On 3/3/19 11:55 AM, martyn vidler wrote:
Found this out
EncodedJSValue JIT_STUB cti_vm_throw(STUB_ARGS_DECLARATION);
+    EncodedJSValue JIT_STUB cti_vm_throw(STUB_ARGS_DECLARATION) __attribute__((used));

Hope this helps some can make a patch and test

Please do not top post.

I don't know what this does or what file this applies to.

I did find one upstream commit that seems to address the issue.  I'm testing it now and will post it if it works.

The commit was made Jan 28, so I think the workaround will not be needed when the next version of QT is released.

OK, this seems to work:

sed -i "s/volatile//" \
  qtscript/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp

Place it in the qt-5.12.1 instructions right after changing to the extracted qt directory.

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to