[PyQt] PyQt-5.8.0 fails to build against Qt with OpenGLES support

Phil Thompson phil at riverbankcomputing.com
Sat Feb 25 10:38:05 GMT 2017


On 25 Feb 2017, at 10:24 am, Heiko Becker <heirecka at exherbo.org> wrote:
> 
> Hi,
> 
> On 02/24/17 23:49, Phil Thompson wrote:
>>> if Qt is compiled with support for OpenGLES, PyQt 5.8.0 fails to build
>>> with the error below. With Qt without OpenGLES it builds fine, as well
>>> as with PyQt-5.7 regardless of the state of OpenGLES.
>>> 
>>> Any idea why this might happen?
>> 
>> It might happen if your system supports OpenGLES v3 (rather than v2).
> 
> I see it on one system which only supports v2.
> 
>> Try tonight's snapshot.
> 
> Thanks, but unfortunately, that doesn't help.

OpenGLES isn't being detected on your system for some reason and is falling back to desktop OpenGL. What is the content of qtdetail.out generated by configure.py?

Phil


More information about the PyQt mailing list