From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23781 invoked by alias); 7 Jan 2004 14:58:47 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23748 invoked from network); 7 Jan 2004 14:58:46 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 7 Jan 2004 14:58:46 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 3199C2B8F; Wed, 7 Jan 2004 09:58:47 -0500 (EST) Message-ID: <3FFC1EA7.6090607@gnu.org> Date: Wed, 07 Jan 2004 14:58:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb@sources.redhat.com, stcarrez@nerim.fr Subject: Re: GNUtify TUI code, enable TUI References: <3FF9C6C3.1000704@gnu.org> <3FFB2E9F.1060508@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00069.txt.bz2 > Date: Tue, 06 Jan 2004 16:54:39 -0500 >> From: Andrew Cagney >> >> (looking at configure.in) It would be made conditional on there >> being a curses library (which I think precludes DJGPP). > > > Not necessarily: there's a port of PDCurses. I will look into using > that to get a TUI build when I have time. > > One thing I'd request to change in preparation for making TUI the > default is to rename some of the files in gdb/tui/ so that they don't > conflict after 8+3 butchery (see fnchange.lst or run doschk). > Renaming via fnchange.lst is okay for files that aren't used in the > DJGPP build, but it's a darn PITA for those that need to be compiled, > since Makefile's etc. need to be edited as well, which fnchange.lst > doesn't do. Yes, good point. I'll toss in an extra ~week, and post draft new names so people can pick on them :-) Andrew