-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Hi,
I'm getting a jack error after the make step:
[ 92%] Built target api_plugin
[ 92%] Building CXX object src/standalone/CMakeFiles/geonkick.dir/main.cpp.o
[ 92%] Linking CXX executable geonkick
/usr/bin/ld: cannot find -ljack: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [src/standalone/CMakeFiles/geonkick.dir/build.make:100: src/standalone/geonkick] Error 1
make[1]: *** [CMakeFiles/Makefile2:673: src/standalone/CMakeFiles/geonkick.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
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 is pipewire-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.
Reactions are currently unavailable