all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Question about build emacs 22
@ 2006-02-27  3:30 wensa
  2006-03-01 10:46 ` Peter Dyballa
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wensa @ 2006-02-27  3:30 UTC (permalink / raw)


After building emacs 22 from cvs following these steps
  $ ./configure
  $ make
  $ cd lisp
  $ make recompile EMACS=../src/emacs
  $ cd ..
  $ make
  $ make install

When I type emacs, it says
  emacs: Cannot open termcap database file

What's problem, how to solve it?

Thanks in advance!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Question about build emacs 22
  2006-02-27  3:30 Question about build emacs 22 wensa
@ 2006-03-01 10:46 ` Peter Dyballa
  2006-03-01 19:03 ` Eli Zaretskii
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Dyballa @ 2006-03-01 10:46 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 27.02.2006 um 04:30 schrieb wensa:

> When I type emacs, it says
>   emacs: Cannot open termcap database file
>
> What's problem, how to solve it?

I presume you are on some Linux: you need to install some dev (like  
"developer") packages. termcap requires ncurses ...


You probably will need more. The hard way is to look at configure's  
output and think of what might be needed to install to turn the many  
NO into YES ...

--
Greetings

   Pete

"One person with a belief is a social power equal to ninety-nine who  
have only interests." - John Stuart Mill

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Question about build emacs 22
  2006-02-27  3:30 Question about build emacs 22 wensa
  2006-03-01 10:46 ` Peter Dyballa
@ 2006-03-01 19:03 ` Eli Zaretskii
  2006-03-01 20:34 ` Christian Plate
  2006-03-02 23:28 ` Leon
  3 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2006-03-01 19:03 UTC (permalink / raw)


> From: "wensa" <zhengwt@gmail.com>
> Date: 26 Feb 2006 19:30:22 -0800
> 
> After building emacs 22 from cvs following these steps
>   $ ./configure
>   $ make
>   $ cd lisp
>   $ make recompile EMACS=../src/emacs
>   $ cd ..
>   $ make
>   $ make install
> 
> When I type emacs, it says
>   emacs: Cannot open termcap database file
> 
> What's problem, how to solve it?

Please post any problems you have with building the CVS version to
emacs-devel@gnu.org.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Question about build emacs 22
  2006-02-27  3:30 Question about build emacs 22 wensa
  2006-03-01 10:46 ` Peter Dyballa
  2006-03-01 19:03 ` Eli Zaretskii
@ 2006-03-01 20:34 ` Christian Plate
  2006-03-02 23:28 ` Leon
  3 siblings, 0 replies; 5+ messages in thread
From: Christian Plate @ 2006-03-01 20:34 UTC (permalink / raw)
  Cc: help-gnu-emacs


"wensa" <zhengwt@gmail.com> writes:
> When I type emacs, it says
>   emacs: Cannot open termcap database file

This problem arises when Emacs is build without ncurses-support.

You should install the ncurses development libraries and then start your
build process. 

On Debian I do this to get ncurses:
chris:~# apt-get install libncurses5-dev

This should fix your problems if you want to run Emacs on a Text
Terminal. If you want to compile GNU Emacs with X-support you have some
choices:

Use configure
  --with-x-toolkit=KIT    use an X toolkit
                              (KIT = yes/lucid/athena/motif/gtk/no)

You probably want GTK. (You will need the corresponding dev-libraries of
course!)

Hope this helps,
  Christian

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Question about build emacs 22
  2006-02-27  3:30 Question about build emacs 22 wensa
                   ` (2 preceding siblings ...)
  2006-03-01 20:34 ` Christian Plate
@ 2006-03-02 23:28 ` Leon
  3 siblings, 0 replies; 5+ messages in thread
From: Leon @ 2006-03-02 23:28 UTC (permalink / raw)


You need to have ncurses/ncurses-devel installed.

"wensa" <zhengwt@gmail.com> writes:

> After building emacs 22 from cvs following these steps
>   $ ./configure
>   $ make
>   $ cd lisp
>   $ make recompile EMACS=../src/emacs
>   $ cd ..
>   $ make
>   $ make install
>
> When I type emacs, it says
>   emacs: Cannot open termcap database file
>
> What's problem, how to solve it?
>
> Thanks in advance!

-- 
Leon

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-03-02 23:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-27  3:30 Question about build emacs 22 wensa
2006-03-01 10:46 ` Peter Dyballa
2006-03-01 19:03 ` Eli Zaretskii
2006-03-01 20:34 ` Christian Plate
2006-03-02 23:28 ` Leon

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.