Displaying 7 results from an estimated 7 matches for "static_array".
2016 Jul 01
2
v2.2.25 released
...cast -fno-builtin-strftime -Wstrict-aliasing=2 -I/usr/kerberos/include -c guid.c -fPIC -DPIC -o .libs/guid.o
> In file included from guid.c:6:
> sha1.h:80: error: static or type qualifiers in abstract declarator
I thought this was fixed in 2.2.25.. In config.h you should have only:
#define STATIC_ARRAY
(not #define STATIC_ARRAY static)
> Operating System: CentOS 5.11
> GCC Version: gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-55)
>
> We have four systems like this with dovecot 2.2.24 working fine. I would like to know if this platform will not be compatible anymore with dovecot and if w...
2016 Jul 02
2
Dovecot 2.2.25 compiling error
...hrieb Mart Pirita:
>> Hello.
>>
>> I cant build 2.2.25, but I can build fine version 2.2.24 with same options:
>>
>> RedHat based customized distro, 2.6.28.10 kernel
> http://dovecot.org/pipermail/dovecot/2016-July/104798.html
>
But config.h does contain #define STATIC_ARRAY and does not contain
#define STATIC_ARRAY static
And also src/lib/macros.h does include the fix - https://github.com/dovecot/core/commit/f54d511597447e40f5413716c10520a7229364f1
So older systems can't upgrade anymore?
--
Mart
2016 Jul 02
2
Dovecot 2.2.25 compiling error
> On July 2, 2016 at 7:58 PM aki.tuomi at dovecot.fi wrote:
>
>
>
> > On July 2, 2016 at 6:56 PM Mart Pirita <sysadmin at e-positive.ee> wrote:
> >
> >
> > Hello.
> >
> > I cant build 2.2.25, but I can build fine version 2.2.24 with same options:
> >
> > RedHat based customized distro, 2.6.28.10 kernel
> >
> >
2016 Jul 06
2
Compile error v2.2.25 MacOS X
Tried to update from 2.2.24 to 2.2.25 using same configure command as previously.
make ends with:
In file included from guid.c:6:
sha1.h:80: error: static or type qualifiers in abstract declarator
make[4]: *** [guid.lo] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Mac OS X 10.7.5
Configure statement was:
2016 Jul 02
4
Dovecot 2.2.25 compiling error
Hello.
I cant build 2.2.25, but I can build fine version 2.2.24 with same options:
RedHat based customized distro, 2.6.28.10 kernel
Build options:
export CPPFLAGS
export LDFLAGS
CPPFLAGS=-I/usr/local/ssl/include
LDFLAGS=-L/usr/local/ssl/lib
./configure \
--prefix=/usr \
--with-ssl=openssl \
--with-ssldir=/etc/ssl \
--sysconfdir=/etc \
2016 Jul 01
5
v2.2.25 released
http://dovecot.org/releases/2.2/dovecot-2.2.25.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.25.tar.gz.sig
Some minor fixes and (mainly logging) improvements since rc1.
* lmtp: Start tracking lmtp_user_concurrency_limit and reject already
at RCPT TO stage. This avoids MTA unnecessarily completing DATA only
to get an error.
* doveadm: Previously only mail settings were read from
2016 Jul 01
5
v2.2.25 released
http://dovecot.org/releases/2.2/dovecot-2.2.25.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.25.tar.gz.sig
Some minor fixes and (mainly logging) improvements since rc1.
* lmtp: Start tracking lmtp_user_concurrency_limit and reject already
at RCPT TO stage. This avoids MTA unnecessarily completing DATA only
to get an error.
* doveadm: Previously only mail settings were read from