I've just downloaded qmailadmin-0.60pre3 to test some of the new things
since I finally have a server I can do that on. However when I go to
compile I'm getting the following errors. Any suggestions would be helpful.
I do have to most recent stable version of vpopmail but not the dev version.
Is that needed? All others such as ezmlm-idx and the like are installed in
the default locations as well.
Thanks
Andy
make all-recursive
make[1]: Entering directory `/usr/dload/qmailadmin-0.60pre3'
make[2]: Entering directory `/usr/dload/qmailadmin-0.60pre3'
gcc -I. -I/home/vpopmail/include -g -O2 -c qmailadmin.c
qmailadmin.c: In function `main':
qmailadmin.c:123: warning: assignment from incompatible pointer type
qmailadmin.c:208: warning: assignment from incompatible pointer type
qmailadmin.c:216: dereferencing pointer to incomplete type
qmailadmin.c:220: dereferencing pointer to incomplete type
make[2]: *** [qmailadmin.o] Error 1
make[2]: Leaving directory `/usr/dload/qmailadmin-0.60pre3'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/dload/qmailadmin-0.60pre3'
make: *** [all-recursive-am] Error 2