Skip to content
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

rtmidi doesn't find jack in a non standard path. (Or the default pipewire path) #319

Open
simotek opened this issue Aug 20, 2023 · 0 comments

Comments

@simotek
Copy link

simotek commented Aug 20, 2023

For some background the pipewire implementation of libjack, commonly installs libjack.so into /usr/lib64/pipewire-0.3/jack/ but also ships pkgconfig files so pkgconf jack --exists returns the correct information as below

pkgconf jack --cflags -> -D_REENTRANT
pkgconf jack --libs -> -L/usr/lib64/pipewire-0.3/jack -ljack

This should provide all the information needed to compile the library correctly. For what its worth everything compiles fine with symlink's to /usr/lib64/. My knowledge of autotools isn't good so I can't provide a patch to easily fix the issue myself but i'm happy to test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant