Hello, On 03/08/2019 12:01 AM, Bruce Dubbs via blfs-dev wrote:
On 3/7/19 10:49 PM, Jean-Marc Pigeon via blfs-dev wrote:Hello,Trying to compile Qt-5.12.1 using new compiler gcc-8.3.0 Got and error ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:535:1: error: expected unqualified-id before string constant ".globl " SYMBOL_STRING(ctiOpThrowNotCaught) "\n" ^~~~~~~~~ ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:534:15: error: expected ‘)’ before string constant asm volatile ( ~^ ) ".globl " SYMBOL_STRING(ctiOpThrowNotCaught) "\n" ~~~~~~~~~ In file included from ../3rdparty/javascriptcore/JavaScriptCore/jit/ExecutableAllocator.h:35, from ../3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:31, from ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.h:34, from ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:31 Could somebody duplicate it and confirm?There has been a fix in the book for a couple of days now: First fix a problem when using gcc-8.3: sed -i "s/volatile//" \ qtscript/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp -- Bruce
I do confirm this patch as the solution Compiled qt-5.12.1 without further trouble. Many Thanks. -- seen "Linux from scratch" and looking for ISO files www.osukiss.org
smime.p7s
Description: S/MIME Cryptographic Signature
-- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
