At Sat, 21 Sep 2002 17:15:44 +0200, Thomas Kempkes wrote: > > > output of make: > ========================================================= > Making all in include > make[1]: Entering directory `/mp3/alsa/alsa-utils-0.9.0rc3/include' > make[1]: Leaving directory `/mp3/alsa/alsa-utils-0.9.0rc3/include' > Making all in alsactl > make[1]: Entering directory `/mp3/alsa/alsa-utils-0.9.0rc3/alsactl' > gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -c alsactl.c > alsactl.c: In function `get_control': > alsactl.c:259: `SND_CTL_ELEM_TYPE_INTEGER64' undeclared (first use in > this function) > alsactl.c:259: (Each undeclared identifier is reported only once > alsactl.c:259: for each function it appears in.) > alsactl.c: In function `config_iface': > alsactl.c:581: `SND_CONFIG_TYPE_INTEGER64' undeclared (first use in this > function) > alsactl.c: In function `config_bool': > alsactl.c:608: `SND_CONFIG_TYPE_INTEGER64' undeclared (first use in this > function) > alsactl.c: In function `config_enumerated': > alsactl.c:637: `SND_CONFIG_TYPE_INTEGER64' undeclared (first use in this > function) > alsactl.c: In function `set_control': > alsactl.c:818: `SND_CTL_ELEM_TYPE_INTEGER64' undeclared (first use in > this function) > make[1]: *** [alsactl.o] Error 1 > make[1]: Leaving directory `/mp3/alsa/alsa-utils-0.9.0rc3/alsactl' > make: *** [all-recursive] Error 1 > ========================================================= > > Any hints? Known problem? I didn't find anything fitting on my problem.
you have installed the header files from the older version of alsa-lib. please make sure that the latest alsa-lib is installed. Takashi ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
