Subject: [linux-audio-user] Re: [PD] PDP make install errors
From: rob canning (rscanning_AT_eircom.net)
Date: Wed Oct 27 2004 - 22:52:54 EEST
Subject: Re: [PD] PDP make install errors
> Date: Wed, 27 Oct 2004 17:23:14 +0000
>
> On Wednesday 27 October 2004 14:43, rob canning wrote:
> > hi list,
> > i get the following error while trying to install PDP on a linux Fedora
> > Core 2 box with a planetccrma kernel.
>
> > pdp_imageproc_common.c:292: warning: use of cast expressions as lvalues
> > is deprecated
> > make[2]: *** [pdp_imageproc_common.o] Error 1
>
> It is the result of the -Werror flag. It changes compile time warnings to
> errors and stops the compilation.
> You can either edit the source to make them comply with the (stricter)
> standards of new gcc versions, or (what I did) remove the -Werror flag from
> the makefiles.
> (Even better would be to change the configure/automake/autoconf stuff to not
> set that flag)
>
> hope this helps
>
> Gerard
That's it! Thank you Gerard. I deleted the -werror flag in the makefile.config and now pdp compiles.
thanks again,
rob
This archive was generated by hypermail 2b28 : Wed Oct 27 2004 - 22:52:11 EEST