Hey again,
I found the references to "-Wall" by using the gnome search for "contains the text" -Wall in externals/pdp and it finds no results.
I can't remember the command line way to search a hierarchy of files for a string within the files.
greping through the output of make shows no references to -Wall just to -Werror -W and -Wstrict-prototypes and a few others that start with -Wno ...
Maybe -Werror ??
Thanks for taking a stab at it, I guess the PDP folks are on vacation.
B>
Frank Barknecht wrote:
Hallo, B. Bogart hat gesagt: // B. Bogart wrote:
./configure && make clean && make
and still I get the same error:
pdp_imageproc_common.c: In function `_sign': pdp_imageproc_common.c:292: warning: use of cast expressions as lvalues is deprecated make[2]: *** [pdp_imageproc_common.o] Error 1
Hm, are you sure, that the gcc-line, that should be above this error shows no traces of -Wall anymore? And there are no other, real errors reported before? Somehow this still looks, like if gcc treats the warning about lvalues as an error, as -Wall would do.
Ciao