Hi Piotr,
On 2/29/2012 1:57 PM, Piotr Tarnowski wrote:
I recently compiled dovecot-2.1.1 on Solaris 10 with Sun Studio, but
when I want to compile Sieve for this version
(dovecot-2.1-pigeonhole-0.3.0) I get an error:
"sieve.c", line 578: identifier redeclared: sieve_multiscript_run
and I see that declaration in sieve.h is different from definition in
sieve.c, so compilation process fails with SunStudio cc compiler.
I have done a quick hack to correct this, and then compiled successfully.
Thanks for the report. Apparently GCC doesn't see this.
Fixed:
http://hg.rename-it.nl/dovecot-2.1-pigeonhole/rev/9da3a8398ea4
Regards,
Stephan.