GitArUs
GitArUs
Already fixed or it is Windows only issue, or hardware related. Works fine on Linux (v0.0.27-15048-29f67448), i9-9900K, RTX 3060, all caches cleared.
On Fedora 38 original jack libraries were replaced by pipewire equivalents, but cmake cannot find them. Probably packager fault. You need to add -DCMAKE_EXE_LINKER_FLAGS="-L/usr/lib64/pipewire-0.3/jack".
I'm not sure. pkgconfig file (jack.pc) looks ok for me. When I look at verbose cmake output (with --trace-expand), it shows that proper options from pkgconfig file are found (-L/usr/lib64/pipewire-0.3/jack...