Re: xmms plugin updated
Mario Streiber <[email protected]>
| Newsgroups | gmane.comp.desktop.xfce.goodies.devel |
|---|---|
| Message-ID | <[email protected]> |
> What pango version is needed? > > I receive the following error with pango 1.0 > > xmms_plugin.c: In function `set_font_size': > xmms_plugin.c:459: error: `PangoAttrSize' undeclared (first use in > thisfunction) > xmms_plugin.c:459: error: (Each undeclared identifier is reported only > once > xmms_plugin.c:459: error: for each function it appears in.) > xmms_plugin.c:459: error: `attr' undeclared (first use in this > function) > xmms_plugin.c:459: error: parse error before ')' token I'm don't know what the minimum version is to have PangoAttrSize, but I have the following here: pango 1.8.1 atk 1.9.0 glib 2.6.4 GTK+ 2.6.4 Mario