on 7/20/01 12:07 PM, Pedro Inacio at [EMAIL PROTECTED] spake:

> 
> 
> Hi guys,
> maybe this was reported already, but I´m new in the list so I will ask again:
> 
> 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
> Any fix?

For me, commenting out line 278 (/*memset(pwent, 0, sizeof(pwent));*/) of
vauth.c allowed it to compile.  But I did not research the implications of
doing this, so experiment at your own risk!

Cheers,

Bill Shupp

Reply via email to