Hey folks,
Was wondering if anyone else is seeing this problem when trying
to 'make' vpopmail-4.10.29:
It's something to do with memset().
Thanks,
Randy Franklin
make all-recursive
make[1]: Entering directory `/usr/local/src/qmail/vpopmail-4.10.29'
Making all in cdb
make[2]: Entering directory `/usr/local/src/qmail/vpopmail-4.10.29/cdb'
( cat warn-auto.sh; \
echo CC=\'`head -1 conf-cc`\'; \
echo LD=\'`head -1 conf-ld`\'; \
cat find-systype.sh; \
) | sh > systype
( cat warn-auto.sh; \
echo 'main="$1"; shift'; \
echo 'rm -f "$main"'; \
echo 'ar cr "$main" ${1+"$@"}'; \
case "`cat systype`" in \
sunos-5.*) ;; \
unix_sv*) ;; \
irix64-*) ;; \
irix-*) ;; \
dgux-*) ;; \
hp-ux-*) ;; \
sco*) ;; \
*) echo 'ranlib "$main"' ;; \
esac \
) > makelib
chmod 755 makelib
( ( ./compile tryulong32.c && ./load tryulong32 && \
./tryulong32 ) >/dev/null 2>&1 \
&& cat uint32.h2 || cat uint32.h1 ) > uint32.h
rm -f tryulong32.o tryulong32
./compile cdb_hash.c
./compile cdb_unpack.c
./compile cdb_seek.c
./makelib cdb.a cdb_hash.o cdb_unpack.o cdb_seek.o
./compile cdbmake_pack.c
./compile cdbmake_hash.c
./compile cdbmake_add.c
./makelib cdbmake.a cdbmake_pack.o cdbmake_hash.o \
cdbmake_add.o
make[2]: Leaving directory `/usr/local/src/qmail/vpopmail-4.10.29/cdb'
make[2]: Entering directory `/usr/local/src/qmail/vpopmail-4.10.29'
gcc -I. -Icdb -g -O2 -Wall -c vpopmail.c
gcc -I. -Icdb -g -O2 -Wall -c md5.c
gcc -I. -Icdb -g -O2 -Wall -c bigdir.c
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 `/usr/local/src/qmail/vpopmail-4.10.29'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/qmail/vpopmail-4.10.29'
make: *** [all-recursive-am] Error 2