[Qt] Build on Windows requires bison/flex in PATH
Created attachment 163292 [details] Patch
Created attachment 163305 [details] Patch Updated patch to accomodate ANGLE windows build
Created attachment 163526 [details] Patch Updated patch that modifies the tools-in-PATH check on Windows to look for win_flex instead of flex
Comment on attachment 163305 [details] Patch Clearing flags on attachment: 163305 Committed r128308: <http://trac.webkit.org/changeset/128308>
All reviewed patches have been landed. Closing bug.
Note: This patch breaks the generator commands in case GNUTOOLS references an invalid directory, please reconsider. '$${GNUTOOLS} && $$val_escape($${generator}.commands)' then evaluates to 'SOME_DIR && ...' which breaks compilation.
(In reply to comment #6) > Note: This patch breaks the generator commands in case GNUTOOLS references an invalid directory, please reconsider. > > '$${GNUTOOLS} && $$val_escape($${generator}.commands)' then evaluates to 'SOME_DIR && ...' which breaks compilation. Ooops! Well spotted. I'll fix it right away.
Prospectively fixed in http://trac.webkit.org/changeset/128328