Re: [Evolution-hackers] Deprecated G_GNUC_FUNCTION

2008-01-31 Thread William John Murray

  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 +, 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   [EMAIL PROTECTED]  (44)-1235-446256
RAL, Harwell Science and Innovation Campus, Didcot, OX11 0QX, UK
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Deprecated G_GNUC_FUNCTION

2008-01-31 Thread Matthew Barnes
On Thu, 2008-01-31 at 10:40 +, William John Murray wrote:
 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?


Upgrade to libbonobo = 2.20.3.

I fixed Evolution's configure script to check for that but it looks like
I missed GtkHTML.  I'll get that fixed in trunk.

Matthew Barnes

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Deprecated G_GNUC_FUNCTION

2008-01-30 Thread Matthew Barnes
On Wed, 2008-01-30 at 09:23 +, 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