NetBSD-Bugs archive

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

Re: lib/58823: wgetscrreg is not defined



The following reply was made to PR lib/58823; it has been noted by GNATS.

From: Brett Lymn <blymn%internode.on.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: lib-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: lib/58823: wgetscrreg is not defined
Date: Thu, 5 Dec 2024 14:43:35 +1030

 On Sun, Nov 10, 2024 at 05:35:01PM +0000, firasuke%gmail.com@localhost wrote:
 > 
 > Thanks for your time!
 > >How-To-Repeat:
 > Attempt to build `mtm` against NetBSD's curses library.
 > >Fix:
 > Add the following definition of `wgetscrreg` to `curses.h`:
 > 
 > ```c
 > int	 wgetscrreg(const WINDOW *, int *, int *);
 > ```
 > 
 
 Please update your libcurses sources, rebuild and install it and then
 test the build of mtm.  The definition of wgetscrreg should now be
 available
 
 -- 
 Brett Lymn
 --
 Sent from my NetBSD device.
 
 "We are were wolves",
 "You mean werewolves?",
 "No we were wolves, now we are something else entirely",
 "Oh"
 


Home | Main Index | Thread Index | Old Index