pkgsrc-Users archive

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

audio/arts compile failure



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.

HTH
Petri


Home | Main Index | Thread Index | Old Index