after removing -Werror from the external makefiles the compile fails with:
ld -export_dynamic -shared -o lrshift~.pd_linux lrshift~.o -lc -lm strip --strip-unneeded lrshift~.pd_linux rm -f lrshift~.o make[1]: Leaving directory `/home/bbogart/pd/pd-0.37-1test6/extra/lrshift~' cd ../extra/pique;make make[1]: Entering directory `/home/bbogart/pd/pd-0.37-1test6/extra/pique' make[1]: *** No rule to make target `.pd_linux', needed by `pd_linux'. Stop. make[1]: Leaving directory `/home/bbogart/pd/pd-0.37-1test6/extra/pique' make: *** [externs] Error 2
Thanks Ben