[MacPorts] #56792: webkit2-gtk @2.26.1 +universal: error: use of undeclared identifiers 'TagBitsWasm' 'TagWasmMask' 'offsetExtractorTable' (was: webkit2-gtk @2.20.3 +universal: error: use of undeclared identifiers 'TagBitsWasm' 'TagWasmMask')
MacPorts
noreply at macports.org
Wed Oct 30 02:02:34 UTC 2019
#56792: webkit2-gtk @2.26.1 +universal: error: use of undeclared identifiers
'TagBitsWasm' 'TagWasmMask' 'offsetExtractorTable'
--------------------------+----------------------
Reporter: ryandesign | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: webkit2-gtk |
--------------------------+----------------------
Comment (by ryandesign):
Problem still exists with 2.26.1:
{{{
Source/JavaScriptCore/interpreter/CalleeBits.h:54:89: error: use of
undeclared identifier 'TagBitsWasm'
CalleeBits
result(reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(callee) |
TagBitsWasm));
^
Source/JavaScriptCore/interpreter/CalleeBits.h:63:54: error: use of
undeclared identifier 'TagWasmMask'
return (reinterpret_cast<uintptr_t>(m_ptr) & TagWasmMask) ==
TagBitsWasm;
^
Source/JavaScriptCore/interpreter/CalleeBits.h:63:70: error: use of
undeclared identifier 'TagBitsWasm'
return (reinterpret_cast<uintptr_t>(m_ptr) & TagWasmMask) ==
TagBitsWasm;
^
Source/JavaScriptCore/interpreter/CalleeBits.h:80:86: error: use of
undeclared identifier 'TagBitsWasm'
return
reinterpret_cast<Wasm::Callee*>(reinterpret_cast<uintptr_t>(m_ptr) &
~TagBitsWasm);
^
Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:94:12: error: use of
undeclared identifier 'offsetExtractorTable'
return offsetExtractorTable;
^
5 errors generated.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/56792#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list