bug-ncurses
[Top][All Lists]
Advanced

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

Re: ncurses-6.1-20180922 FTBFS


From: Thomas Dickey
Subject: Re: ncurses-6.1-20180922 FTBFS
Date: Sun, 23 Sep 2018 04:33:06 -0400 (EDT)

----- Original Message -----
| From: "Chris Clayton" <address@hidden>
| To: "Thomas E. Dickey" <address@hidden>
| Sent: Sunday, September 23, 2018 4:30:37 AM
| Subject: ncurses-6.1-20180922 FTBFS

| Hi,
| 
| With tracing disabled, yesterday's ncurses release fails to build because the
| linker cannot resolve _tracef. This patch
| fixes the issue:
| 
| In case you need it:
| 
| Signed-off-by: Chris Clayton <address@hidden>
| 
| ---
| 
| --- ncurses-6.1-20180922/ncurses/base/lib_mouse.c.orig        2018-09-23
| 09:15:29.544114160 +0100
| +++ ncurses-6.1-20180922/ncurses/base/lib_mouse.c     2018-09-23 
09:16:28.580115616
| +0100
| @@ -956,7 +956,9 @@ decode_X10_bstate(SCREEN *sp, MEVENT * e
| {
|     bool result;
| 
| +#ifdef TRACE
|     _tracef("decode_X10_bstate %#x", intro);
| +#endif
|     eventp->bstate = 0;
| 
|      if (!handle_wheel(sp, eventp, (int) intro, (intro & 96) == 96)) {

thanks (that was unintentional - will followup).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://ftp.invisible-island.net



reply via email to

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