Balsa & Gnome 2.18



Hi all,

as Gnome 2.18 was released a few days ago, I tried to install it through garnome, and then build balsa with it. I immediately ran into two problems:

The trivial one: Gnome 2.18 comes with gtkhtml 3-14 which is not detected. The following trivial patch for configure.in solves this issue:

<snip>
--- configure.in        (Revision 7574)
+++ configure.in        (Arbeitskopie)
@@ -325,7 +325,7 @@
 if test x"$use_gtkhtml" != xno ; then
     case "$use_gtkhtml" in
      2) check_pkgs="2.0 3.8 3.6 3.1 3.0";;
-     *) check_pkgs="3.8 3.6 3.1 3.0 2.0";;
+     *) check_pkgs="3.14 3.8 3.6 3.1 3.0 2.0";;
     esac
     use_gtkhtml=no
     for i in $check_pkgs; do
</snip>

The second one is more difficult. When I launch Balsa with gmime 2.2.4 installed, all message bodies are empty. With 2.2.3 everything works fine. This looks as if something in the stream handling stuff changed in between. Any ideas?

Cheers, Albrecht.

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Albrecht Dreß  -  Johanna-Kirchner-Straße 13  -  D-53123 Bonn (Germany)
       Phone (+49) 228 6199571  -  mailto:albrecht dress arcor de
  GnuPG public key:  http://www.mynetcologne.de/~nc-dreszal/pubkey.asc
_________________________________________________________________________

Attachment: pgpUWyFaPEGj5.pgp
Description: PGP signature



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