On 04/15/13 14:09, Rafael Ostertag wrote:
G_CONST_RETURN was deprecated in glib version 2.30 [0] and since
-DG_DISABLE_DEPRECATED is defined, G_CONST_RETURN
won't be defined [1].
If you could get rid -DG_DISABLE_DEPRECATED, you most likely get rid of the
error.
It matches the workaround I just suggested for easytag:
# This macro is being phased out of Pango, so this seems like an
acceptable fix for now:
# https://bugzilla.gnome.org/show_bug.cgi?id=652202
EXTRA_CFLAGS += -DG_CONST_RETURN=const
Should it be added to all packages depending on Pango, just in case?
Laurent
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.