Re: Some bugs found when compiling for maemo
- From: Sergio Villar Senin <svillar igalia com>
- To: tinymail-devel-list gnome org
- Subject: Re: Some bugs found when compiling for maemo
- Date: Mon, 12 Feb 2007 12:11:24 +0100
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]