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
In file included from k_vst~.c:53:
plugin~.h:76: error: syntax error before "AEffect"
plugin~.h:76: warning: no semicolon at end of struct or union
plugin~.h:85: error: syntax error before '}' token
plugin~.h:85: warning: type defaults to int' in declaration of
Plugin_Tilde_Vst'
plugin~.h:85: warning: data definition has no type or storage class
plugin~.h:102: error: syntax error before "Plugin_Tilde_Vst"
plugin~.h:102: warning: no semicolon at end of struct or union
plugin~.h:102: warning: no semicolon at end of struct or union
plugin~.h:104: warning: type defaults to int' in declaration of
plugin'
plugin~.h:104: warning: data definition has no type or storage class
plugin~.h:121: error: syntax error before '}' token
plugin~.h:121: warning: type defaults to int' in declaration of
Pd_Plugin_Tilde'
plugin~.h:121: warning: data definition has no type or storage class
plugin~.h:143: error: syntax error before '*' token plugin~.h:143: warning: function declaration isn't a prototype
plugin~.h:181: warning: function declaration isn't a prototype In file included from k_vst~.c:55: plugin~_vst.h:35:25: vst/AEffect.h: No such file or directory In file included from k_vst~.c:55: plugin~_vst.h:53: error: syntax error before '*' token plugin~_vst.h:54: warning: function declaration isn't a prototype plugin~_vst.h:55: error: syntax error before '*' token
plugin~_vst.h:99: warning: function declaration isn't a prototype
k_vst~.c:59:26: vst/aeffectx.h: No such file or directory
k_vst~.c:82: error: syntax error before '*' token
k_vst~.c:87: warning: function declaration isn't a prototype
k_vst~.c: In function send_midi_to_plugin': k_vst~.c:88: error: storage size of
das_event' isn't known
k_vst~.c:91: error: storage size of events' isn't known k_vst~.c:93: error: dereferencing pointer to incomplete type k_vst~.c:93: error:
kVstMidiType' undeclared (first use in this function)
k_vst~.c:93: error: (Each undeclared identifier is reported only once
k_vst~.c:93: error: for each function it appears in.)
k_vst~.c:111: error: syntax error before ')' token
k_vst~.c:113: error: x' undeclared (first use in this function) k_vst~.c:115: error:
effProcessEvents' undeclared (first use in this function)
k_vst~.c: At top level:
k_vst~.c:121: error: syntax error before '*' token
k_vst~.c:126: warning: function declaration isn't a prototype
k_vst~.c: In function plugin_tilde_ctl': k_vst~.c:127: error:
x' undeclared (first use in this function)
k_vst~.c:127: error: `ctlchan' undeclared (first use in this function)
k_vst~.c:672: error: syntax error before '*' token
k_vst~.c:676: warning: function declaration isn't a prototype
k_vst~.c: In function plugin_tilde_open_plugin': k_vst~.c:688: error:
x' undeclared (first use in this function)
k_vst~.c:688: error: name' undeclared (first use in this function) k_vst~.c:688: error:
lib_name' undeclared (first use in this function)
k_vst~.c:688: error: `sample_rate' undeclared (first use in this function)
k_vst~.c: At top level:
k_vst~.c:702: error: syntax error before '*' token
k_vst~.c:703: warning: function declaration isn't a prototype
k_vst~.c: In function plugin_tilde_close_plugin': k_vst~.c:712: error:
x' undeclared (first use in this function)
k_vst~.c: At top level:
k_vst~.c:721: error: syntax error before '*' token
k_vst~.c:722: warning: function declaration isn't a prototype
k_vst~.c: In function plugin_tilde_apply_plugin': k_vst~.c:727: error:
x' undeclared (first use in this function)
k_vst~.c: At top level:
k_vst~.c:732: error: syntax error before '*' token
k_vst~.c:736: warning: function declaration isn't a prototype
k_vst~.c: In function plugin_tilde_connect_audio': k_vst~.c:742: error:
x' undeclared (first use in this function)
k_vst~.c: At top level:
k_vst~.c:748: error: syntax error before '*' token
k_vst~.c:751: warning: function declaration isn't a prototype
k_vst~.c: In function plugin_tilde_set_control_input_by_name': k_vst~.c:756: error:
x' undeclared (first use in this function)
k_vst~.c:756: error: name' undeclared (first use in this function) k_vst~.c:756: error:
value' undeclared (first use in this function)
k_vst~.c: At top level:
k_vst~.c:761: error: syntax error before '*' token
k_vst~.c:765: warning: function declaration isn't a prototype
k_vst~.c: In function plugin_tilde_set_control_input_by_index': k_vst~.c:770: error:
x' undeclared (first use in this function)
k_vst~.c:770: error: index_' undeclared (first use in this function) k_vst~.c:770: error:
value' undeclared (first use in this function)
k_vst~.c: At top level:
k_vst~.c:775: error: syntax error before '*' token
k_vst~.c:776: warning: function declaration isn't a prototype
k_vst~.c: In function plugin_tilde_update_gui': k_vst~.c:781: error:
x' undeclared (first use in this function)
k_vst~.c: At top level:
k_vst~.c:786: error: syntax error before '*' token
k_vst~.c:788: warning: function declaration isn't a prototype
k_vst~.c: In function plugin_tilde_program': k_vst~.c:792: error:
x' undeclared (first use in this function)
k_vst~.c:792: error: prog_num' undeclared (first use in this function) k_vst~.c: At top level: k_vst~.c:797: error: syntax error before '*' token k_vst~.c:799: warning: function declaration isn't a prototype k_vst~.c: In function
plugin_tilde_programname':
k_vst~.c:803: error: progname' undeclared (first use in this function) k_vst~.c:807: error:
x' undeclared (first use in this function)
make: *** [k_vst~.pd_linux] Error 1
Sign up for eircom broadband now and get a free two month trial.* Phone 1850 73 00 73 or visit http://home.eircom.net/broadbandoffer