kronihias / mcfx

multichannel cross plattform audio plug-in suite
GNU General Public License v3.0
78 stars 13 forks source link

build issue on Ubuntu Studio #8

Open friskgit opened 3 years ago

friskgit commented 3 years ago

Hi,

Trying to build MCFX on Ubuntu yields

mcfx/JUCE/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp:104:10: fatal error: pluginterfaces/vst2.x/aeffect.h: No such file or directory 104 | #include "pluginterfaces/vst2.x/aeffect.h" | ^~~~~~~~~

I have vstsdk2.4 installed but the headerfile in question aeffect.h does not appear to be on my system. Is there a better way to install vstsdk2.4? I'm really eager to get in particular the convolver running on my system.

Thanks!

JB-Luke commented 3 years ago

Hello,

are you sure to have version vstsdk3610_11_06_2018_build_37

correctely installed and the path specified in CMake?

Kind regards

friskgit commented 3 years ago

Sorry for the slow reply. I find the VST libraries confusing: is the dependencie not to vstsdk2.4? I downloaded vstsdk3610 but failed to compile due to a dependencie to xcb-util which I couldn't install. I will get back to it tomorrow.