Hi Chet,
Chet Ramey writes:
> Thanks for the report. I'm interested in why you're not using ncurses. Is
> it just not installed on your build system?
I occasionally test Gnulib in a Hurd VM (fresh each time since my image
doesn't like to reboot, unfortunately).
I had assumed that libncurses-de
On 5/9/25 1:29 AM, Collin Funk wrote:
Hi Chet,
Building bash from the devel branch fails the link on GNU/Hurd. Here is
the error:
Thanks for the report. I'm interested in why you're not using ncurses. Is
it just not installed on your build system?
Chet
--
``The lyf so short, the craft so lon
/terminal.c:109:
first defined here
I have attached a patch which fixes it. The issue is very simple, just a
missing '#if defined'.
Collin
>From 253559a51dda6c15afbae3174b7b887dede7d9e3 Mon Sep 17 00:00:00 2001
From: Collin Funk
Date: Thu, 8 May 2025 22:21:15 -0700
Subject: [PATCH