After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 694049 - Fix build with e-d-s master
Fix build with e-d-s master
Status: RESOLVED FIXED
Product: folks
Classification: Platform
Component: e-d-s backend
git master
Other Linux
: Normal normal
: Unset
Assigned To: folks-maint
folks-maint
Depends on:
Blocks:
 
 
Reported: 2013-02-17 22:53 UTC by Giovanni Campagna
Modified: 2013-02-18 03:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build with evolution-data-server master (7.58 KB, patch)
2013-02-17 22:53 UTC, Giovanni Campagna
none Details | Review

Description Giovanni Campagna 2013-02-17 22:53:16 UTC
See patch.
Comment 1 Giovanni Campagna 2013-02-17 22:53:34 UTC
Created attachment 236500 [details] [review]
Fix build with evolution-data-server master

Eds recently splitted certain enums from libebook into libebook-contacts.
As part of that, they are now correctly reported as error domains,
rather than bare enums, so we need to change the syntax to check them.
Comment 2 Travis Reitter 2013-02-18 03:25:36 UTC
Thank you! Pushed with minor changes:

commit 0ad183e612b5567b055cef7f601cd67461c485cd
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Sun Feb 17 23:50:44 2013 +0100

    Fix build with evolution-data-server master
    
    Eds recently splitted certain enums from libebook into libebook-contacts.
    As part of that, they are now correctly reported as error domains,
    rather than bare enums, so we need to change the syntax to check them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694049

 NEWS                                     |  3 +++
 backends/eds/lib/Makefile.am             |  1 +
 backends/eds/lib/edsf-persona-store.vala | 81 ++++++++++++++++++++++++++++++++++++---------------------------------------------
 configure.ac                             |  7 ++++---
 4 files changed, 44 insertions(+), 48 deletions(-)