[Dovecot] beta5 builds under RHEL

Pascal Volk user+dovecot at localhost.localdomain.org
Sun May 30 10:42:38 EEST 2010


On 05/30/2010 09:05 AM Axel Thimm wrote:
> Hi,
> 
> beta4 built under RHEL4, RHEL5 and RHEL6 (the latter being the public
> beta). beta5 now builds only for RHEL5, the other two fail with:
> 
> strnum.c: In function `str_to_llong':
> strnum.c:139: error: `LLONG_MIN' undeclared (first use in this function)
> strnum.c:139: error: (Each undeclared identifier is reported only once
> strnum.c:139: error: for each function it appears in.)
> 
> Thanks!

LLONG_MIN is defined in /usr/include/limits.h (at least on my systems).
It's provided by the package libc6-dev (on Debian GNU/Linux).

src/lib/strnum.c <- includes "lib.h"
src/lib/lib.h    <- includes <limits.h>

Defines your limits.h LLONG_MIN? If not, which libc/version is RHEL 6 using?


Regards,
Pascal
-- 
The trapper recommends today: 5e1f1e55.1015009 at localdomain.org


More information about the dovecot mailing list