On Wed, Oct 29, 2003 at 03:05:47PM -0500, Martin Peach wrote:
It seems that gcc 3.3 is stricter with types than earlier versions. You can compile pd OK after editing the makefiles (in src and some of the subdirectories) to remove the -Werror flag wherever it appears, since it causes gcc to treat warnings as errors. Here the warnngs appear to be harmless.
Here's a simple perl script to remove some flags before compiling perl -p -i -e "s|-Werror|-Wno-error||g;" make -- Marc