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

Can't find LV2 headers while building on openSUSE #1142

Closed
fpesari opened this issue Sep 9, 2019 · 2 comments
Closed

Can't find LV2 headers while building on openSUSE #1142

fpesari opened this issue Sep 9, 2019 · 2 comments

Comments

@fpesari
Copy link

fpesari commented Sep 9, 2019

On openSUSE, I can build the VST3 version of surge just fine (it finds all headers without issue), but it doesn't build the LV2 version due to the fact that it can't find its headers:

src/lv2/AllLv2.h:2:10: fatal error: lv2/core/lv2.h: No such file or directory

lv2-devel is installed on my system, and I can build other LV2 plugins without any issues.

Surge version: master, commit f7dfe95

@baconpaul
Copy link
Collaborator

You need to git submodule update —init —recursive and the headers will show up in libs.

@baconpaul
Copy link
Collaborator

Hi - curious if the submodule update worked? I'm going to assume it does but if it doesn't please add a comment and reopen this issue. Thank you!

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

2 participants