Markus Herhoffer wrote:
Hello!
If I try to compile fst 1.7 I get an error message that there's
something wrong with the Steinberg VST-SDK:
#$ make
cp -a `find . | grep 'vstsdk[^/]*\$'`/source/common ./vst
cp: cannot stat `./vstsdk2.4/source/common': No such file or directory
make: *** [hackheaders] Error 1
There is really no directory called /source/common in the latest SDK
(version 2.4) that I have downloaded from the official Steinberg website.
Did I get the right version of the SDK? Do I have to move some files in
the right directory?
Create the directory vstsdk2.3/source/common/ inside the fst-1.7 directory.
Try to copy AEffect.h and aeffectx.h from your downloaded sdk to that
directory.
Else try it with vstsdk2.3.
regards,
emanuel