I'm trying to compile a C++ source file that includes the following file: #include "public.sdk/source/vst2.x/audioeffectx.h"
When I try to compile, I get the following error: In file included from /Users/martin/Desktop/vstsdk2.4/public.sdk/samples/vst2.x/again/source/again.cpp:13: /Users/martin/Desktop/vstsdk2.4/public.sdk/samples/vst2.x/again/source/again.h:16:51: error: public.sdk/source/vst2.x/audioeffectx.h: No such file or directory
Looks like g++ can't find the audioeffectx.h. How can I set up TextMate to tell g++ that it should look in "/Users/martin/Desktop/vstsdk2.4/"?