Re: Compiling errors with latest version from GIT, Printing of HTML Messages



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

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.

Any ideas?
--
Best regards,
John Jack Doe


On 14 Apr 2017 19:58:40, Albrecht Dreß wrote:
Hi John Jack Doe:

Am 14.04.17 19:43 schrieb(en) JohnJackDoe:
I applied the patch and tried 'make -k'. I still get errors. The display output is attached. Maybe I did something wrong.

Ummm - it doesn't look as if you applied the patch properly. You need to save the patch file somewhere, and then run the following command in the balsa source folder:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]