[Webkit-unassigned] [Bug 233007] ODR violations caused by ANGLE and WebCore's use of bison
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 11 17:29:11 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=233007
--- Comment #4 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Kimmo Kinnunen from comment #1)
> Some of the clashes can be worked around by defining the bison and flex
> prefix.
Found some documentation:
https://www.gnu.org/software/bison/manual/html_node/Multiple-Parsers.html
Unfortunately there was an incompatible syntax change, apparently the braces are required for modern bison but not allowed for older bison. Oh well.
Stack Overflow (one of the answers covers flex too):
https://stackoverflow.com/questions/1634704/multiple-flex-bison-parsers
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211112/cae9e75f/attachment.htm>
More information about the webkit-unassigned
mailing list