[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compilation error in readline/input.c using MinGW
From: |
Eli Zaretskii |
Subject: |
Re: Compilation error in readline/input.c using MinGW |
Date: |
Tue, 31 Dec 2024 19:48:48 +0200 |
> Date: Tue, 31 Dec 2024 12:04:00 -0500
> Cc: chet.ramey@case.edu, Tom Tromey <tom@tromey.com>
> From: Chet Ramey <chet.ramey@case.edu>
>
> > https://lists.gnu.org/archive/html/bug-readline/2024-11/msg00007.html
> >
> > However, that solution doesn't work with mingw.org's MinGW (it doesn't
> > support __USE_MINGW_ALARM), so I still need a trivial implementation
> > for 'alarm' to compile input.c.
>
> Readline-8.3-beta provides that stub implementation of alarm(3).
Is that implementation in the Readline's Git repository? If so, can
you tell on which branch can I find it? Because I don't think I see
it on master, or maybe I'm missing something.
Thanks.