Roger Freitas Pereira
Roger Freitas Pereira
The build issue was caused by the recent update to CMake 4, which removed compatibility with `CMakeLists.txt` files targeting versions older than 3.5 — as was the case with the...
I updated `nanopb` directly inside the `Criterion` template you provided, as the patch structure suggests it sources the files directly from there. Glad to hear our findings align — let...
No worries, take your time. Thanks for letting me know!
`Criterion` has released version 2.4.3, which now depends on `nanomsg` 1.2.2 in its Meson wrap. I have opened a PR updating `nanomsg` to 1.2.2 to match this new requirement: void-linux/void-packages#57875.
Thanks for your interest in the PR and for offering your help! It's been a while since I last worked on this, so I need to review the updated packages...
Hi, I had reviewed the commits and ended up pushing the updates, but I actually intended to mark the PR as a draft since I was still retesting things locally...
I successfully compiled Carla version 2.5.9 on Void Linux using a similar patch. However, I removed the `try except ModuleNotFoundError` block and imported `pyliblo3` directly. It was built and tested...
I previously tested `Carla` version 2.5.9 on Void Linux using a similar approach, testing both `pyliblo` and `pyliblo3`, and observed issues with synchronization in `carla-control`, as detailed in my [previous...
Thanks for the ping. I can test Blender 5.0 against the updated Vulkan stack. I’ll run builds and check for any regressions. If everything works as expected, I’ll report back;...