-
Notifications
You must be signed in to change notification settings - Fork 35
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
doesn't build on i386 #149
Comments
You mean 32 but right? I don’t know if juce 7 even supports building a 32 bit Linux vst3 and from the error message it looks like it is failing inside the juce generstion step. |
Yes, trying to build on a 32 bit (chrooted) system.
Do you know if there is a way to get a more verbose message? |
Ahh I bet what is happening is the program to generate the module info is 64 bit and can’t load the 32 bit DLL to make the moduleinfo the moduleinfo is new and gives juce vst the same scourge as lv2 of having to load the plugin at build time. I wonder if juce has a way to turn off generating it? That’s probably where I would start.. |
Alternately backing the juce submodule down to 7.0.5 for your build may also fix it? |
Hi there.
Trying to package it in a pbuilder (debian tool) chroot, it builds fine as a amd64 package, but fails as i386 package.
Here is the log:
The text was updated successfully, but these errors were encountered: