From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: Emacs 21.2 and termcap problem Date: Mon, 13 May 2002 13:52:30 +0300 (IDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <87bsbkr4d6.fsf@mimuw.edu.pl> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1021288320 8724 127.0.0.1 (13 May 2002 11:12:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 13 May 2002 11:12:00 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 177DkG-0002Gb-00 for ; Mon, 13 May 2002 13:12:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 177DkV-0006o9-00; Mon, 13 May 2002 07:12:15 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 177DUA-0005nT-00 for ; Mon, 13 May 2002 06:55:22 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id NAA11854; Mon, 13 May 2002 13:52:30 +0300 (IDT) X-Sender: eliz@is Original-To: jsbien@mimuw.edu.pl In-Reply-To: <87bsbkr4d6.fsf@mimuw.edu.pl> Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1328 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1328 On 13 May 2002 jsbien@mimuw.edu.pl wrote: > I have just compiled Emacs 21.2 on my home Woody Debian computer. I > have done everything "as usual" (I started to compile Emacs with some > pretest version); there was no substantial changes of my system in the > meantime. However, 21.2 does not start reporting > > Cannot open termcap database file > > Does this mean that Emacs really tries to open termcap file while my > system uses terminfo? Yes, it means Emacs tries to open termcap. You can see the message in term.c, together with the #ifdef that conditions it. > Anyway, what do you recommend me to do? I'd suggest to make sure you have the latest version of ncurses installed and visible to the Emacs build at configure time. Old versions of ncurses sometimes dupe the configure script into thinking your system doesn't support terminfo.