pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: audio/arts compile failure





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 here

I was able to continue compiling when I'd changed _oss_ioctl definition to
int _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.


Home | Main Index | Thread Index | Old Index