Re: Some bugs found when compiling for maemo



Dirk-Jan Binnema nokia com wrote:
> Index: libtinymail-camel/camel-lite/libedataserver/e-iconv.c
> ===================================================================
> --- libtinymail-camel/camel-lite/libedataserver/e-iconv.c   (revision 1573)
> +++ libtinymail-camel/camel-lite/libedataserver/e-iconv.c   (working copy)
> @@ -26,6 +26,10 @@
>  #include <config.h>
>  #endif
> 
> +#ifndef ICONV_10646
> +#define ICONV_10646 "iso-10646"
> +#endif /*ICONV_10646*/
> +
>  #include <stdio.h>
>  #include <stdlib.h>
>  #include <string.h>
> 
> 
> Works for me at least. The problem is that iconv-detect does _not_
> detect the ICON_10646 on maemo, but the camel code assumes that
> it does.

Sure, I used this approach until now, but it's not the most elegant
solution, isn't it? :)

Br



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