(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/pc/System/git/balsa/missing autoheader) configure.in:205: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from... configure.in:205: the top level configure.in:205: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from... configure.in:205: the top level configure.in:345: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from... configure.in:345: the top level configure.in:353: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from... configure.in:353: the top level rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-recursive make[1]: Entering directory '/home/pc/System/git/balsa' Making all in po make[2]: Entering directory '/home/pc/System/git/balsa/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/pc/System/git/balsa/po' Making all in sounds make[2]: Entering directory '/home/pc/System/git/balsa/sounds' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/pc/System/git/balsa/sounds' Making all in images make[2]: Entering directory '/home/pc/System/git/balsa/images' Making all in mimetypes make[3]: Entering directory '/home/pc/System/git/balsa/images/mimetypes' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/pc/System/git/balsa/images/mimetypes' Making all in 16x16 make[3]: Entering directory '/home/pc/System/git/balsa/images/16x16' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/pc/System/git/balsa/images/16x16' Making all in 24x24 make[3]: Entering directory '/home/pc/System/git/balsa/images/24x24' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/pc/System/git/balsa/images/24x24' make[3]: Entering directory '/home/pc/System/git/balsa/images' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/pc/System/git/balsa/images' make[2]: Leaving directory '/home/pc/System/git/balsa/images' Making all in doc make[2]: Entering directory '/home/pc/System/git/balsa/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/pc/System/git/balsa/doc' Making all in libbalsa make[2]: Entering directory '/home/pc/System/git/balsa/libbalsa' Making all in imap make[3]: Entering directory '/home/pc/System/git/balsa/libbalsa/imap' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/pc/System/git/balsa/libbalsa/imap' make[3]: Entering directory '/home/pc/System/git/balsa/libbalsa' CC imap-server.o imap-server.c: In function ‘libbalsa_imap_server_new_from_config’: imap-server.c:555:6: error: ‘gnome_keyring_find_password_sync’ is deprecated: Use 'secret_password_lookup_sync' instead [-Werror=deprecated-declarations] r = gnome_keyring_find_password_sync(LIBBALSA_SERVER_KEYRING_SCHEMA, ^ In file included from imap-server.c:35:0: /usr/include/gnome-keyring-1/gnome-keyring.h:497:26: note: declared here GnomeKeyringResult gnome_keyring_find_password_sync (const GnomeKeyringPasswordSchema* schema, ^ imap-server.c:562:3: error: ‘gnome_keyring_free_password’ is deprecated: Use 'secret_password_free' instead [-Werror=deprecated-declarations] gnome_keyring_free_password(server->passwd); ^ In file included from imap-server.c:35:0: /usr/include/gnome-keyring-1/gnome-keyring.h:513:26: note: declared here void gnome_keyring_free_password (gchar *password); ^ imap-server.c:569:7: error: ‘gnome_keyring_free_password’ is deprecated: Use 'secret_password_free' instead [-Werror=deprecated-declarations] libbalsa_free_password(server->passwd); ^ In file included from imap-server.c:35:0: /usr/include/gnome-keyring-1/gnome-keyring.h:513:26: note: declared here void gnome_keyring_free_password (gchar *password); ^ imap-server.c:572:25: error: ‘gnome_keyring_store_password_sync’ is deprecated: Use 'secret_password_store_sync' instead [-Werror=deprecated-declarations] (LIBBALSA_SERVER_KEYRING_SCHEMA, NULL, ^ In file included from imap-server.c:35:0: /usr/include/gnome-keyring-1/gnome-keyring.h:483:26: note: declared here GnomeKeyringResult gnome_keyring_store_password_sync (const GnomeKeyringPasswordSchema* schema, ^ imap-server.c:593:13: error: ‘gnome_keyring_free_password’ is deprecated: Use 'secret_password_free' instead [-Werror=deprecated-declarations] libbalsa_free_password(server->passwd); ^ In file included from imap-server.c:35:0: /usr/include/gnome-keyring-1/gnome-keyring.h:513:26: note: declared here void gnome_keyring_free_password (gchar *password); ^ cc1: all warnings being treated as errors Makefile:742: recipe for target 'imap-server.o' failed make[3]: *** [imap-server.o] Error 1 make[3]: Leaving directory '/home/pc/System/git/balsa/libbalsa' Makefile:775: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/home/pc/System/git/balsa/libbalsa' Makefile:687: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/pc/System/git/balsa' Makefile:484: recipe for target 'all' failed make: *** [all] Error 2