Hi, I made the change, and now it works. However I get a "-ERR mailbox is corrupted" message. The archives don't shed any light on this. Could somebody please help me on this ?
Regards, Michael Fuller ----- Original Message ----- From: "Claudio Jeker" <[EMAIL PROTECTED]> To: "Qmail LDAP Forum" <[EMAIL PROTECTED]> Sent: Saturday, November 30, 2002 4:56 PM Subject: Re: Compiling Qmail LDAP patch > On Sat, Nov 30, 2002 at 01:56:14PM +0530, Michael Fuller wrote: > > Hello all, > > > > I tried to compile Qmail LDAP patch, and this is what I got > > > > maildir++.c: In function `quota_check': > > maildir++.c:214: `NULL' undeclared (first use in this function) > > maildir++.c:214: (Each undeclared identifier is reported only once > > maildir++.c:214: for each function it appears in.) > > maildir++.c: In function `quota_get': > > maildir++.c:247: `NULL' undeclared (first use in this function) > > maildir++.c: In function `quota_writesize': > > maildir++.c:424: `NULL' undeclared (first use in this function) > > make: *** [maildir++.o] Error 1 > > > > Is there a workaround ? > > Thanks in advance :-) > > > > a) wait one or two days, then the new patch with this fixed will be > released. > b) add the line > #define NULL (void*)0 > somewhere at the top of the maildir++.c file. > > -- > :wq Claudio >
