Hi - I had alsa-cvs running like a champ with my SBlive! on Mandrake
8.0.  Now that I have moved on to Mandrake 8.1, I can't get the compile
to run.  With previous Mandrake installations, I had to install the
libstdc++ rpm and then there was no problem.  This was the case, even
when I installed as a developement environment.  Here I have installed
libstdc++ and it still doesn't compile.  I have attached a copy of the
attempt.  As you will see it has difficulty with stdarg.h and stops.
Can anyone lead me to the rpm I need to install with the 2.96 compiler?
I am running this on an AMD K6-2 475mhz with an SBLive! 5.1 soundcard.

Thanks in advance
Chuck Busby
[EMAIL PROTECTED]
Script started on Wed Oct 17 22:58:09 2001
>]0;Chuck@c1661290-a: /usr/local/src/alsa-cvs[root@c1661290-a alsa-cvs]# 
[root@c1661290-a alsa-cvs]# m
[root@c1661290-a alsa-cvs]# ma
[root@c1661290-a alsa-cvs]# mak
[root@c1661290-a alsa-cvs]# make
[root@c1661290-a alsa-cvs]# make 
[root@c1661290-a alsa-cvs]# make -
[root@c1661290-a alsa-cvs]# make -f
[root@c1661290-a alsa-cvs]# make -f 
[root@c1661290-a alsa-cvs]# make -f M
[root@c1661290-a alsa-cvs]# make -f Ma
[root@c1661290-a alsa-cvs]# make -f Mak
[root@c1661290-a alsa-cvs]# make -f Make
[root@c1661290-a alsa-cvs]# make -f Makef
[root@c1661290-a alsa-cvs]# make -f Makefi
[root@c1661290-a alsa-cvs]# make -f Makefil
[root@c1661290-a alsa-cvs]# make -f Makefile
rm -rf /usr/doc/packages/alsa
mkdir -p /usr/doc/packages/alsa
for i in driver utils; do                               \
        cp alsa-$i*/README /usr/doc/packages/alsa/README.$i;    \
done
for i in FAQ INSTALL doc/SOUNDCARDS; do                 \
        cp alsa-driver*/$i /usr/doc/packages/alsa;                      \
done
cp alsa-utils*/alsamixer/README                 /usr/doc/packages/alsa.alsamixer
cp alsa-utils*/seq/aconnect/README.aconnect     /usr/doc/packages/alsa
cp alsa-utils*/seq/aseqnet/README.aseqnet       /usr/doc/packages/alsa
find /usr/doc/packages/alsa
/usr/doc/packages/alsa
/usr/doc/packages/alsa/README.driver
/usr/doc/packages/alsa/README.utils
/usr/doc/packages/alsa/FAQ
/usr/doc/packages/alsa/INSTALL
/usr/doc/packages/alsa/SOUNDCARDS
/usr/doc/packages/alsa/README.aconnect
/usr/doc/packages/alsa/README.aseqnet
cd alsa-driver*;                                        \
CFLAGS="" ./cvscompile --with-smp=no --with-processor="i586" --with-isapnp=yes 
--with-sequencer=yes --with-oss=yes --mandir=/usr/share/man --infodir=/usr/share/info; 
  \
install -m 755 utils/alsasound /sbin/init.d/alsasound;  \
make install
make[1]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/utils'
make[1]: Nothing to be done for `update-deps'.
make[1]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/utils'
./configure --with-smp=no --with-processor=i586 --with-isapnp=yes --with-sequencer=yes 
--with-oss=yes --mandir=/usr/share/man --infodir=/usr/share/info
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for linux/fs.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether gcc needs -traditional... (cached) no
checking for current directory... /usr/local/src/alsa-cvs/alsa-driver
checking for directory with kernel source... /usr/src/linux
checking for kernel version... 2.4.8-26mdk
checking for kernel module symbol versions... yes
checking for PCI support in kernel... yes
checking for SGI/MIPS (HAL2) architecture... no
checking for directory to store kernel modules... /lib/modules/2.4.8-26mdk/misc
checking for debug level... none
checking for processor type... i586
checking for SMP... no
checking for ISA PnP driver in kernel... yes
checking for ISA PnP support... yes
checking for driver version... 0.9.0beta8a
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for RTC callback support in kernel... no
checking for which soundcards to compile driver for... all
creating ./config.status
creating version
creating Makefile.conf
creating snddevices
creating utils/alsa-driver.spec
creating cards.config
creating include/config.h
include/config.h is unchanged
creating include/config1.h
include/config1.h is unchanged
creating include/version.h
include/version.h is unchanged
make[1]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver'
make[2]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/kernel'
make[3]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/kernel/oss'
make[3]: Nothing to be done for `dep'.
make[3]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/kernel/oss'
make[3]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/kernel/seq'
make[4]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/kernel/seq/instr'
make[4]: Nothing to be done for `dep'.
make[4]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/kernel/seq/instr'
make[4]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/kernel/seq/oss'
make[4]: Nothing to be done for `dep'.
make[4]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/kernel/seq/oss'
make[3]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/kernel/seq'
make[2]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/kernel'
make[2]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel'
make[3]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel/generic'
make[3]: Nothing to be done for `dep'.
make[3]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel/generic'
make[3]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel/i2c'
make[3]: Nothing to be done for `dep'.
make[3]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel/i2c'
make[3]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel/isa'
make[3]: Nothing to be done for `dep'.
make[3]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel/isa'
make[3]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel/gus'
make[3]: Nothing to be done for `dep'.
make[3]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel/gus'
make[3]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel/sb'
make[3]: Nothing to be done for `dep'.
make[3]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel/sb'
make[3]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel/emu10k1'
make[3]: Nothing to be done for `dep'.
make[3]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel/emu10k1'
make[3]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel/pci'
make[3]: Nothing to be done for `dep'.
make[3]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel/pci'
make[2]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/lowlevel'
make[2]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/cards'
make[2]: Nothing to be done for `dep'.
make[2]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/cards'
make[1]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver'
make[1]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver'
make[2]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/kernel'
make[2]: *** No rule to make target 
`/usr/lib/gcc-lib/i586-mandrake-linux/2.96/include/stdarg.h', needed by `sound.o'.  
Stop.
make[2]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/kernel'
make[1]: *** [compile] Error 1
make[1]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver'
install: cannot create regular file `/sbin/init.d/alsasound': No such file or directory
make[1]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver'
make[2]: Entering directory `/usr/local/src/alsa-cvs/alsa-driver/kernel'
make[2]: *** No rule to make target 
`/usr/lib/gcc-lib/i586-mandrake-linux/2.96/include/stdarg.h', needed by `sound.o'.  
Stop.
make[2]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver/kernel'
make[1]: *** [compile] Error 1
make[1]: Leaving directory `/usr/local/src/alsa-cvs/alsa-driver'
make: *** [build] Error 2
]0;Chuck@c1661290-a: /usr/local/src/alsa-cvs[root@c1661290-a alsa-cvs]# 
Script done on Wed Oct 17 22:58:54 2001

Reply via email to