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.

Reply via email to