At Fri, 07 Nov 2003 13:40:34 -0500, Austin wrote: > > On Fri, 2003-11-07 at 11:23, Takashi Iwai wrote: > > ok, in practice, there are two cases. > > > > 1. you have installed alsa-driver-0.9.8 manually. > > > > you should have /usr/include/sound files. then you don't need > > no extra option for configure script. > > > > or, you can even specify the alsa-driver's include directory > > explicitly such as > > > > --with-soundbase=/home/mine/alsa-driver-0.9.8/include > > I am using linux 2.4. This is on our Mandrake build cluster. I assure > you I am using libalsa2-devel 0.9.8. With or without > --with-soundbase=/usr/include/alsa, I get this same error.
/usr/include/alsa is a wrong path in this case. it includes the header files for the alsa-lib. what you need to specify is the path of alsa-driver's header files, which is eventually installed at /usr/include/sound, or as mentioned above, point directly to the alsa-driver's include directory. Takashi ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
