Skip to content

Fix VSTs on Fedora 27#4276

Merged
tresf merged 1 commit into
LMMS:stable-1.2from
tresf:wine
Mar 30, 2018
Merged

Fix VSTs on Fedora 27#4276
tresf merged 1 commit into
LMMS:stable-1.2from
tresf:wine

Conversation

@tresf

@tresf tresf commented Mar 29, 2018

Copy link
Copy Markdown
Member

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