On 03/24/16 17:02, Christopher Arndt wrote:
Am 24.03.2016 um 16:43 schrieb Bent Bisballe Nyeng:
You should set the path to point to you
"src/VST SDK" folder, so
that the public.sdk folder resides within that path.
(I'm assuming you mean "src/VST3 SDK".)
Then I get the following compilation error:
http://pastebin.com/HYLWN25Z
I don't know where the './' prefix in the path comes from. When I try
a relative path (i.e. "--vst-source-path=../VST3\\ SDK"), I get:
make[2]: *** No rule to make target '../VST3
SDK/public.sdk/source/vst2.x//audioeffectx.cpp', needed by
'libvstsdk_la-audioeffectx.lo'. Stop.
The path needs to be absolute. What happens if you rename the folder to
not contain a space? It could just be the escaping gone wild?
DrumGizmo has
only been tested with vstsdk 2.4 and I'm pretty sure
it won't work with VST3.
AFAICS the "plugin.sdk/source/vst2.x" directory in the VST3 SDK
contains the VST2.4 files, so it should be compatible.
I have used the VST3 SDK successfully in several AUR
packages, I
don't think it should be a problem, if the paths are correct in the
Makefile.
I'll give VST3 a spin and see how that pans out at some point. We might
as well switch to the more easily accessible version if possible.
// Bent