RTUnreal
RTUnreal
is there a update when this will be upstreamed? Or will this PR be a patch user need to always apply?
sorry for not responding sooner. it does seem to work with stable v10: https://github.com/RTUnreal/OpenVR-AdvancedSettings/actions/runs/9907242249/job/27370491252#step:8:242 with pinned commit: https://github.com/RTUnreal/OpenVR-AdvancedSettings/actions/runs/9907323632/job/27370758674#step:8:242
running with the following: ```yml - name: Install Qt uses: jurplel/install-qt-action@v3 with: version: '6.7.0' cache: false ``` I get: ``` | Successfully set up CPython (3.11.9) [Test/test-1] ❓ ::endgroup:: [Test/test-1]...
Here is one using X11, via XWayland (with `QT_QPA_PLATFORM=xcb`): ``` Thread 4 (Thread 0x7fffcdcd26c0 (LWP 185596) "QXcbEventQueue"): #0 0x00007fffd9d1443d in poll () from /nix/store/8p33is69mjdw3bi1wmi8v2zpsxir8nwd-glibc-2.40-66/lib/libc.so.6 #1 0x00007fffd9e1dde2 in _xcb_conn_wait () from...
Also to note as of a week ago, `qt5.qtwebengine` is marked as insecure, as it contains a lot of unfixed CVEs, due to qt5webengine not being maintained anymore upstream. [1]...
I think the change to node22 was rebased out of conan, for some reason?
> Ah, thanks for catching that. Also, the update to zlib as well [1] [1]: https://github.com/overte-org/overte/compare/6a14e2870cadc8204c17c5e16bd3c69ccff91b1f..0c244e226632a44a7086c4d467e391f9f96bc615#diff-63f09721ade419d29886e8190ffa3c9c756baa9bef8802a7f2aeabf3b545164fR81
it seems that abseil is causing issues? It is a dependency of webrtc-ap-2. Do we need to update it as well?
I figured it out, the `CXX_STANDARD` was reset to c++17, so `std::partial_ordering` was not available anymore for `abseil` -> `webrtc-audio-processing` -> `overte`
The issue _should_ not be the build flags, as I can not find any problem with that? I use libnode 22.20 and the conan package shows 22.17.1. Should we update...