You are missing some include files required for the compilation of
qmailadmin.c
check if you have installed vpopmail in the standard path or else check
the includes in the qmailadmin.c and .h
files to find the includes files used and if they are present in your
gcc include path

Florent Bouron

Bill Shupp a �crit :
> 
> on 7/4/01 9:40 PM, Robert Borden at [EMAIL PROTECTED] spake:
> 
> > i'm tring to compile qmailadmin 0.57 and I get this error while compiling.
> >
> > make  all-recursive
> > make[1]: Entering directory `/home/rob/qmailadmin-0.57'
> > make[2]: Entering directory `/home/rob/qmailadmin-0.57'
> > gcc -I. -I/var/vpopmail/include      -g -O2 -c qmailadmin.c
> > qmailadmin.c: In function `main':
> > qmailadmin.c:122: warning: assignment from incompatible pointer type
> > qmailadmin.c:207: warning: assignment from incompatible pointer type
> > qmailadmin.c:215: dereferencing pointer to incomplete type
> > qmailadmin.c:219: dereferencing pointer to incomplete type
> > make[2]: *** [qmailadmin.o] Error 1
> > make[2]: Leaving directory `/home/rob/qmailadmin-0.57'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/rob/qmailadmin-0.57'
> > make: *** [all-recursive-am] Error 2
> 
> Can you include information like your ./configure options, and OS?
> 
> Regards,
> 
> Bill Shupp

Reply via email to