The most likely cause is that one of the ALSA folks uploaded a change that broke the build. This can happen sometimes (or quite often) when you get the 'cutting-edge' sources from CVS repositories. Try waiting a while and run another 'cvs update' to see if it has been fixed. Or, you might want to try downloading the tarball's instead. Darren On Sat, 2003-04-19 at 15:13, iriXx wrote: > hi, > > i've just downloaded the cvs from the repository of 2003-04-19 and am > trying to compile for use on my desktop machine... which has the > wonderful and rather overkill combination of a sbawe, msnd-pinnacle and > usb-audio (quattro)... > > i'm getting the following error on making cvs: > > gcc -D__KERNEL__ -DMODULE=1 -I/usr/src/alsa/alsa-driver/include > -I/lib/modules/2.4.18-6mdk/build/include -O2 > -mpreferred-stack-boundary=2 -march=i586 -DLINUX -Wall > -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 > -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD > -DKBUILD_BASENAME=init -c -o init.o init.c > In file included from init.c:2: > ../alsa-kernel/core/init.c:671: conflicting types for > `snd_power_wait_Rc1205744'/usr/src/alsa/alsa-driver/include/sound/core.h:187: > previous declaration of `snd_power_wait_Rc1205744' > make[1]: *** [init.o] Error 1 > make[1]: Leaving directory `/usr/src/alsa/alsa-driver/acore' > make: *** [compile] Error 1 > > any ideas if i've got a missing library or something? > > bw > m~