Hi Samarjit, that's because the webkit-composer branch have to be rebased to compile it successfully against latest e-d-s. For now you can use this commit - https://git.gnome.org/browse/evolution-data-server/commit/?h=gnome-3-10&id=c63f7761d189fc45353277c40806759e3857e017 .
Tomas On Ne, 2013-10-20 at 02:24 +0530, samarjit Adhikari wrote: > HI ALl, > > > After cloning the git evolution repository I tried to build > webkit-composer evolution branch. > > It failed with following errors. > ------------------------ > e-mail-folder-utils.c: In function 'async_context_free': > e-mail-folder-utils.c:57:3: error: implicit declaration of function > 'camel_message_info_free' [-Werror=implicit-function-declaration] > e-mail-folder-utils.c:57:3: warning: nested extern declaration of > 'camel_message_info_free' [-Wnested-externs] > e-mail-folder-utils.c: In function 'mail_folder_expunge_pop3_stores': > e-mail-folder-utils.c:252:4: error: implicit declaration of function > 'camel_folder_free_message_info' [-Werror=implicit-function-declaration] > e-mail-folder-utils.c:252:4: warning: nested extern declaration of > 'camel_folder_free_message_info' [-Wnested-externs] > e-mail-folder-utils.c: In function 'e_mail_folder_remove_sync': > e-mail-folder-utils.c:1174:4: error: implicit declaration of function > 'camel_store_free_folder_info' [-Werror=implicit-function-declaration] > e-mail-folder-utils.c:1174:4: warning: nested extern declaration of > 'camel_store_free_folder_info' [-Wnested-externs] > cc1: some warnings being treated as errors > make[3]: *** [libemail_engine_la-e-mail-folder-utils.lo] Error 1 > make[3]: Leaving directory > `/home/ixsamar/SRC/evolution/libemail-engine' > make[2]: *** [all] Error 2 > make[2]: Leaving directory > `/home/ixsamar/SRC/evolution/libemail-engine' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/ixsamar/SRC/evolution' > make: *** [all] Error 2 > > ------------------------- > > I was using "origin/master" branch of EDS. If it is not the correct > one do let me know the correct branch name of EDS > > > > With regards, > > Samarjit > > _______________________________________________ > evolution-hackers mailing list > [email protected] > To change your list options or unsubscribe, visit ... > https://mail.gnome.org/mailman/listinfo/evolution-hackers -- Tomas Popela -- Red Hat [email protected] _______________________________________________ evolution-hackers mailing list [email protected] To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-hackers
