On Wed, 2008-01-30 at 09:23 +0000, Murray, WJ (Bill) wrote: > I have problem compiling this on x86_64 fedora F8. Its a bit odd, > because 3.17.5 compiled fine, and the routing giving problems was not > changed in this area. Could it be because I updated glib2 from 2.14 to > 2.15 in order to test this?
GLib 2.15.4 deprecated G_GNUC_FUNCTION and you're building with -DG_DISABLE_DEPRECATED=1, which disables deprecated symbols in GLib. This was fixed in Evolution's Subversion repository shortly after the release. Matthew Barnes _______________________________________________ Evolution-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-hackers
