Hi All,
I'm trying to compile qmail w/ qmail-toaster-0.5.patch + qmail- 1.03.errno.patch. I also have glibc-2.3.2. Running make gives me this error:
snipt --->
./compile overmaildirquota.c overmaildirquota.c:15:27: missing terminating " character overmaildirquota.c:16: error: parse error before "sam" overmaildirquota.c:16:10: missing terminating " character overmaildirquota.c:25: error: parse error before "if" overmaildirquota.c:32: warning: data definition has no type or storage class overmaildirquota.c:33: error: parse error before '}' token overmaildirquota.c:36: error: redefinition of `ret_value' overmaildirquota.c:32: error: `ret_value' previously defined here overmaildirquota.c:36: warning: data definition has no type or storage class overmaildirquota.c:37: error: parse error before '}' token make: *** [overmaildirquota.o] Error 1
snipt --->
Anybody ran into this problem before?
Some compilers complain about the line wrapping without a "\". Just put a trailing "\" at the end of this line:
static const char rcsid[]="$Id: overquota.c,v 1.0 2002/06/09 16:21:05 mr
That should fix it. I'll be including this fix in the next patch.
Regards,
Bill Shupp
