On Thu, 7 Feb 2002, [iso-8859-1] Jörn Nettingsmeier wrote: > hello * ! > > > ./cvscompile in alsa-lib bails out with: > > checking for alsa-driver package... not found or wrong version > configure: error: Install alsa-driver v0.9.0 package first... > > config.log says it does not find sound/asound.h > > after copying the headers to /usr/include/alsa by hand and setting > up a link from /usr/include/linux/sound it compiles. > > i may be misunderstanding the new directory structure. > > is > cd alsa-driver && ./cvscompile && make install && cd ../alsa-lib && > ./cvscompile && make install ... > not going to work anymore ?
It should work. The kernel header files are located at /usr/include/sound and alsa-lib files (independent from kernel header files) are located at /usr/include/alsa. You need the kernel header files to build alsa-lib, of course, but applications using alsa-lib don't require them. Jaroslav ----- Jaroslav Kysela <[EMAIL PROTECTED]> SuSE Linux http://www.suse.com ALSA Project http://www.alsa-project.org _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel