Hi Thomas

The errors mean that there is an include file missing (most likely)


The file control_hw.c wants to see definitions for things like
SNDRV_CTL_IOCTL_POWER these are usually found in some header file.

John

Thomas Stein wrote:

> Hello
>
> Someone knows what this compiler error means? :
>
> IC control_hw.c -o .libs/control_hw.lo
> control_hw.c: In function `snd_ctl_hw_set_power_state':
> control_hw.c:239: `SNDRV_CTL_IOCTL_POWER' undeclared (first use in this
> function)
> control_hw.c:239: (Each undeclared identifier is reported only once
> control_hw.c:239: for each function it appears in.)
> control_hw.c: In function `snd_ctl_hw_get_power_state':
> control_hw.c:247: `SNDRV_CTL_IOCTL_POWER_STATE' undeclared (first use in this
> function)
> make[2]: *** [control_hw.lo] Error 1
> make[2]: Leaving directory `/usr/src/alsa-lib-0.9.0beta8a/src/control'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/alsa-lib-0.9.0beta8a/src'
> make: *** [all-recursive] Error 1
> kaspar:/usr/src/alsa-lib-0.9.0beta8a # cd
>
> Thanks in advance
>
> Thomas
>
> _______________________________________________
> Alsa-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/alsa-user


_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to