I got vstdsk2.4 from [here](https://github.com/aardvarkk/soundfind/tree/master/vstsdk2.4) and tried adapting [your guide](http://teragonaudio.com/article/Building-VST-plugins-on-Linux.html); > g++ -fPIC -c -I. -I../vstsdk2.4 -I../vstsdk2.4/public.sdk/source/vst2.x -I../vstsdk2.4/vstgui.sf/vstgui -Iplugincore -Igui -D__cdecl="" $(find . -type f -iname '*.cpp') but I get a host of errors. Any suggestions would be welcome, thanks!
I got vstdsk2.4 from here and tried adapting your guide;
but I get a host of errors. Any suggestions would be welcome, thanks!