Hi Frank,
I removed -Wall from the following files:
/home/bbogart/pd-stuff/externals/pdp/scaf/Makefile.config.in /home/bbogart/pd-stuff/externals/pdp/scaf/Makefile.config /home/bbogart/pd-stuff/externals/pdp/Makefile.config.in /home/bbogart/pd-stuff/externals/pdp/Makefile.config /home/bbogart/pd-stuff/externals/pdp/debian/rules /home/bbogart/pd-stuff/externals/pdp/opengl/Makefile.config
./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 make[2]: Leaving directory `/home/bbogart/pd-stuff/externals/pdp/system/image' make[1]: *** [common] Error 2 make[1]: Leaving directory `/home/bbogart/pd-stuff/externals/pdp/system' make: *** [pdp_all] Error 2
:(
B>
Frank Barknecht wrote:
Hallo, B. Bogart hat gesagt: // B. Bogart wrote:
./configure works fine then make results in:
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
Are you compiling with "-Wall"? Try to remove that.
Ciao