Hi, all.
I compiled and installed dovecot-1.1.3 with this cmd:
# ./configure --prefix=/usr/local/dovecot --disable-ipv6 --with-mysql --with-ldap --with-zlib --enable-header-install
Then compiled dovecot-sieve-1.1.5 with this cmd:
./configure --with-dovecot=/usr/local/dovecot/lib/dovecot
But i got this error msg:
<stdout>:1654: warning: no previous prototype for 'addrget_lineno' <stdout>:1663: warning: no previous prototype for 'addrget_in' <stdout>:1671: warning: no previous prototype for 'addrget_out' <stdout>:1679: warning: no previous prototype for 'addrget_leng' <stdout>:1688: warning: no previous prototype for 'addrget_text' <stdout>:1697: warning: no previous prototype for 'addrset_lineno' <stdout>:1709: warning: no previous prototype for 'addrset_in' <stdout>:1714: warning: no previous prototype for 'addrset_out' <stdout>:1719: warning: no previous prototype for 'addrget_debug' <stdout>:1724: warning: no previous prototype for 'addrset_debug' <stdout>:1758: warning: no previous prototype for 'addrlex_destroy'
How can i solve this issue? Thanks very much.