Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
5.12.1
Description
When the user follows the instructions of Qt document (https://wiki.qt.io/RaspberryPi2EGLFS) to cross-compile Qt with Raspbian Stretch sysroot and toolchain, they will get compile error because of EGL header (eglext.h) mismatch.
There was also a discussion on Qt forum complaining about this.
> qtbase compilation error with --device linux-rasp-pi3-g++ qeglfskmsgbmwindow.cpp
eglfskmsgbmwindow.cpp: In member function ‘virtual void QEglFSKmsGbmWindow::resetSurface()’: qeglfskmsgbmwindow.cpp:58:5: error: ‘PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC’ was not declared in this scope PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC createPlatformWindowSurface = nullptr; ... Makefile:3473: recipe for target '.obj/qeglfskmsgbmwindow.o' failed
Attachments
Issue Links
- relates to
-
QTBUG-62216 Raspberry Pi device qmake.conf uses incorrect .so names
- Reported