On 01.07.2016 12:23, Odhiambo Washington wrote:
On 30 June 2016 at 18:18, Timo Sirainen <tss@iki.fi> wrote:
On 30 Jun 2016, at 17:26, Odhiambo Washington <odhiambo@gmail.com> wrote:
FreeBSD 9.3-STABLE FreeBSD 9.3-STABLE amd64:
sha1.h:80: error: static or type qualifiers in abstract declarator What gcc version is this? It should have been valid C99 code, so I expected it to work without any special version checks..
From config.log:
configure:4580: checking for gcc configure:4596: found /usr/bin/gcc configure:4607: result: gcc configure:4836: checking for C compiler version configure:4845: gcc --version >&5 gcc (GCC) 4.2.1 20070831 patched [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Fixed in https://github.com/dovecot/core/commit/f54d511597447e40f5413716c10520a722936...
Aki