2008/1/26, Mathieu Dimanche <[EMAIL PROTECTED]>:
> Alessandro Braggio a écrit :

> > tracker-email-thunderbird.c:214: error: 'G_MARKUP_TREAT_CDATA_AS_TEXT'
> > undeclared (first use in this function)
> >
> this flag was added in glib v2.12 [1]. You probably have an earlier version.
>
> The configure.ac should then be patched to reflect this, for the
> configure script to fail if at least glib 2.12 isn't present :
>
> < GLIB_REQUIRED=2.10.0
>  > GLIB_REQUIRED=2.12.0

Another option would be to use an HAVE_RECENT_GLIB #ifdef, if possible.

Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to