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.

Thanks



Reply via email to