Re: [Evolution-hackers] Evolution 2.21.90 , Evolution-Data-Server2.21.90 , GtkHTML3.17.90.1 and Evolution-Exchange 2.21.90 released
- From: Reid Thompson <Reid Thompson ateb com>
- To: "Murray, WJ (Bill)" <W J Murray rl ac uk>
- Cc: gnome-announce-list <gnome-announce-list gnome org>, evolution-list <evolution-list gnome org>, evolution-hackers <evolution-hackers gnome org>
- Subject: Re: [Evolution-hackers] Evolution 2.21.90 , Evolution-Data-Server2.21.90 , GtkHTML3.17.90.1 and Evolution-Exchange 2.21.90 released
- Date: Wed, 30 Jan 2008 08:12:24 -0500
On Wed, 2008-01-30 at 09:23 +0000, Murray, WJ (Bill) wrote:
> htmlengine-edit-clueflowstyle.c -fPIC -DPIC
> -o .libs/htmlengine-edit-clueflowstyle.o
> htmlengine-edit-clueflowstyle.c: In function 'undo_or_redo':
> htmlengine-edit-clueflowstyle.c:177: error: 'G_GNUC_FUNCTION' undeclared
> (first use in this function)
> htmlengine-edit-clueflowstyle.c:177: error: (Each undeclared identifier
> is reported only once
> htmlengine-edit-clueflowstyle.c:177: error: for each function it appears
> in.)
> htmlengine-edit-clueflowstyle.c: In function
> 'set_clueflow_style_in_region':
> htmlengine-edit-clueflowstyle.c:282: error: 'G_GNUC_FUNCTION' undeclared
> (first use in this function)
a quick workaround -- add
#define G_GNUC_FUNCTION __FUNCTION__
to htmlengine-edit-clueflowstyle.c
It doesn't appear to pick it up from gmacros.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]