GNOME Bugzilla – Bug 677533
doesn't build with latest evolution-data-server
Last modified: 2012-06-07 12:44:21 UTC
CC empathy-local-xmpp-assistant-widget.lo In file included from empathy-local-xmpp-assistant-widget.c:27:0: /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book.h:12:2: error: #error "Only <libebook/libebook.h> should be included directly." In file included from /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book.h:23:0, from empathy-local-xmpp-assistant-widget.c:27: /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-contact.h:10:2: error: #error "Only <libebook/libebook.h> should be included directly." In file included from /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-contact.h:18:0, from /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book.h:23, from empathy-local-xmpp-assistant-widget.c:27: /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-vcard.h:24:2: error: #error "Only <libebook/libebook.h> should be included directly." In file included from /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book.h:24:0, from empathy-local-xmpp-assistant-widget.c:27: /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book-query.h:3:2: error: #error "Only <libebook/libebook.h> should be included directly." In file included from /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book-query.h:9:0, from /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book.h:24, from empathy-local-xmpp-assistant-widget.c:27: /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-contact.h:10:2: error: #error "Only <libebook/libebook.h> should be included directly." In file included from /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book.h:25:0, from empathy-local-xmpp-assistant-widget.c:27: /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book-view.h:12:2: error: #error "Only <libebook/libebook.h> should be included directly." In file included from /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book-view.h:21:0, from /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book.h:25, from empathy-local-xmpp-assistant-widget.c:27: /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book-types.h:13:2: error: #error "Only <libebook/libebook.h> should be included directly." In file included from /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book-types.h:19:0, from /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book-view.h:21, from /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book.h:25, from empathy-local-xmpp-assistant-widget.c:27: /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-contact.h:10:2: error: #error "Only <libebook/libebook.h> should be included directly." In file included from /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book.h:26:0, from empathy-local-xmpp-assistant-widget.c:27: /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book-types.h:13:2: error: #error "Only <libebook/libebook.h> should be included directly." empathy-local-xmpp-assistant-widget.c: In function 'create_salut_account_settings': empathy-local-xmpp-assistant-widget.c:81:3: warning: passing argument 1 of 'e_book_get_self' from incompatible pointer type [enabled by default] In file included from empathy-local-xmpp-assistant-widget.c:27:0: /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book.h:376:13: note: expected 'struct ESourceRegistry *' but argument is of type 'struct EContact **' empathy-local-xmpp-assistant-widget.c:81:3: warning: passing argument 2 of 'e_book_get_self' from incompatible pointer type [enabled by default] In file included from empathy-local-xmpp-assistant-widget.c:27:0: /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book.h:376:13: note: expected 'struct EContact **' but argument is of type 'struct EBook **' empathy-local-xmpp-assistant-widget.c:81:3: warning: passing argument 3 of 'e_book_get_self' from incompatible pointer type [enabled by default] In file included from empathy-local-xmpp-assistant-widget.c:27:0: /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book.h:376:13: note: expected 'struct EBook **' but argument is of type 'struct GError **' empathy-local-xmpp-assistant-widget.c:81:3: error: too few arguments to function 'e_book_get_self' In file included from empathy-local-xmpp-assistant-widget.c:27:0: /scratch/jhbuild/include/evolution-data-server-3.6/libebook/e-book.h:376:13: note: declared here make[3]: *** [empathy-local-xmpp-assistant-widget.lo] Error 1
For similar tickets (and patches) see bug 677383, bug 677392, bug 677402, bug 677404
Created attachment 215847 [details] [review] remove libebook support It's API just changed and it's not really useful anymore as gnome-about-me has been removed.
+1
Attachment 215847 [details] pushed as 2c6d8d2 - remove libebook support