Open trebmuh opened 6 months ago
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.
You mean 32 but right?
Yes, trying to build on a 32 bit (chrooted) system.
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.
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: