Bill Shupp wrote:
List wrote:
Hi,
I am trying to follow the steps " bunzip2 -c ../../tar/qmail-toaster-0.7.1.patch.bz2 | patch -p0 make clean make " and got the following make error.
./compile maildirquota.c
./compile maildirgetquota.c
./compile maildiropen.c
./compile maildirparsequota.c
./compile overmaildirquota.c
overmaildirquota.c:15: error: missing terminating " character
overmaildirquota.c:16: error: invalid initializer
overmaildirquota.c:16: error: syntax error before ':' token
overmaildirquota.c:16: error: missing terminating " character
overmaildirquota.c:25: error: syntax error before "if"
overmaildirquota.c:32: warning: data definition has no type or storage class
overmaildirquota.c:33: error: syntax error before '}' token
overmaildirquota.c:36: error: redefinition of 'ret_value'
overmaildirquota.c:32: error: previous definition of 'ret_value' was here
overmaildirquota.c:36: warning: data definition has no type or storage class
overmaildirquota.c:37: error: syntax error before '}' token
make: *** [overmaildirquota.o] Error 1
How do i go about to solve this problem? Running on Fedora Core 3.
There's an unnecessary line break... around like 15.. I'll get the patch fixed tomorrow, and post to the list when it's fixed.
I have updated the patch.. please try this one:
http://shupp.org/patches/qmail-toaster-0.7.2.patch.bz2
And let me know if it compiles successfully.
Tom Collins: I think this is a result of using the qmail-maildir++.patch from the vpopmail contrib directory.. it has the line break as well. You might want to update that in cvs.
Regards,
Bill