error when compiling alsamixser
hi,
I got an error when i tried to compile the alsamixer program in alsa-utils(the latest stable version 1.0.10)
I am pasting the output below... Any idea whats wrong
=======================================================
Making all in alsamixer
make[1]: Entering directory `/home/tslssd/tmp/alsa/alsa-utils-1.0.10/alsamixer'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -MT alsamixer.o -MD -MP -MF ".deps/alsamixer.Tpo" \
-c -o alsamixer.o `test -f 'alsamixer.c' || echo './'`alsamixer.c; \
then mv -f ".deps/alsamixer.Tpo" ".deps/alsamixer.Po"; \
else rm -f ".deps/alsamixer.Tpo"; exit 1; \
fi
alsamixer.c: In function 'update_enum_list':
alsamixer.c:542: warning: pointer targets in passing argument 3 of 'snd_mixer_selem_get_enum_item' differ in signedness
alsamixer.c: In function 'display_enum_list':
alsamixer.c:805: warning: pointer targets in passing argument 3 of 'snd_mixer_selem_get_enum_item' differ in signedness
alsamixer.c: In function 'main':
alsamixer.c:2322: error: 'struct snd_mixer_selem_regopt' has no member named 'device'
make[1]: *** [alsamixer.o] Error 1
make[1]: Leaving directory `/home/tslssd/tmp/alsa/alsa-utils-1.0.10/alsamixer'
make: *** [all-recursive] Error 1
=========================================================
|