>  Do Okt 15 2009 13:44:02 CEST von   wduchene @ Uncensored  Betreff:
>Citadel, Cygwin, Windows, Compiles, etc.
>
>    
>
>Hi all. I decided to play around with the compile process for Windows once
>again, and noticed that there is a glitch in the stringbuf.c file,
>specifically in the functions 'DecodeSegment' and 'StrBuf_RFC822_to_Utf8' It
>looks like there is a variable, 'ic' which is undeclared. When compiling the
>code, I receive the following:  
>
>lib/stringbuf.c: In function `DecodeSegment':
>lib/stringbuf.c:2863: error: `ic' undeclared (first use in this function)
>lib/stringbuf.c:2863: error: (Each undeclared identifier is reported only
>once
>lib/stringbuf.c:2863: error: for each function it appears in.)
>make: *** [lib/stringbuf.lo] Error 1  
>
>BTW - I know that this is going to sound like nonsence, but did anyone make
>modifications to how the IMAP server works with the database? All I can say
>is thank you! I compiled the EasyInstall on my Ubuntu 64 machine, and Citadel
>flys like the wind. Maybe it's hardware, or something, but thought that I
>would express my appreciation anyway.  
>
>
>
>  

  

there have been some improvements in the bit flag handling, which might speed
up stuff as moving / deleting big lists.  

yes, that ic needs to be defined for shure, its from iconv.  

next to that, you should work to make configure find the iconv headers.

Reply via email to