[PD] pd037 compiling errors

Marc Lavallée odradek at videotron.ca
Wed Oct 29 21:52:57 CET 2003


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





More information about the Pd-list mailing list