I'm getting this error:
======================================================
Making all in aplay
make[1]: Entering directory `/usr/local/src/alsa-utils-1.0.0rc1/aplay'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include    -O2 
-fomit-frame-pointer -s -pipe -mcpu=pentium4 -march=pentium4 -mmmx -msse 
-msse2 -MT aplay.o -MD -MP -MF ".deps/aplay.Tpo" \
  -c -o aplay.o `test -f 'aplay.c' || echo './'`aplay.c; \
then mv -f ".deps/aplay.Tpo" ".deps/aplay.Po"; \
else rm -f ".deps/aplay.Tpo"; exit 1; \
fi
aplay.c: In function `set_params':
aplay.c:841: warning: passing arg 3 of `snd_pcm_hw_params_set_rate_near' makes 
integer from pointer without a cast
aplay.c:860: warning: passing arg 3 of 
`snd_pcm_hw_params_set_period_time_near' makes integer from pointer without a 
cast
aplay.c:863: warning: passing arg 3 of 
`snd_pcm_hw_params_set_period_size_near' makes integer from pointer without a 
cast
aplay.c:867: warning: passing arg 3 of 
`snd_pcm_hw_params_set_buffer_time_near' makes integer from pointer without a 
cast
aplay.c:870: warning: passing arg 3 of 
`snd_pcm_hw_params_set_buffer_size_near' makes integer from pointer without a 
cast
aplay.c:879: warning: passing arg 2 of `snd_pcm_hw_params_get_period_size' 
from incompatible pointer type
aplay.c:879: too many arguments to function 
`snd_pcm_hw_params_get_period_size'
aplay.c:880: too many arguments to function 
`snd_pcm_hw_params_get_buffer_size'
aplay.c:886: too many arguments to function `snd_pcm_sw_params_get_xfer_align'
make[1]: *** [aplay.o] Error 1
make[1]: Leaving directory `/usr/local/src/alsa-utils-1.0.0rc1/aplay'
make: *** [all-recursive] Error 1
=======================================================
Any ideas?

Thanks.

Chris


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to