Hi Timo,
I finally succeeded in compiling dovecot-1.1.rc12 on AIX with the following patch:
http://users.handysoft.co.kr/~wsko/resource/aix.diff
I'd like to propose applying the above patch for 1.1 release. ;)
I tested successfully with gcc and IBM C Compiler. Also, I confirmed the above patch worked for Linux and HP-UX as well.
I think the main problem was related to generating and using rquota.h, as seen in the patch.
By the way, I did not use dovecot-cc' script. I simply used
./configure CC=gcc' and `./configure CC=xlc'.
Regards,
Woonsan
--- On Thu, 6/19/08, Timo Sirainen tss@iki.fi wrote:
From: Timo Sirainen tss@iki.fi Subject: [Dovecot] v1.1.rc12 released To: "Dovecot News List" dovecot-news@dovecot.org Cc: "Dovecot Mailing List" dovecot@dovecot.org Date: Thursday, June 19, 2008, 7:07 PM http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc12.tar.gz http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc12.tar.gz.sig
Sorry, one more RC because of the mbox+quota bug. v1.1.0 still planned for tomorrow.
- mbox: Don't give "Can't find next message offset" warnings when plugin (e.g. quota) accesses the message being saved.
- deliver: Settings inside protocol imap {} weren't ignored.