Re: still no go with alsa...
[email protected] Thu, 24 Feb 2005 22:28:42 +0100
| Newsgroups | gmane.comp.multimedia.xmms.devel |
|---|---|
| Message-ID | <[email protected]> |
> [email protected] wrote: > > Does mpg123 work? > > mpg123 doesn't compile; > > /usr/include/sys/asoundlib.h:1:2: warning: #warning This header is > deprecated, use <alsa/asoundlib.h> instead. > ... > audio_alsa.c:63: error: `SND_PCM_OPEN_PLAYBACK' undeclared (first use in > this function) > audio_alsa.c:63: error: (Each undeclared identifier is reported only once > audio_alsa.c:63: error: for each function it appears in.) > ... > <lots of errors> > Odd, I dont have that define at all (and I'm using alsa): bash-2.05b$ find /usr/include/ -type f | xargs grep SND_PCM_OPEN_PLAYBACK bash-2.05b$ see if you can get your alsa kit updated. bash-2.05b$ epm -qa | grep alsa alsa-lib-1.0.7 alsa-headers-1.0.8_rc1 /Anders