Re: [Evolution-hackers] Deprecated G_GNUC_FUNCTION



  Thanks guys,
              So I got past that, and hit a new compilation issue:


editor-control-factory.c: In function 'editor_get_prop':
editor-control-factory.c:464: error: expected expression before 'do'

This seems to be because BONOBO_ARG_SET_BOOLEAN is not defined. This
should be set in bonobo-arg.h, which in Fedora 8 is in
/usr/include/libbonobo-2.0/bonobo/bonobo-arg.h
I tried just adding explicitly in editor-control-factory.c
#include <bonobo-arg.h> 
but this is not found.
   I could set the path more completely, but somehow this feels the
wrong route.
   Is there another compilation option I should fiddle?
            thanks,
              Bill

On Wed, 2008-01-30 at 08:14 -0500, Matthew Barnes wrote:
> 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
> Evolution-hackers gnome org
> http://mail.gnome.org/mailman/listinfo/evolution-hackers
-- 
________________________________________________________________
Dr William Murray       w j murray rl ac uk      (44)-1235-446256
RAL, Harwell Science and Innovation Campus, Didcot, OX11 0QX, UK


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]