zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@zsh.org
Subject: Re: missing curses.so
Date: Mon, 5 Oct 2015 10:22:00 -0700	[thread overview]
Message-ID: <151005102200.ZM18934@torch.brasslantern.com> (raw)
In-Reply-To: <56120040.7050500@eastlink.ca>

On Oct 4,  9:44pm, Ray Andrews wrote:
} Subject: Re: missing curses.so
}
}   It seems strange.  I have '/usr/include/ncurses.h' and the thing seems to
} find it and then not find it:

It checks first whether it's actually there, and then if it is, it is
checked again as part of the "terminal library search order" to decide
which installed library is the best one to use.

The default order is "ncursesw tinfo termcap ncurses curses" unless you
are using solaris or hpux.  So ncurses will be skipped in favor of
terminfo or termcap because the latter two work better for the purposes
of the main shell (prompts and ZLE), which (I think) will cause the
zsh/curses module not to be compiled.

This is probably a configure.ac bug.

}      2$ ./configure --with-term-lib
} 
} ... shows:
} 
} configure: error: "No terminal handling library was found on your system.

RTF "INSTALL" file.  --with-term-lib takes an argument.  No argument means
no library.


  reply	other threads:[~2015-10-05 17:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-02  2:37 Ray Andrews
2015-10-03 18:58 ` Bart Schaefer
2015-10-05  4:44   ` Ray Andrews
2015-10-05 17:22     ` Bart Schaefer [this message]
2015-10-05 18:09       ` Ray Andrews

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=151005102200.ZM18934@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).