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 On Sun, Mar 3, 2019 at 5:02 PM Bruce Dubbs via blfs-dev < [email protected]> wrote: > On 3/3/19 8:24 AM, spiky0011 via blfs-dev wrote: > > > > On 03/03/2019 12:01, Armin K. via blfs-dev wrote: > >> On 3.3.2019. 07:44, spiky0011 via blfs-dev wrote: > >>> > >>> On 03/03/2019 00:34, Ken Moffat via blfs-dev wrote: > >>>> On Sat, Mar 02, 2019 at 05:23:48PM -0600, Bruce Dubbs via blfs-dev > >>>> wrote: > > >>> Checking for PCRE2... yes. So it found Pcre2 in config. The only change > >>> I have done is GCC-8.3 > > Aha! > > > Ok ran qmake make on qtscript, > > > > ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:483:5: error: > > expected ‘(’ before ‘volatile’ > > asm volatile ( > > ^~~~~~~~ > > ( > > ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:484:1: error: > > expected unqualified-id before string constant > > ".text\n" > > ^~~~~~~~~ > > ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:483:15: > > error: expected ‘)’ before string constant > > asm volatile. > > It appears to be our first gcc-8.3 issue. I just informally installed > gcc-8.3 yesterday on my development system. I'll investigate later > today if someone doesn't beat me to it. > > -- Bruce > > -- > http://lists.linuxfromscratch.org/listinfo/blfs-dev > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page >
-- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
