hi,
probably the first line of pique/makefile got lost during the havoc of patching the makefiles -- seems like the common wisdom builds up, which is:
``in order to be able to compile Pd, start from searching through all its makefiles, and remove all occurences of -Werror''
while the only thing getting in the way is -Wshadow from expr~/makefile, which causes gcc to complain about the sloppy naming of function args in vexpr.c...
Krzysztof
Miller Puckette wrote:
I don't see how that could happen... you're quite sure you did nothing to the makefile but remove -Werror???
...
after removing -Werror from the external makefiles the compile fails with:
...
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'.