FS#1292 - XMMS headers needs patch for gcc 3.4
Attached to Project:
Arch Linux
Opened by Lukas Sabota (punkrockguy318) - Monday, 23 August 2004, 01:51 GMT
Opened by Lukas Sabota (punkrockguy318) - Monday, 23 August 2004, 01:51 GMT
|
Details
XMMS supplies header files in /usr/include/xmms for access
XMMS. When including /usr/include/xmms/xmmsctrl.h in source
code, gcc will complain about an error. This is because in
/usr/include/xmms/xmmsctrl.h:88 there is an extra ';'. Line
88 is:
}; and it should be: } This can be fixed by patching $startdir/xmms/libxmms/xmmsctrl.h and removing the ; on line 88, or using seds or something. This is a serious bug, some programs in staging (superkaramba) won't compile with xmms this way. I will also submit a bug report to xmms, but this fix will work for now. |
This task depends upon