| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/x11-toolkits/qt5-gui/files/ |
Upload File : |
Regressed by https://github.com/KhronosGroup/EGL-Registry/commit/64aa561f1971
main.cpp:13:14: error: cannot initialize a variable of type 'Display *' (aka '_XDisplay *') with an rvalue of type 'EGLNativeDisplayType' (aka 'void *')
Display *dpy = EGL_DEFAULT_DISPLAY;
^ ~~~~~~~~~~~~~~~~~~~
--- src/gui/configure.json.orig 2020-10-27 08:02:11 UTC
+++ src/gui/configure.json
@@ -845,6 +845,7 @@
"// window and pixmap types will be different than what an X-based platform",
"// plugin would expect."
],
+ "head": [ "#define USE_X11" ],
"include": [ "EGL/egl.h", "X11/Xlib.h" ],
"main": [
"Display *dpy = EGL_DEFAULT_DISPLAY;",