[Webkit-unassigned] [Bug 119373] webkit-gtk fails to build with bison-3.0
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 5 01:49:19 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=119373
Zan Dobersek <zandobersek at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |gns at gnome.org,
| |mrobinson at webkit.org,
| |zandobersek at gmail.com
Ever Confirmed|0 |1
--- Comment #1 from Zan Dobersek <zandobersek at gmail.com> 2013-08-05 01:49:01 PST ---
Confirmed.
There are already generated glslang_tab.cpp and glslang_tab.h files in the ANGLE directory, produced by Bison 2.7[1].
The third-party sources have these two files regenerated with Bison 2.3, for Mac port's purposes.
The GTK port regenerates these with the Bison it finds during the configuration. With Bison 3.0, the generated files are causing compilation errors. Could the GTK port switch to building the files that were generated with Bison 2.3, just like the Mac port?
Also, only the GTK port generates and compiles the glslang.cpp file, so this part could possibly be removed.
[1] https://code.google.com/p/angleproject/source/browse/src/compiler/glslang_tab.cpp
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list