Ok, I included the noquota for the hardquota option in my config line,
but I still get the same error..
My configure line:
./configure --enable-roaming-users=y
--enable-relay-clear-minutes=30
--enable-ucspi-dir=/usr/local/src/qmail/ucspi-tcp-0.88
--enable-hardquota=NOQUOTA
--enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp
--enable-tcprules-prog=/usr/local/src/qmail/ucspi-tcp-0.88/tcprules
The error:
# make
make all-recursive
make[1]: Entering directory `/home/steven/vpopmail-4.10.29'
Making all in cdb
make[2]: Entering directory `/home/steven/vpopmail-4.10.29/cdb'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/steven/vpopmail-4.10.29/cdb'
make[2]: Entering directory `/home/steven/vpopmail-4.10.29'
gcc -I. -Icdb -g -O2 -Wall -c vauth.c
vauth.c: In function `vauth_getpw':
vauth.c:278: incompatible types in initialization
vauth.c:278: incompatible types in initialization
vauth.c:278: incompatible types in initialization
vauth.c:278: incompatible type for argument 1 of `memset'
make[2]: *** [vauth.o] Error 1
make[2]: Leaving directory `/home/steven/vpopmail-4.10.29'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/steven/vpopmail-4.10.29'
make: *** [all-recursive-am] Error 2