Re: [Dovecot] Problem Compiling 1.1.1 on AIX

2008-06-24 Thread Woonsan Ko
Hi Jackie, I compiled dovecot-1.1.1 on AIX 5.3 with xlc, "IBM(R) XL C/C++ Enterprise Edition V8.0 for AIX(R)", but I didn't see that error. Which version of xlc are you using? In my case, I succeeded in making it after modification of two generated sources: (1) src/plugins/quota/rquota.h I

Re: [Dovecot] v1.1.rc12 released

2008-06-19 Thread Woonsan Ko
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 pat

Re: [Dovecot] v1.1.rc11 released

2008-06-19 Thread Woonsan Ko
> FWIW, it compiled just fine on AIX using IBM's C for AIX > V9 compiler It failed to compile with `IBM(R) XL C/C++ Enterprise Edition V8.0 for AIX(R)' on `AIX machine 3 5'. My configuration was `./configure CC=xlc LDFLAGS="-bexpall -brtl"'. Did you compile with a simple configuration like `./c

Re: [Dovecot] v1.1.rc11 released

2008-06-19 Thread Woonsan Ko
Hi Timo, > > After some googling on this problem, I found that > adding `#include ' before other includes > in ./src/lib/restrict-access.c. > > Done. However, the rc12 doesn't seem to have the line before the `#include ' line. > > > rpcgen -h /usr/include/rpcsvc/rquota.x > > rquota.h

Re: [Dovecot] v1.1.rc11 released

2008-06-18 Thread Woonsan Ko
Hi All, I could build and install on Linux and HP-UX machines successfully with gcc, but I failed on an AIX machine with gcc. So may I ask you some advice on making on AIX? The environment is as follows (`gcc -v`): Using built-in specs. Target: powerpc-ibm-aix5.3.0.0 Configured with: ../g

Re: [Dovecot] configure error on HP-UX: C99 compatible vsnprintf() call

2008-06-13 Thread Woonsan Ko
TED]> wrote: > From: Timo Sirainen <[EMAIL PROTECTED]> > Subject: Re: [Dovecot] configure error on HP-UX: C99 compatible vsnprintf() > call > To: [EMAIL PROTECTED] > Cc: "Dovecot Mailing List" > Date: Friday, June 13, 2008, 6:15 PM > On Fri, 2008-06-13 at 02

Re: [Dovecot] configure error on HP-UX: C99 compatible vsnprintf() call

2008-06-13 Thread Woonsan Ko
) > call > To: [EMAIL PROTECTED] > Cc: "Dovecot Mailing List" > Date: Friday, June 13, 2008, 5:00 PM > On Fri, 2008-06-13 at 00:55 -0700, Woonsan Ko wrote: > > It is like the following in the generated Makefile: > > > > MODULE_SUFFIX = .so > > Are the plugins created using .so or .sl suffix?

Re: [Dovecot] configure error on HP-UX: C99 compatible vsnprintf() call

2008-06-13 Thread Woonsan Ko
Dovecot Mailing List" > Date: Friday, June 13, 2008, 5:00 PM > On Fri, 2008-06-13 at 00:55 -0700, Woonsan Ko wrote: > > It is like the following in the generated Makefile: > > > > MODULE_SUFFIX = .so > > Are the plugins created using .so or .sl suffix?

Re: [Dovecot] configure error on HP-UX: C99 compatible vsnprintf() call

2008-06-13 Thread Woonsan Ko
o: "Dovecot Mailing List" > Cc: [EMAIL PROTECTED] > Date: Friday, June 13, 2008, 4:50 PM > On Fri, 2008-06-13 at 09:40 +0300, Timo Sirainen wrote: > > On Thu, 2008-06-12 at 23:37 -0700, Woonsan Ko wrote: > > > Hi All, > > > > > > I tried to

Re: [Dovecot] configure error on HP-UX: C99 compatible vsnprintf() call

2008-06-13 Thread Woonsan Ko
ot Mailing List" > Date: Friday, June 13, 2008, 4:33 PM > On Fri, 2008-06-13 at 00:12 -0700, Woonsan Ko wrote: > > Hi Timo, > > > > Thank you very much for quick response. > > I have just tested with your new package, but they > print other errors during `make&

Re: [Dovecot] configure error on HP-UX: C99 compatible vsnprintf() call

2008-06-13 Thread Woonsan Ko
64 - aCC version: HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003] Kind regards, Woonsan --- On Fri, 6/13/08, Timo Sirainen <[EMAIL PROTECTED]> wrote: > From: Timo Sirainen <[EMAIL PROTECTED]> > Subject: Re: [Dovecot] configure error on HP-UX: C99 compatible vsnprintf() > call >

[Dovecot] configure error on HP-UX: C99 compatible vsnprintf() call

2008-06-12 Thread Woonsan Ko
Hi All, I tried to build dovecot-1.1.rc9 on a HP-UX machine, but failed to configure with the following message: configure: error: You don't appear to have C99 compatible vsnprintf() call The environment is like the following: - command: ./configure - uname: HP-UX B.11.23 U ia64 - aCC ver