hello,
just tried to compile PDP out of CVS on my G3 Firewire running Debian Stable.
Get the following errors:
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[1]: *** [common] Error 2 make: *** [pdp_all] Error 2
is that a PPC problem or am I doing something wrong?
y.
hi,
it's not too serious, just remove the -Werror that fucks it all, -- and suerte
sevy
pd@slona.ukfsn.org wrote:
hello,
just tried to compile PDP out of CVS on my G3 Firewire running Debian Stable.
Get the following errors:
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[1]: *** [common] Error 2 make: *** [pdp_all] Error 2
is that a PPC problem or am I doing something wrong?
y.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
YD> it's not too serious, YD> just remove the -Werror that fucks it all, YD> -- and suerte
commenting the line out did the trick.
Thank you,
Yassen