On 29 June 2017 at 13:13, Steinar H. Gunderson <sgunder...@bigfoot.com>
wrote:

> On Thu, Jun 29, 2017 at 01:10:20PM -0300, Lisandro Damián Nicanor Pérez
> Meyer wrote:
> > The header if there at build time, but as it is exposed as public API you
> > might need it too.
>
> If Qt tries to #include a GLES header in its public headers, surely lack of
> those headers would be en error message about missing .h file, not missing
> symbol?
>

Looking at
https://buildd.debian.org/status/fetch.php?pkg=nageru&arch=armel&ver=1.6.0-2&stamp=1498099680&raw=0
I can see that the problem is a not-declared method/function
(glBindTexture):

  /usr/include/arm-linux-gnueabi/qt5/QtGui/qopenglfunctions.h:595:5: error:
'::glBindTexture' has not been declared

and that libgles2-mesa-dev is there. The only thing I can try at this point
is backporting the patch Dmitry pointed out, but that won't happen soon in
my timeschedule.

Of course if someone wants to give it a try on a porterbox, please be my
guest.

Reply via email to