On Tue, 26 Oct 2004, rob canning wrote:
hi list, i am running a fedora core 2 planetccrma box and am having problems compiling k_vst~ i have included a edited output from my make command below: anyone have any idea why this is happening? thanks, rob root@localhost k_vst~]# make cc -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wno-shadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -I../../src -I../../vstserver/include -I/site/include/wine -c k_vst~.c -I../include -DPLUGIN_TILDE_USE_VST -DPLUGIN_DEBUG -DPLUGIN_TILDE_VERBOSE In file included from k_vst~.c:46: config.h:52:1: warning: "PLUGIN_TILDE_VERBOSE" redefined <command line>:9:1: warning: this is the location of the previous definition In file included from k_vst~.c:53: plugin~.h:73:25: vst/AEffect.h: No such file or directory
The compiler can't find the vst header files. When making the vstserver, the vst header-files is copied to /usr/include/ by default.
Try replacing -I../../vstserver/include with -I/usr/local/include in the Makefile for k_vst~.