Small Frenchy
New member
Hi everybody,
I'm trying to compile the GAP audio plugin on my gentoo box. I use alsa sound system (not in the kernel) v1.0.11 (drivers, libs and headers) which is the "stable" release.
When I try to compile the GAP plugin, here what I have :
In file included from namespaces.h:32,
from audio.cpp:22:
/usr/include/alsa/mixer.h:86: error: `snd_hctl_elem_t' has not been declared
/usr/include/alsa/mixer.h:102: error: `snd_hctl_t' has not been declared
/usr/include/alsa/mixer.h:104: error: `snd_hctl_t' has not been declared
/usr/include/alsa/mixer.h:105: error: `snd_hctl_t' has not been declared
/usr/include/alsa/mixer.h:139: error: `snd_hctl_elem_t' has not been declared
/usr/include/alsa/mixer.h:140: error: `snd_hctl_elem_t' has not been declared
/usr/include/alsa/mixer.h:215: error: expected `;' before '*' token
/usr/include/alsa/mixer.h:217: error: expected `;' before '*' token
make: *** [audio.o] Error 1
I don't know really what is the prob. Maybe the plugin use a newer version of alsa... Any clue ?
(Sorry for my poor english)
I'm trying to compile the GAP audio plugin on my gentoo box. I use alsa sound system (not in the kernel) v1.0.11 (drivers, libs and headers) which is the "stable" release.
When I try to compile the GAP plugin, here what I have :
In file included from namespaces.h:32,
from audio.cpp:22:
/usr/include/alsa/mixer.h:86: error: `snd_hctl_elem_t' has not been declared
/usr/include/alsa/mixer.h:102: error: `snd_hctl_t' has not been declared
/usr/include/alsa/mixer.h:104: error: `snd_hctl_t' has not been declared
/usr/include/alsa/mixer.h:105: error: `snd_hctl_t' has not been declared
/usr/include/alsa/mixer.h:139: error: `snd_hctl_elem_t' has not been declared
/usr/include/alsa/mixer.h:140: error: `snd_hctl_elem_t' has not been declared
/usr/include/alsa/mixer.h:215: error: expected `;' before '*' token
/usr/include/alsa/mixer.h:217: error: expected `;' before '*' token
make: *** [audio.o] Error 1
I don't know really what is the prob. Maybe the plugin use a newer version of alsa... Any clue ?
(Sorry for my poor english)