>>A slightly longer paste:
>>#ifdef MESA_EGL_NO_X11_HEADERS
>>typedef void            *EGLNativeDisplayType;
>>typedef khronos_uint32_t EGLNativePixmapType;
>>typedef khronos_uint32_t EGLNativeWindowType;
>>#else
>>/* X11 (tentative)  */
>>#include <X11/Xlib.h>
>>#include <X11/Xutil.h>
>>typedef Display *EGLNativeDisplayType;
>>typedef Pixmap   EGLNativePixmapType;
>>typedef Window   EGLNativeWindowType;
>>#endif /* MESA_EGL_NO_X11_HEADERS */

>I've already tried with the option -DMESA_EGL_NO_X11_HEADERS passed to the 
>configure script but no luck.
>I'm missing something?

I've found online that this options was inserted with a patch to 
EGL/eglplatform.h but I don't have that code inside my file (so that option 
actually don't work for me), so I've added it manually and now I'm rebuilding 
everything.
I'll keep you up to date.

Regards.

---
Matteo Brichese
Software Engineer
mbrich...@came.it
Came Cancelli Automatici S.p.A.
www.came.com
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to