Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.14.2
-
None
-
ubuntu 20.04
VMware
Description
Running in a Ubuntu20.04 virtual machine, with configured as below:
bulid the source in https://download.qt.io/official_releases/qt/5.14/5.14.2/single/qt-everywhere-src-5.14.2.tar.xz
Configured as below
../qt-everywhere-src-5.14.2/configure -prefix /opt/qt-everywehre-5.14.2/ -xplatform linux-arm-gnueabi-g++ -release -opensource -no-openssl -no-opengl -no-xcb -no-pkg-config -no-iconv -no-glib
Keep get the following error:
cd render/ && ( test -e Makefile || /home/sl/qt-everywhere-build/qtbase/bin/qmake -o Makefile /home/sl/qt-everywhere-src-5.14.2/qtquick3d/src/render/render.pro ) && make -f Makefile Project ERROR: Unknown module(s) in QT: openglextensions make[2]: *** [Makefile:96: sub-render-make_first-ordered] Error 3 make[2]: Leaving directory '/home/sl/qt-everywhere-build/qtquick3d/src' make[1]: *** [Makefile:50: sub-src-make_first] Error 2 make[1]: Leaving directory '/home/sl/qt-everywhere-build/qtquick3d' make: *** [Makefile:366: module-qtquick3d-make_first] Error 2