Sean C Truman wrote:
>
> gcc -I. -I/usr/include/mysql -g -O2 -Wall -c vauth.c
> vauth.c:1011: conflicting types for `valias_select'
> vauth.h:103: previous declaration of `valias_select'
> vauth.c: In function `valias_select':
> vauth.c:1014: warning: return makes pointer from integer without a cast
> vauth.c: At top level:
> vauth.c:1036: conflicting types for `valias_select_next'
> vauth.h:104: previous declaration of `valias_select_next'
> make[2]: *** [vauth.o] Error 1
> make[2]: Leaving directory `/usr/local/src/vpopmail-4.10.1'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/vpopmail-4.10.1'
> make: *** [all-recursive-am] Error 2
I got that too. I'll try to fix it Wednesday. It's should
return a pointer to a valias structure instead of a
char *.
Ken Jones