bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bash 5.1: accept loadable build fix


From: Chet Ramey
Subject: Re: Bash 5.1: accept loadable build fix
Date: Tue, 2 Feb 2021 09:56:08 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.6.1

On 2/1/21 6:16 PM, Marc Aurèle La France wrote:
typemax.h states it should be included after config.h, limits.h, stdint.h,
and inttypes.h.  But, on my system (with glibc 2.32), accept.c ends up
including <limits.h> after typemax.h, via the sequence ...

accept.c -> loadables.h -> builtins.h -> general.h -> <limits.h>

... resulting in a compile failure.

Thanks for the report.

Chet

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]