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.
On Mon, 2008-09-22 at 16:05 +0800, Zhang Huangbin wrote:> 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'These aren't errors, they're warnings. And it's normal to get them. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20080922/ab892ec6/attachment-0002.bin>
Timo Sirainen wrote:> On Mon, 2008-09-22 at 16:05 +0800, Zhang Huangbin wrote: > >> 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' >> > > These aren't errors, they're warnings. And it's normal to get them. > >Thanks Timo. :)