LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Alsa util compile error: alsactl.h not found (https://www.linuxquestions.org/questions/red-hat-31/alsa-util-compile-error-alsactl-h-not-found-340790/)

vasanthraghavan 07-06-2005 10:22 PM

Alsa util compile error: alsactl.h not found
 
Hi,
My sound card is "Creative Sound Blaster Audigy 2 Value", model: SB0400. My kernel is 2.6.12.2. Did a kernel compile with Alsa settings.
After this downloaded the source for alsa drivers, libs and utils from alsa website.
Here is a problem in installing:

Alsa problems in compile again!!
Did a "./configure;make;make install" of both the driver and lib for alsa. When doing the same
for utils, the make step gives the following error:
Code:

make
Making all in include
make[1]: Entering directory `/usr/src/alsa/alsa-utils-1.0.9rc4/include'
make  all-am
make[2]: Entering directory `/usr/src/alsa/alsa-utils-1.0.9rc4/include'
make[2]: Leaving directory `/usr/src/alsa/alsa-utils-1.0.9rc4/include'
make[1]: Leaving directory `/usr/src/alsa/alsa-utils-1.0.9rc4/include'
Making all in alsactl
make[1]: Entering directory `/usr/src/alsa/alsa-utils-1.0.9rc4/alsactl'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include    -g -O2 -MT alsactl.o -MD -MP -MF ".deps/alsactl.Tpo" \
  -c -o alsactl.o `test -f 'alsactl.c' || echo './'`alsactl.c; \
then mv -f ".deps/alsactl.Tpo" ".deps/alsactl.Po"; \
else rm -f ".deps/alsactl.Tpo"; exit 1; \
fi
alsactl.c:31:21: alsactl.h: No such file or directory
make[1]: *** [alsactl.o] Error 1
make[1]: Leaving directory `/usr/src/alsa/alsa-utils-1.0.9rc4/alsactl'
make: *** [all-recursive] Error 1


akudewan 07-08-2005 06:59 AM

Are there any errors after doing ./configure?

vasanthraghavan 07-08-2005 04:35 PM

Fixed this problem. (Some tinkering with c files and variable resolution was needed)This topic can be found under a differnt thread with my user id. No errors came up during ./configure.
Thank you.

asalford 12-04-2005 07:33 PM

Quote:

Originally Posted by vasanthraghavan
Fixed this problem. (Some tinkering with c files and variable resolution was needed)This topic can be found under a differnt thread with my user id. No errors came up during ./configure.
Thank you.

can't seem to locate the resolution you mention. can you provide a link please

vasanthraghavan 01-13-2006 09:28 PM

Sorry for the late reply. Couldn't find the link myself.


All times are GMT -5. The time now is 11:12 AM.