On Tue, 29 May 2012, Petri Laakso wrote:
Hi I was compiling audacious-plugins from pkgsrc-2012Q1 and I'd hit gcc error: artsdsp.c:286:5: error: conflicting types for '_oss_ioctl'/usr/include/soundcard.h:304:5: note: previous declaration of '_oss_ioctl' was hereI was able to continue compiling when I'd changed _oss_ioctl definition toint _oss_ioctl (int fd, unsigned long request, ...) and removed #if's from artsdsp.c around var_args handling.
And system in question was NetBSD 6.0_BETA2 i386.