Hi,
It is probably a compiler issue
I noticed that with gcc 2.9.5 theses warnings are not treated as error. But gcc 2.9.6, wich comes with every new distros under the sun is more picky.
I believe that you can compile PD (alsa) with gcc 2.9.6 issuing "make -k" instead of make...
Linium
Le Mardi 12 Mars 2002 05:53, Miller Puckette a écrit :
Hi all,
I conclude from this that I really should change the include file now (this will make it not work with earlier ALSA versions but it seems that the old way fails with new ALSA because the makefile insists on failing whenever there's a warning on compilation.
cheers Miller
On Mon, Mar 04, 2002 at 12:22:33PM -0500, Darwin Marcus Johnson wrote:
Hi,
when I try to compile pd test 11 alsa support with the latest Alsa 0.9.0beta 12. I run a:
./configure --enable-alsa make
make exits with this error:
cc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DALSA01 -DINSTALL_PREFIX="/usr/local" -I. -c -o ../obj/s_linux.o s_linux.c In file included from s_linux.c:45: /usr/include/sys/asoundlib.h:1: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead. make: *** [s_linux.o] Error 1
when I went back and ran make depend it exited with the same error as above. any clues ?
Thanks -Darwin