the opengl functionality tests failed
-
I am also getting same error while compiling qt-everywhere-src-5.12.12 on CetnOS 7
Tried to get more logs with ./configure -v optionERROR: The OpenGL functionality tests failed! You might need to modify the include and library search paths by editing QMAKE_INCDIR_OPENGL[_ES2], QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your platform.
I already installed : yum install mesa-libGL-devel mesa-libGLU-devel
Still same error -
@jsulm checked config log which has multiple dependency errors:
/root/tmp/qt-everywhere-src-5.12.12/qtdeclarative/config.tests/d3d12/d3d12.cpp:40:19: fatal error: d3d12.h: No such file or directory
/root/tmp/qt-everywhere-src-5.12.12/qtlocation/config.tests/winrt/main.cpp:30:28: fatal error: windows.system.h: No such file or directory
/root/tmp/qt-everywhere-src-5.12.12/qtwebengine/config.tests/alsa/alsatest.cpp:29:28: fatal error: alsa/asoundlib.h: No such file or directory
/root/tmp/qt-everywhere-src-5.12.12/qtwebengine/config.tests/khr/khr.cpp:29:29: fatal error: KHR/khrplatform.h: No such file or directory
/root/tmp/qt-everywhere-src-5.12.12/qtwebengine/config.tests/re2/re2.cpp:29:21: fatal error: re2/re2.h: No such file or directory
/root/tmp/qt-everywhere-src-5.12.12/qtwebengine/config.tests/snappy/snappy.cpp:29:20: fatal error: snappy.h: No such file or directoryto resolve it I installed below packages but no luck
libvkd3d-devel kf5-kwindowsystem-devel alsa-lib-devel pcre2-devel snappy-devel
-
@KiranS said in the opengl functionality tests failed:
but no luck
Still same errors?
I suggest to run configure from clean state (new build folder). -