@kkoehne Thank you so much for your prompt reply...
This ERROR is now solved by manually build and install draco and assimp.
However, I still got the following issue:
Call Stack (most recent call first):
qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:224 (qt_internal_add_plugin)
qtwayland/src/imports/compositor-extensions/qtshell/CMakeLists.txt:5 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
Configuring 'qtwebsockets'
Configuring 'qtwebchannel'
Configuring 'qtwebengine'
-- Checking 'ulimit -n'
-- Open files limit 1024
-- Creating linker launcher
-- Support check for QtWebEngine failed: Could not find all necessary libraries for qpa-xcb support. X11:YES LIBDRM:YES XCOMPOSITE:YES XCURSOR:YES XRANDR:YES XI:YES XPROTO:YES XSHMFENCE:YES XTST:YES
Configuring 'qtwebview'
Could NOT find Qt6WebEngineCore (missing: Qt6WebEngineCore_DIR)
CMake Warning at qtbase/lib/cmake/Qt6/Qt6Config.cmake:263 (message):
Failed to find Qt component "WebEngineCore".
Expected Config file at
"/home/longervision/Downloads/Programming/GUI/qt-everywhere-src-6.3.0/qtbase/lib/cmake/Qt6WebEngineCore/Qt6WebEngineCoreConfig.cmake"
does NOT exist
Call Stack (most recent call first):
qtwebview/CMakeLists.txt:12 (find_package)
Could NOT find Qt6WebEngineQuick (missing: Qt6WebEngineQuick_DIR)
CMake Warning at qtbase/lib/cmake/Qt6/Qt6Config.cmake:263 (message):
Failed to find Qt component "WebEngineQuick".
Expected Config file at
"/home/longervision/Downloads/Programming/GUI/qt-everywhere-src-6.3.0/qtbase/lib/cmake/Qt6WebEngineQuick/Qt6WebEngineQuickConfig.cmake"
does NOT exist
Call Stack (most recent call first):
qtwebview/CMakeLists.txt:12 (find_package)
-- The following OPTIONAL packages have not been found:
* zstd
* PCRE2 (required version >= 10.20)
* unofficial-brotli
* harfbuzz (required version >= 2.6.0)
* Slog2
* DirectFB
* DB2, IBM DB2 client library, <https://www.ibm.com>
* Oracle, Oracle client library, <https://www.oracle.com>
* ODBC
* Interbase, Interbase client library, <https://www.embarcadero.com/products/interbase>
* Jasper
* WrapJasper
* Qt6LanguageServer (required version >= 6.3.0)
* LTTngUST
* AVFoundation
* WMF
* Qt6Gamepad (required version >= 6.3.0)
* litehtml
* Uacpp, The Unified Automation C++ OPC UA SDK, <https://www.unified-automation.com/products/server-sdk/c-ua-server-sdk.html>
* Gypsy
* Sensorfw
* CerenceHwrAlphabetic
* CerenceHwrCjk
* CerenceXt9
* MyScript
* Waylandkms
* Qt6JpegPrivate (required version >= 6.3.0)
* Qt6PngPrivate (required version >= 6.3.0)
* Qt6HarfbuzzPrivate (required version >= 6.3.0)
* Qt6FreetypePrivate (required version >= 6.3.0)
* Qt6ZlibPrivate (required version >= 6.3.0)
* Gn (required version == 6.3.0), Meta-build system, <https://gn.googlesource.com/gn/>
* Qt6QmlCompilerPlusPrivate
* Qt6WebEngineCore (required version >= 6.3.0)
* Qt6WebEngineQuick (required version >= 6.3.0)
Some of the so-called not-found packages, I've already installed from repository.
Others seem to be NOT available on Ubuntu 22.04.
Any further suggestions? From https://www.tal.org/tutorials/building-qtwebengine, do I have to install everything else before trying to install QtWebEngine?
Thank you