-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pipewire-jack-audio-connection support for Geonkick build system #62
Comments
There was a similar issue documented in SuperCollider, I think this will help me solve this: supercollider/supercollider#5678 |
I'm using pipewire on manjaro and geonkick builds without problem, so the issue is probably on Fedora's side. |
@nikolas If you don't need the standalone version, you can turn off from CMakeList file |
@nikolas I'll check to see if I can reproduce. |
@nikolas you need install jack-audio-connection-kit-devel instead of pipewire-jack-audio-connection-kit-devel... but actually the problem that there is a need to add pipewire check for Geonkick build system in order it to find jack library installed by pipewire package. |
if you want specifically pipeware/jack a workaround is instead of -ljack use the full path to jack library /usr/lib64/pipware-0.3/jack/libjack.so in https://github.com/Geonkick-Synthesizer/geonkick/blob/main/src/standalone/CMakeLists.txt |
Hi,
I'm getting a jack error after the
make
step:I have libjack installed. Fedora uses pipewire, so it's a pipewire version of jack, installed at
/usr/lib64/pipewire-0.3/jack/libjack.so
. Maybe something needs to be adjusted on the code side? The Fedora package ispipewire-jack-audio-connection-kit-devel
.Alternatively, do you offer a pre-build Fedora rpm of geonkick somewhere? The readme mentions Fedora, but I can't find one anywhere.
The text was updated successfully, but these errors were encountered: