On May 17, 2009, at 2:42 PM, Timo Sirainen wrote:
On Wed, 2009-05-13 at 15:04 -0400, Jonathan Siegle wrote:
Having some problems compiling on AIX 5.3 with IBM vac version 8.
Programs that I had problems building: test-mail test-imap test-index
Should be fixed in hg now?
Yes fixed. Is it to "early" to be reporting stuff like this? I now
have this error(rev 9321:4c4b95def1fa):
"ssl-proxy.c", line 12.5: 1506-343 (S) Redeclaration of ssl_proxy_new
differs from previous declaration on line 17 of "ssl-proxy.h".
"ssl-proxy.c", line 12.5: 1506-376 (I) Redeclaration of ssl_proxy_new
has a different number of fixed parameters than the previous
declaration.
"ssl-proxy.c", line 12.5: 1506-377 (I) The type "struct ssl_proxy**"
of parameter 3 differs from the previous type "const struct
login_settings*".
"ssl-proxy.c", line 19.5: 1506-343 (S) Redeclaration of
ssl_proxy_client_new differs from previous declaration on line 19 of
"ssl-proxy.h".
"ssl-proxy.c", line 19.5: 1506-376 (I) Redeclaration of
ssl_proxy_client_new has a different number of fixed parameters than
the previous declaration.
"ssl-proxy.c", line 19.5: 1506-377 (I) The type "int(*)(void*)" of
parameter 3 differs from the previous type "const struct
login_settings*".
gmake[3]: *** [ssl-proxy.lo] Error 1
gmake[3]: Leaving directory `/usr/sadmin/src/imapservers/dovecothg/
dovecot-2.0psu/src/login-common'
thanks, Jonathan