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

A question about libjack and LV2 devel files #25015

Closed
uzr123x opened this issue Sep 21, 2020 · 1 comment
Closed

A question about libjack and LV2 devel files #25015

uzr123x opened this issue Sep 21, 2020 · 1 comment

Comments

@uzr123x
Copy link

uzr123x commented Sep 21, 2020

I'm trying to compile synthv1 on Void, and ./configure gives me:
configure: WARNING: *** JACK library not found.
configure: WARNING: *** LV2 header files not found.

  1. I already have libjack installed on my system - is this the correct package, or some devel package is also required?
  2. I have no idea what package can provide LV2 headers

can someone help?

@daniel-eys
Copy link
Contributor

Void has a convenient tool called xlocate from the xtools package, which can help you locate files.
Like so:

xlocate /usr/include/jack
xlocate /usr/include/lv2

So the packages you are missing are jack-devel and lv2.

@sgn sgn closed this as completed Sep 22, 2020
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

3 participants