|
|
安装qmail出现以下错误是什么原因???
用的是red hat as 4
打完补丁,值行make setup check时出现的错误
./compile overmaildirquota.c
overmaildirquota.c:15: error: missing terminating " character
overmaildirquota.c:16: error: `sam' undeclared here (not in a function)
overmaildirquota.c:16: error: syntax error before "Exp"
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] 错误 1 |
|