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

Fix VSTs on Fedora 27 #4276

Merged
merged 1 commit into from
Mar 30, 2018
Merged

Fix VSTs on Fedora 27 #4276

merged 1 commit into from
Mar 30, 2018

Conversation

tresf
Copy link
Member

@tresf tresf commented Mar 29, 2018

First, @GuessWhatBBQ reported on Discord that lmms will fail to find the wine headers on Fedora 27 with the following message: "VST-instrument hoster not found, please install (lib)wine-dev (or similar)".

On Fedora 27, windows.h is located at:

/usr/include/wine/wine/windows/windows.h

So this PR adds wine/wine to the FindWine.cmake search path

Second, the build will still complain fatal error: windef.h: No such file or directory #include <windef.h>.

On Fedora 27, windef.h is located at:

 /usr/include/wine/wine/windows/windef.h

Compilation succeeds by adding ${WINE_INCLUDE_DIR}/windows to the includes for vst_base.

screen shot 2018-03-28 at 11 32 45 pm

@tresf tresf merged commit 1df461d into LMMS:stable-1.2 Mar 30, 2018
@coreybruce coreybruce mentioned this pull request Mar 30, 2018
sdasda7777 pushed a commit to sdasda7777/lmms that referenced this pull request Jun 28, 2022
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

Successfully merging this pull request may close these issues.

1 participant