Hello,

I compiled a vanilla kernel a few days ago (version 2.4.25). My system 
is SuSE Linux 9.0 which has alsa 0.9.6 patched into the kernel. That is 
why I decided to compile alsa-driver-0.9.6 for the new vanilla kernel.

The exit status of
./configure --with-cards=emu10k1,intel8x0 --with-sequencer=yes
is 0.

But "make" makes problems. I was able to fix the first error 
"`irqreturn_t' previously declared ..." manually with the help of 
google and the mailing list archive.

The next error is

make[1]: Entering directory `/usr/src/linux-2.4.25-modules/
alsa-driver-0.9.6/acore'
[...]
gcc -D__KERNEL__ -DMODULE=1 -I/usr/src/linux-2.4.25-modules/
alsa-driver-0.9.6/include  -I/lib/modules/2.4.25/build/include -O2 
-mpreferred-stack-boundary=2 -march=i686 -DLINUX -Wall 
-Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 
-fno-strict-aliasing -fno-common -pipe -DALSA_BUILD   -DEXPORT_SYMTAB 
-c memalloc.c
In file included from memalloc.c:28:
/lib/modules/2.4.25/build/include/linux/proc_fs.h:213: error: 
redefinition of `PDE'
/usr/src/linux-2.4.25-modules/alsa-driver-0.9.6/include/adriver.h:127: 
error: `PDE' previously defined here
make[1]: *** [memalloc.o] Fehler 1
make[1]: Leaving directory `/usr/src/linux-2.4.25-modules/
alsa-driver-0.9.6/acore'
make: *** [compile] Fehler 1

Any ideas or suggestions?

Thanks in advance.

Cheers,
Christian



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to