hello list i'm having problems compiling pd on suse 8.2 . the error is:
d_ctl.c:110: warning: dereferencing type-punned pointer will break strict-aliasing rules
according to previous messages on the pd-list i tried removing the -Werror flag from the makefile and also tried adding -fno-strict-aliasing. in both cases the output was:
vexp.c:1555: warning: declaration of 'exp' shadows a global declaration <built-in>:0: warning: shadowed declaration is here
any ideas? the gcc version is 3.3 its the same for pd .36 and .37 thanks. Aki