Thomas Sondergaard

Results 42 comments of Thomas Sondergaard

> > Good work @Neumann-A ! > > FYI: 6.7.1 is planned to be released today: https://lists.qt-project.org/pipermail/releasing/2024-April/003016.html > > Though, not sure if it has been delayed or not. >...

This is two errors in one, I think. It says "WARNING: QtWebEngine won't be built. Unmodified ffmpeg >= 5.0 is not supported." so it won't actually build QtWebEngine, but the...

There is no trace of libxml in vcpkg/buildtrees/qtwebengine/x64-linux-dynamic-dbg/CMakeFiles/CMakeConfigureLog.yaml: CMakeConfigureLog.yaml ``` --- events: - kind: "message-v1" backtrace: - "/home/ts/src/example/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake:205 (message)" - "CMakeLists.txt:14 (project)" message: | The system is: Linux - -...

nss and nspr in vcpkg.git strangely are not available on other platforms than Windows, so you have to use the distro version of these libraries. On RHEL I used `dnf...

I cannot parse your response 🤷

All the X11 dependencies too? Impressive! 💪

@Neumann-A, I've cherry-picked the commit at fix_qtwebengine_linux_dyn from https://github.com/Neumann-A/vcpkg on top of master and I have tried building qtwebengine on AlmaLinux 9.4. First issue I run into is this, if...

> Tools on linux should normally come from the system unless there is a reason not to do it. If it works using the vcpkg version great but i did...

@Neumann-A, you commit, https://github.com/Neumann-A/vcpkg/commit/20a110dcaebe797799d1b9cdcd6b5db42948d553, does a lot: 1. Makes nss and nspr available on linux 2. Applies a patch to ffmpeg 3. Adds cups port 4. Removes some lines from...

With the new package, `cups`, qtbase autodetects cups, but then fails to build. To prevent detection I can make this change: ``` diff --git a/ports/qtbase/portfile.cmake b/ports/qtbase/portfile.cmake index 9fee9d76ad..5f2b2bcdd2 100644 ---...