Re: [Interest] Problem with XCB and OpenGL

2016-05-19 Thread Calogero Mauceri
Il 5/18/2016 3:46 PM, Sean Harmer ha scritto: On Wednesday 18 May 2016 13:13:42 Calogero Mauceri wrote: GLX no What OpenGL do you have? Any? You need the EGL (for OpenGL ES) or GLX for "desktop" OpenGL typically. Make sure configure can find those headers etc. Sean, thank

Re: [Interest] Problem with XCB and OpenGL

2016-05-18 Thread Sean Harmer
On Wednesday 18 May 2016 13:13:42 Calogero Mauceri wrote: > GLX no What OpenGL do you have? Any? You need the EGL (for OpenGL ES) or GLX for "desktop" OpenGL typically. Make sure configure can find those headers etc. Cheers, Sean -- Dr Sean Harmer | sean.har...@kdab.com | Man

[Interest] Problem with XCB and OpenGL

2016-05-18 Thread Calogero Mauceri
Hi all, My application is exiting with the following error whenever I try to use OpenGL QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled My desktop is Ubuntu 12.04 (32 bit). I configured Qt 5.6.0 with the following options ./configure -qt-zlib -sys