Hi All I'm running qmail with vpopmail 4.9.10 and I'm attempting to compile sqwebmail 3.0.0. Part way through I get this error: gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/vpopmail/include -g -O2 -Wall -I.. - I./.. -c authvchkpw.c authvchkpw.c: In function `auth_vchkpw_changepass': authvchkpw.c:142: warning: assignment from incompatible pointer type authvchkpw.c:151: dereferencing pointer to incomplete type authvchkpw.c:151: dereferencing pointer to incomplete type make[1]: *** [authvchkpw.o] Error 1 make[1]: Leaving directory `/usr/src/sqwebmail-3.0.0/authlib' make: *** [all-recursive] Error 1 After digging around in the sources, it seems to me that authvchkpw.c is looking for struct vqpasswd which is not defined anywhere. Does sqwebmail 3.0.0 require the latest development version of vpopmail? Thanks, Mike
