Hi, I am receiving this error in the install:
…/…/JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:49:44: fatal error: pluginterfaces/vst2.x/aeffectx.h: No such file or directory
I’ve followed a number of forums posts and installed like so:
sudo ./buildCabbage “/usr/include/csound/” “/usr/lib/csound/” “/home/whitevinyl/SDKs/VST3SDK/”
The SDK I got from Steinberg. It is 3, because I guess two has been discontinued but I saw some other users using 3…
While the program does run, ( I had gotten it to run from the basic ./buildCabbage) , it will do things like open examples and run fine but if I create a new Cabbage or try to export the program will inevitably crash. The program stays processing but the gui disappears and I have to run the kill PID command.
I’m on Ubuntu 16.04.
So it works for some things and it doesn’t work for other things (as I am trying to export VSTs for Ableton live 8).
The fatal error gravitates around : public.sdk/source/vst2.x/audioeffectx.h No such file or directory
Then I can see a commented line about including the vst2.x file
In the end we see:
cp: cannot stat ‘./build/CabbagePluginSynth.so’: No such file or directory
cp: cannot stat ‘./build/CabbagePluginEffect.so’: No such file or directory
cp: cannot stat ‘./build/CabbageStudio’: No such file or directory
cp: cannot stat ‘…/…/Docs/_book’: No such file or directory
Hope someone can make sense of this because my computer knowledge is like a blind man’s sense.