mcfx icon indicating copy to clipboard operation
mcfx copied to clipboard

build issue on Ubuntu Studio

Open friskgit opened this issue 5 years ago • 2 comments

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!

friskgit avatar Feb 02 '21 07:02 friskgit

Hello,

are you sure to have version vstsdk3610_11_06_2018_build_37

correctely installed and the path specified in CMake?

Kind regards

JB-Luke avatar Feb 02 '21 10:02 JB-Luke

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.

friskgit avatar Feb 14 '21 20:02 friskgit