This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: build failure in TUI


Stephane Carrez writes:
 > Hi!
 > 
 > Elena Zannoni wrote:
 > 
 > > [...]
 > >  > Debian has this:
 > >  > #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
 > >  > 
 > >  > I'm not sure offhand if this is fixed in stock readline 4.3, or if it
 > >  > is Debian local.
 > >  > 
 > > 
 > > It's in 4.3.
 > > 
 > > Elena
 > > 
 > 
 > 
 > We can temporarily override it in tuiIO.c to use 4.3 definition and until we have readline 4.3.
 > 

Yes.

 > 
 > The TUI does not build with readline 4.3 (on the branch) because it uses readline internal
 > 
 > variables that have disappeared.  I filed a gdb PR for that.  But this must not prevent
 > a possible use of readline 4.3 for gdb 5.3.
 > 

Is there a workaround? Maybe the variables have disappeared from the
interface, but some accessor functions have been added to readline?

Elena


 > 	Stephane
 > 
 > -----------------------------------------------------------------------
 >          Home                               Office
 > E-mail: stcarrez@nerim.fr                  Stephane.Carrez@solsoft.fr
 > WWW:    http://stephane.carrez.free.fr     http://www.solsoft.com
 >          Free the Software!                 Visual Security Policy Management
 > 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]