At Sun, 11 Aug 2002 13:27:07 +1000, Graham Stoney wrote: > > Anyway, next problem is an include file dependency problem: include/adriver.h > is looking for "isapnp.h", which doesn't exist. I suspect the problem is the > #if conditionals surrounding it. I'm building against a 2.2.19 kernel, which > has an isapnp.h, but linux/autoconf.h doesn't define CONFIG_ISAPNP_KERNEL.
the file must be generated by configure script. please check whether alsa-driver/include/linux/isapnp.h exists. if not, you can create it manually by yourself: % cd alsa-driver % mkdir include/linux % ln -s ../../support/isapnp.h include/linux/isapnp.h then run "make clean" and "make" again. the 2.2 kernel is not tested well nowadays. there might be other problems. if you find another bugles, please let me know. ciao, Takashi ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel