I'm seeing this error using gcc-3.2. Can anyone give me an idea how to get round it?
cd ../extra/fiddle~;make
make[1]: Entering directory /usr/local/src/1music/pd-0.35-0/extra/fiddle~' cc -DPD -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -I../../src -o fiddle~.o -c fiddle~.c cc1: warnings being treated as errors fiddle~.c: In function
sigfiddle_doit':
fiddle~.c:696: warning: declaration of index' shadows a global declaration <built-in>:0: warning: shadowed declaration is here fiddle~.c:1635:14: multi-line string literals are deprecated make[1]: *** [fiddle~.pd_linux] Error 1 make[1]: Leaving directory
/usr/local/src/1music/pd-0.35-0/extra/fiddle~'
make: *** [externs] Error 2