Re: Some bugs found when compiling for maemo



Philip Van Hoof wrote:
> On Sat, 2007-02-10 at 18:13 +0200, Tomi Pievil�en wrote:
>> Hi,
>>
>> Found the following small bugs when compiling tinymail for maemo:
>>
>> Index: libtinymail-camel/camel-lite/libedataserver/e-iconv.c
>> ===================================================================
>> --- libtinymail-camel/camel-lite/libedataserver/e-iconv.c   (revision 1558)
>> +++ libtinymail-camel/camel-lite/libedataserver/e-iconv.c   (working copy)
>> @@ -381,7 +381,7 @@
>>         
>>         if (iso == 10646) {
>>             /* they all become ICONV_10646 */
>> -           ret = g_strdup (ICONV_10646);
>> +           ret = g_strdup ("ICONV_10646");
> 
> 
> Euh, no. That define should have been set in iconv-detect.h which is
> generated during the ./configure 

You're right, it should be but it isn't :-). I mean, I think there is
something wrong in the configuration phase because I never got that
definition in the header file.

Br



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