Autore: Jeremy Harris Data: To: exim-users Oggetto: Re: [exim] Exim 4.87 RC7 uploaded
On 02/04/16 11:03, Heiko Schlittermann wrote: > Heiko Schlittermann <hs@???> (Sa 02 Apr 2016 11:02:01
> CEST):
>> Yes, but the Symbol __STDC_VERSION doesn't seem to have the right
>> value in SRC/buildconfig.c (where I took the code for my short
>> test from).
>
> It's set for clang, or if we use gcc -std=c99 (or some other
> possible values). clang and gcc understand that option, but I'm not
> sure about other compilers.
>
> Currently I've no idea how to solve it.
We were handling long long, and long, -sized (s)size_t but
not plain int-sized. Easy fix, and gets me a make to complete
on 14.04 LTS 32-bit where it did not before.
74d8288d7a8f pushed, and also the patch attached here.