bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with fallbacks in ncurses 5.4


From: Thomas Dickey
Subject: Re: Problem with fallbacks in ncurses 5.4
Date: Thu, 31 Mar 2005 14:52:21 -0500 (EST)

On Thu, 31 Mar 2005, DervishD wrote:

   Hi :))

   I have downloaded ncurses 5.4 and patched it until 2005-03-27,
and I want to install it in two systems: one of them has not prior
ncurses installation (so it lacks a 'infocmp' command) and a system
with a built-in terminfo database and without 'infocmp'.

   What I want is to build a library without a database, just with a
couple of fallback entries (linux and maybe vt100), but I cannot
because if I specify '--without-database' and
'--with-fallbacks=linux,vt100' compilation fails, since 'MKfallbacks'
needs infocmp to build the fallbacks!

yes - you need an executable for infocmp to build this.  It's mentioned
in this paragraph in the INSTALL file:

        By default, there are no entries on the fallback list.  After you
        have built the ncurses suite for the first time, you can change
        the list (the process needs infocmp(1)).  To do so, use the script
        MKfallback.sh.  A configure script option --with-fallbacks does this
        (it accepts a comma-separated list of the names you wish, and does
        not require a rebuild).

Normally fallbacks are used for embedded systems, and those generally do
not have development environments.  So that is not often a problem.  You
need infocmp because the fallbacks are built into the ncurses library,
which is built before infocmp (because infocmp is built using the ncurses
library).

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]