At Wed, 28 Jan 2004 12:29:59 +0100, Zdenek Pizl wrote: > > Hi all, > > I am little bit confused, because when I've tried to compile & install new > versions of alsa packages I got following warnigs: > > <snip> > In file included > from /usr/src/redhat/BUILD/alsa-driver-1.0.2/include/sound/driver.h:42, > from mixer_oss.c:22: > /usr/src/redhat/BUILD/alsa-driver-1.0.2/include/adriver.h:189:1: warning: > "snprintf" redefined > In file included > from /usr/src/linux-2.4.20-28.9/include/linux/modversions.h:172, > from /usr/src/redhat/BUILD/alsa-driver-1.0.2/include/adriver.h:42, > from > /usr/src/redhat/BUILD/alsa-driver-1.0.2/include/sound/driver.h:42, > from mixer_oss.c:22: > /usr/src/linux-2.4.20-28.9/include/linux/modules/ksyms.ver:690:1: warning: > this is the location of the previous definition > </snip> > > What is wrong with ma devel enviroment? Regards z.p.
looks like configure script didn't detect snprintf() correctly in your kernel tree. check config.log file. Takashi ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
