Qt 6.3.1 compilation failure : convert_dict.stamp needed by qwebengine_convert_dict
-
Hello, I am trying to compile Qt 6.3.1 from source. All "build" option are ON except QtQuick3d (BUILD_SHARED_LIBS, BUILD_WITH_PCH, BUILD_qt3d, BUILD_qt5compat, BUILD_qtactiveqt, BUILD_qtbase, BUILD_qtcharts, BUILD_qtcoap, BUILD_qtconnectivity, BUILD_qtdatavis3d, BUILD_qtdeclarative, BUILD_qtdoc, BUILD_qtimageformats, BUILD_qtlanguageserver, BUILD_qtlottie, BUILD_qtmqtt, BUILD_qtmultimedia, BUILD_qtnetworkauth, BUILD_qtopcua, BUILD_qtpositioning, BUILD_qtquicktimeline, BUILD_qtremoteobjects, BUILD_qtscxml, BUILD_qtsensors, BUILD_qtserialbus, BUILD_qtserialport, BUILD_qtshadertools, BUILD_qtsvg, BUILD_qttools, BUILD_qttranslations, BUILD_qtvirtualkeyboard, BUILD_qtwayland, BUILD_qtwebchannel, BUILD_qtwebengine, BUILD_qtwebsockets, BUILD_qtwebview)
Almost all modules compile fine. Yet, I have an issue with QtWebEngine. Here is the error I get:
gmake[2]: *** No rule to make target 'qtwebengine/src/core/Release/x86_64/convert_dict.stamp' needed by 'qtbase/libexec/qwebengine_convert_dict'. Stop. gmake[1]: *** [CMakeFiles/Makefile2:80893 : qtwebengine/src/core/tools/CMakeFiles/qwebengine_convert_dict.dir/all] Error 2
Is anyone knows how to fix this issue? Should I report upstream?