plessas@sbox.tugraz.at wrote:
Dear List,
i try to compile iemlib version 15 on debian powerpc, i get an error at compiling iemlib1:
cc -DPD -DUNIX -Wall -W -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -I. -I/usr/local/lib/pd/src -c -o sigiem_sqrt4.o sigiem_sqrt4.c sigiem_sqrt4.c: In function `sigiem_sqrt4_maketable': sigiem_sqrt4.c:84: warning: dereferencing type-punned pointer will break strict-aliasing rules make: *** [sigiem_sqrt4.o] Error 1
by now, this error should be well known to everyone that have compiled pd (or friends) themselves. edit the makefile and remove the "-Wall" and "-Werror" flags
mfg.asd.r IOhannes