Complete.Org: Mailing Lists: Archives: freeciv-dev: April 2004:
[Freeciv-Dev] (PR#8549) alsa compile error
Home

[Freeciv-Dev] (PR#8549) alsa compile error

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#8549) alsa compile error
From: "Mike Kaufman" <kaufman@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 19 Apr 2004 20:22:20 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=8549 >

if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./include -I../common
-I../common/aicore -I../intl -I./agents       -g -O2 -Wall -Wpointer-arith
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT audio_alsa.o
-MD -MP -MF ".deps/audio_alsa.Tpo" \
  -c -o audio_alsa.o `test -f 'audio_alsa.c' || echo './'`audio_alsa.c; \
then mv -f ".deps/audio_alsa.Tpo" ".deps/audio_alsa.Po"; \
else rm -f ".deps/audio_alsa.Tpo"; exit 1; \
fi
audio_alsa.c: In function `set_hw_params':
audio_alsa.c:127: warning: passing arg 3 of
`snd_pcm_hw_params_set_rate_near' makes integer from pointer without a cast
audio_alsa.c:136: warning: passing arg 3 of
`snd_pcm_hw_params_set_period_time_near' makes integer from pointer without
a cast
audio_alsa.c:137: warning: passing arg 2 of
`snd_pcm_hw_params_get_period_size' from incompatible pointer type
audio_alsa.c:137: error: too many arguments to function
`snd_pcm_hw_params_get_period_size'
make[3]: *** [audio_alsa.o] Error 1

-mike




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#8549) alsa compile error, Mike Kaufman <=