Indeed, that line is not found in GLES2/gl2.h. The source comes from 
Toradex_CE800 SDK, which they provide in support of their Colibri VF61 SOM and 
eval board. I'll take the issue up with them. Thanks for the help!

Mike

-----Original Message-----
From: Interest [mailto:[email protected]] On 
Behalf Of Thiago Macieira
Sent: Friday, July 15, 2016 12:09 PM
To: [email protected]
Subject: Re: [Interest] Build fail and OpenGL

On sexta-feira, 15 de julho de 2016 08:25:03 PDT Michael R Nelson wrote:
> c:\qt\5.6\src\qtbase\include\qtgui\../../src/gui/opengl/qopengles2ext.
> h(22)
> : error C2146: syntax error : missing ';' before identifier 'GLint64'
>
> Can someone help me understand why the build fails? Is it because I've
> not properly addressed lack of hardware acceleration somehow? Is there
> a configure option I need to specify to address this point?

That line is:

typedef khronos_int64_t GLint64;

Looks like your GLES/gl2.h header missed the definition of khronos_int64_t. Can 
you confirm that your OpenGL headers are broken?

Can you find out what source of OpenGL headers you have? Do they come with 
Windows? With a driver?

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Please be advised that this email may contain confidential information. If you 
are not the intended recipient, please notify us by email by replying to the 
sender and delete this message. The sender disclaims that the content of this 
email constitutes an offer to enter into, or the acceptance of, any agreement; 
provided that the foregoing does not invalidate the binding effect of any 
digital or other electronic reproduction of a manual signature that is included 
in any attachment.
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to