* Why Cannot open termcap databases file?
@ 2006-01-02 1:45 Charles
2006-01-02 9:28 ` Peter Dyballa
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Charles @ 2006-01-02 1:45 UTC (permalink / raw)
After I compiled emacs with "make bootstrap", I tryied to start emacs,
but I got
the following message: "Cannot open termcap databases file". I think I
have termcap
correctly installed because I can successfully "man termcap".
What should I do to solve this problem?
Must I configure with option "--prefix=/usr"?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Why Cannot open termcap databases file?
2006-01-02 1:45 Why Cannot open termcap databases file? Charles
@ 2006-01-02 9:28 ` Peter Dyballa
2006-01-02 13:10 ` 彭畅
2006-01-02 16:38 ` Stefan Monnier
2006-01-03 1:44 ` Chong Yidong
2 siblings, 1 reply; 8+ messages in thread
From: Peter Dyballa @ 2006-01-02 9:28 UTC (permalink / raw)
Cc: help-gnu-emacs
Am 02.01.2006 um 02:45 schrieb Charles:
> Must I configure with option "--prefix=/usr"?
>
No. I think should equip your system with ncurses.
termcap is a bit old.
--
Greetings
Pete
Got Mole problems?
Call Avogadro 6.02 x 10^23
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Why Cannot open termcap databases file?
2006-01-02 9:28 ` Peter Dyballa
@ 2006-01-02 13:10 ` 彭畅
0 siblings, 0 replies; 8+ messages in thread
From: 彭畅 @ 2006-01-02 13:10 UTC (permalink / raw)
Cc: help-gnu-emacs
Thank you. But I think that I also have ncurses installed.
2006/1/2, Peter Dyballa <Peter_Dyballa@web.de>:
>
> Am 02.01.2006 um 02:45 schrieb Charles:
>
> > Must I configure with option "--prefix=/usr"?
> >
>
> No. I think should equip your system with ncurses.
>
> termcap is a bit old.
>
> --
> Greetings
>
> Pete
>
> Got Mole problems?
> Call Avogadro 6.02 x 10^23
>
>
--
---------------- Charles
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Why Cannot open termcap databases file?
2006-01-02 1:45 Why Cannot open termcap databases file? Charles
2006-01-02 9:28 ` Peter Dyballa
@ 2006-01-02 16:38 ` Stefan Monnier
2006-01-03 1:44 ` Chong Yidong
2 siblings, 0 replies; 8+ messages in thread
From: Stefan Monnier @ 2006-01-02 16:38 UTC (permalink / raw)
> After I compiled emacs with "make bootstrap", I tryied to start emacs, but
> I got the following message: "Cannot open termcap databases file". I think
> I have termcap correctly installed because I can successfully "man
> termcap". What should I do to solve this problem? Must I configure with
> option "--prefix=/usr"?
Please read carefully INSTALL.CVS, then send a description of your problem
to emacs-pretest-bug@gnu.org with as much info as possible.
Check also etc/PROBLEMS to see if your problem is similar to a known one.
Stefan
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Why Cannot open termcap databases file?
2006-01-02 1:45 Why Cannot open termcap databases file? Charles
2006-01-02 9:28 ` Peter Dyballa
2006-01-02 16:38 ` Stefan Monnier
@ 2006-01-03 1:44 ` Chong Yidong
2006-01-14 20:51 ` Peter Djalaliev
2 siblings, 1 reply; 8+ messages in thread
From: Chong Yidong @ 2006-01-03 1:44 UTC (permalink / raw)
"Charles" <chp516@gmail.com> writes:
> After I compiled emacs with "make bootstrap", I tryied to start emacs,
> but I got
> the following message: "Cannot open termcap databases file". I think I
> have termcap
> correctly installed because I can successfully "man termcap".
> What should I do to solve this problem?
> Must I configure with option "--prefix=/usr"?
Install libncurses5-dev (or its equivalent) and compile again.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Why Cannot open termcap databases file?
2006-01-03 1:44 ` Chong Yidong
@ 2006-01-14 20:51 ` Peter Djalaliev
2006-01-14 21:18 ` Peter Dyballa
2006-01-15 2:31 ` Chong Yidong
0 siblings, 2 replies; 8+ messages in thread
From: Peter Djalaliev @ 2006-01-14 20:51 UTC (permalink / raw)
I am having the same problem with Emacs under Ubuntu Linux. When I
tried installing the libncurses5-dev package through apt-get, it said
that the package is obsolete or not available. I already have the most
recent version of the libncurses5 package.
However, I am still getting the error about emacs not being able to
open the termcap database file.
I saw some messages to forums onlnie about converting between termcap
and terminfo files. What are they, which one do I need?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Why Cannot open termcap databases file?
2006-01-14 20:51 ` Peter Djalaliev
@ 2006-01-14 21:18 ` Peter Dyballa
2006-01-15 2:31 ` Chong Yidong
1 sibling, 0 replies; 8+ messages in thread
From: Peter Dyballa @ 2006-01-14 21:18 UTC (permalink / raw)
Cc: help-gnu-emacs
Am 14.01.2006 um 21:51 schrieb Peter Djalaliev:
> I saw some messages to forums onlnie about converting between termcap
> and terminfo files. What are they, which one do I need?
termcap is the system coming from BSD. terminfo is SysV, its files
can be found in /usr/share/terminfo. The termcap entries are ASCII,
terminfo is binary, compiled. tic, tack, toe, captoinfo, infotocap
are binaries from terminfo. You can try an 'apropos terminfo' ...
--
Greetings
Pete
To be is to do.
-- I. Kant
To do is to be.
-- A. Sartre
Yabba-Dabba-Doo!
-- F. Flintstone
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Why Cannot open termcap databases file?
2006-01-14 20:51 ` Peter Djalaliev
2006-01-14 21:18 ` Peter Dyballa
@ 2006-01-15 2:31 ` Chong Yidong
1 sibling, 0 replies; 8+ messages in thread
From: Chong Yidong @ 2006-01-15 2:31 UTC (permalink / raw)
"Peter Djalaliev" <peter.djalaliev@gmail.com> writes:
> I am having the same problem with Emacs under Ubuntu Linux. When I
> tried installing the libncurses5-dev package through apt-get, it said
> that the package is obsolete or not available.
Maybe there's a problem with your sources.list file. You can find
libncurses5-dev at
http://packages.ubuntu.com/breezy/libdevel/libncurses5-dev
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-01-15 2:31 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-02 1:45 Why Cannot open termcap databases file? Charles
2006-01-02 9:28 ` Peter Dyballa
2006-01-02 13:10 ` 彭畅
2006-01-02 16:38 ` Stefan Monnier
2006-01-03 1:44 ` Chong Yidong
2006-01-14 20:51 ` Peter Djalaliev
2006-01-14 21:18 ` Peter Dyballa
2006-01-15 2:31 ` Chong Yidong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).