-
Notifications
You must be signed in to change notification settings - Fork 101
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
0.16.2.2: Failing to build vst plugin #328
Comments
Oh I remember this one. Which version of gcc are you using? |
Yeah, this seems to be the same problem as helm is having.
|
Tested right now with
and it builds OK. Maybe gcc 9.x is more picky about it? |
Yeah, for gcc >= 9.1.0 this commit (juce-framework/JUCE@4e0adb2) has to be backported. |
BTW, Is VST necessary for you? If I remember correctly Linux distros used to keep VST disabled due to some licensing issues. Can I publish a new point release as requested by eeickmeyer in #315 ? |
Well, VST is problematic, if using the steinberg sdk and having to host it as a package (this is not allowed). That being said: Sure, release away! We can fix this later. |
The build failure is because of JUCE. I have a patch as I said in #324. See: https://github.com/flathub/flathub/pull/1626/files#diff-63233e04f2dfa20f73841db33649d8fb |
@dvzrv @hfiguiere is this still an issue? |
the current version no longer build VST2 because the VST2 SDK isn't available anymore. As for that JUCE problem, it has been solved a while ago in JUCE. |
Hi!
When trying to build from the newly established source tarball, I also tried building the vst plugin (
--enable-vst
).This currently leads to a failing build though. This is the build log:
giada-0.16.2.2-build.log
The text was updated successfully, but these errors were encountered: