Hi Rory,
I cloned the git dev version to my home folder, and I have the SDKs folder with the extracted files. I ran the getDep file and in fact, it mentioned that there were unsatisfied dependencies for the libjack-dev file. (I have libjack2 installed anyway.)
Then I ran the buildCabbage command (not as root however…hope that’s not an issue!) and I noticed a couple things perhaps worth mentioning:
at the end of each “phase” of the installation, something like this:
../../JuceLibraryCode/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp:81:51: fatal error: public.sdk/source/vst2.x/audioeffectx.h: No such file or directory
#include <public.sdk/source/vst2.x/audioeffectx.h>
and at the very end:
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 ‘../../Docs/_book’: No such file or directory
cp: cannot stat ‘../../Images/Cabbage.png’: No such file or directory
Is this bad?
brian