Hi John Jack, On 04/15/2017 02:04:53 PM Sat, [email protected] wrote:
Dear Albrecht, Dear list members,I started from scratch and cloned git again. The version I'm referring to is 2.5.3a-67-g4e4d3c3. I run: ./autogen.sh ./configure --with-gpgme --with-gpg-app=/usr/bin/gpg2 --with-html-widget=webkit2 --with-spell-checker=gtkspell --with-rubrica=yes --with-libnotify --with-canberra --enable-smime --with-gtksourceview --without-gnome --with-gcr=yes --with-compface make 'make' output some errors: In file included from /usr/include/glib-2.0/glib/gi18n.h:23:0, from net-client.c:17: net-client.c: In function ‘net_client_read_line’: net-client.c:168:8: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘gsize {aka unsigned int}’ [-Wformat=] _("reply length %lu exceeds the maximum allowed length %lu"), length, clie ^ net-client.c:168:6: note: in expansion of macro ‘_’ _("reply length %lu exceeds the maximum allowed length %lu"), length, clie ^ net-client.c:168:8: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘gsize {aka unsigned int}’ [-Wformat=] _("reply length %lu exceeds the maximum allowed length %lu"), length, clie ^ net-client.c:168:6: note: in expansion of macro ‘_’ _("reply length %lu exceeds the maximum allowed length %lu"), length, clie ^ CC net-client-pop.o net-client-pop.c: In function ‘net_client_pop_list’: net-client-pop.c:246:23: warning: format ‘%lu’ expects argument of type ‘long unsigned int *’, but argument 4 has type ‘gsize * {aka unsigned int *}’ [-Wformat=] if (sscanf(reply, "%u %lu", &info->id, &info->size) != 2) { ^ CC net-client-smtp.o
I just pushed changes to both files to fix these specific errors--please test them when you get a chance.
So I did a 'make -k' and it was compiled without errors. After that I made a 'sudo make install'. So far so good. When retrieving emails from a pop3s account I receive empty mails without header. After clicking to the mail I get the following message: Text could not be saved: Internal error in get_stream.
My guess is that's because of the earlier compile errors. Best, Peter _______________________________________________ balsa-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/balsa-list
