I'm trying to build master using jhbuild (as of two days ago), but I'm hitting the below:
make[2]: Entering directory `/home/emre/checkout/gnome/evolution/libemail-engine'
make all-am
make[3]: Entering directory `/home/emre/checkout/gnome/evolution/libemail-engine'
CC libemail_engine_la-mail-folder-cache.lo
mail-folder-cache.c: In function 'ping_store_exec':
mail-folder-cache.c:1276:3: error: implicit declaration of function 'camel_store_noop_sync' [-Werror=implicit-function-declaration]
camel_store_noop_sync (m->store, cancellable, error);
^
mail-folder-cache.c:1276:3: warning: nested extern declaration of 'camel_store_noop_sync' [-Wnested-externs]
cc1: some warnings being treated as errors
Can this be related to the following patch that removed the noop_sync methods?
Note that this is a 32bit system, Ubuntu 13.10. Any help appreciated.