Hello people, i am having problems with compiling the alsa driver package on Red Hat 9 for my Enoniq ES1869 soundcard.
I ran configure with the following options: ./configure --with-cards=es18xx --with-sequencer=yes --with-kernel=/usr The configure goed OK, but it complains about the fact that RedHat kernel was compiled with another compiler then is used to compile alsa. So, I type make, and it runs for a while with a lot of warnings, then it stops with an error message: from rate.c:2: /usr/include/asm/pgtable.h:17:24: asm/fixmap.h: No such file or directory In file included from /usr/include/linux/highmem.h:5, from /usr/include/linux/pagemap.h:16, from /usr/include/linux/locks.h:8, from /usr/include/linux/devfs_fs_kernel.h:6, from /usr/src/alsa/alsa-driver-0.9.4/include/adriver.h:224, from /usr/src/alsa/alsa-driver-0.9.4/include/sound/driver.h:42, from /usr/src/alsa/alsa-driver-0.9.4/alsa-kernel/core/oss/rate.c:22, from rate.c:2: /usr/include/asm/pgalloc.h:6:24: asm/fixmap.h: No such file or directory make[3]: *** [fastdep] Error 1 make[3]: Leaving directory `/usr/src/alsa/alsa-driver-0.9.4/acore/oss' make[2]: *** [_sfdep_oss] Error 2 make[2]: Leaving directory `/usr/src/alsa/alsa-driver-0.9.4/acore' make[1]: *** [dep] Error 1 make[1]: Leaving directory `/usr/src/alsa/alsa-driver-0.9.4' make: *** [include/sndversions.h] Error 2 [EMAIL PROTECTED] alsa-driver-0.9.4]# [EMAIL PROTECTED] alsa-driver-0.9.4]# Can anybody help me with this ? Best regards, Andy