NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lib/58674 (HEAD fails to build tools on recent Linux (Fedora 40))
The following reply was made to PR lib/58674; it has been noted by GNATS.
From: "David H. Gutteridge" <david%gutteridge.ca@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: lib/58674 (HEAD fails to build tools on recent Linux (Fedora 40))
Date: Tue, 17 Sep 2024 09:18:59 -0400
Thanks for the fix!
The next issue is much the same, another function guarded by
XOPEN_SOURCE, this time in sed:
/home/disciple/NetBSD/src/tools/sed/../../usr.bin/sed/process.c: In
function 'lputs':
/home/disciple/NetBSD/src/tools/sed/../../usr.bin/sed/process.c:636:41:
error: implicit declaration of function 'wcwidth'
[-Wimplicit-function-declaration]
636 | width = (size_t)wcwidth(wc);
| ^~~~~~~
Dave
Home |
Main Index |
Thread Index |
Old Index