Re: [Interest] Compilation issue for OpenGL ES2 on ARM/Linux

2013-04-16 Thread Thomas Senyk
On Tue, April 16, 2013 07:47:32 AM Andre Renaud wrote: > Hi Thomas, > I don't think it's a problem with egl.h itself. The problem seems > actually to be that for some reason QT_NO_EGL is getting defined, > meaning that when egl/qegl_p.h is #include'd, it ends up only defining > a few of the EGL opt

Re: [Interest] Compilation issue for OpenGL ES2 on ARM/Linux

2013-04-15 Thread Andre Renaud
Hi Thomas, I don't think it's a problem with egl.h itself. The problem seems actually to be that for some reason QT_NO_EGL is getting defined, meaning that when egl/qegl_p.h is #include'd, it ends up only defining a few of the EGL options (and noy including GLES2/gl2.h). The problem I have is I can

Re: [Interest] Compilation issue for OpenGL ES2 on ARM/Linux

2013-04-15 Thread Thomas Senyk
On Mon, April 15, 2013 09:44:29 AM Andre Renaud wrote: > Hi Thomas, > > > What does configure tell you? ... configure with -egl to enforce it. > > (if you post the configure output, always add -v (verbose) to configure) > > I'm not entirely sure which bit of the configure output you're after > th

Re: [Interest] Compilation issue for OpenGL ES2 on ARM/Linux

2013-04-14 Thread Andre Renaud
Hi Thomas, > What does configure tell you? ... configure with -egl to enforce it. > (if you post the configure output, always add -v (verbose) to configure) I'm not entirely sure which bit of the configure output you're after there. I've added the -egl flag, but it doesn't seem to make any differ

Re: [Interest] Compilation issue for OpenGL ES2 on ARM/Linux

2013-04-12 Thread Thomas Senyk
On Wed, April 10, 2013 04:19:37 PM Andre Renaud wrote: > Hi, > I'm trying to cross compile Qt 4.8.4 for an ARM target, with OpenGL ES2 > support. > I use the following configure line: > ./configure -opensource -embedded arm -confirm-license -xplatform > qws/linux-arm-gnueabi-g++ -no-qt3support -pre

[Interest] Compilation issue for OpenGL ES2 on ARM/Linux

2013-04-09 Thread Andre Renaud
Hi, I'm trying to cross compile Qt 4.8.4 for an ARM target, with OpenGL ES2 support. I use the following configure line: ./configure -opensource -embedded arm -confirm-license -xplatform qws/linux-arm-gnueabi-g++ -no-qt3support -prefix / -qt-mouse-tslib -qt-gfx-linuxfb -qt-gfx-transformed -opengl e