Mark H Weaver <[email protected]> writes: > It would also be good to fix Qt-5 on i686.
I've been looking into this but didn't come very far on fixing it. I opened a Qt bug report on it: https://bugreports.qt.io/browse/QTBUG-45205 In short, the qtwebengine sources end up including both GL headers, and a GLES2-specific header in the Chromium source tree. (GL and GLES can generally not be included at the same time.) Taylan
