-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
VST plugin compilation fix in ubuntu 64bit. #3220
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
Conversation
when compiling on ubuntu 16.10 64bit, the VST compilation succeeds only when adding -L/usr/lib/i386-linux-gnu/wine/ to the linker flags.
Interesting that I have same Ubuntu version but I can compile without this fix. Wine 1.8.5. |
without it I get: |
So it's finding the 64-bit instead of 32-bit. Is this a bug with pkgconfig perhaps? |
karmux: you gave me the wrong thread |
@gnudles I edited it few seconds later. |
Do you have |
Well, I saw the thread you posted. |
I'm going to close this pull request. It's probably an issue with packages on your system. I never had problems with compiling LMMS with VST support on ubuntu, it's always been a matter of copy pasting the commands from our wiki tutorial. Anyways, feel free to keep us posted if you resolve the issue, |
Superseded by #3593, which has now been merged to |
when compiling on ubuntu 16.10 64bit, the VST compilation succeeds only
when adding -L/usr/lib/i386-linux-gnu/wine/ to the linker flags.