zsh-workers
 help / color / mirror / code / Atom feed
From: Nathan Peirce <nathan@fc.hp.com>
To: Peter Stephenson <pws@csr.com>
Cc: zsh-workers@sunsite.dk, Matt Lovell <lovell@fc.hp.com>
Subject: Re: Zsh doesn't compile correctly out of the box for HPUX
Date: Wed, 12 Feb 2003 10:14:59 -0700	[thread overview]
Message-ID: <15946.33043.268273.403941@hpesnhp.fc.hp.com> (raw)
In-Reply-To: <11963.1045048551@csr.com>

I don't know much about curses libraries.  I did see this comment on
an HP-UX transition website:

"Hcurses library - HP-UX curses was
replaced with X/Open curses (NcNs401)

These curses interfaces are HP proprietary interfaces. The
use of these interfaces is strongly discouraged and may not
be portable to future implementations of HP-UX. There will
not be a 64-bit version of the curses
library."

But whoever is compiling the regular X/Open cursese for HPUX is doing it
wrong because it has the backspace problem.  So as long as Hcurses is
available, its use is a good workaround to the backspace problem.


On 12 February 2003, Peter Stephenson writes:
 > Nathan Peirce wrote:
 > > It does compile, but zle doesn't function correctly unless you have
 > > the LIBS line in the Makefile look like this:
 > > 
 > >    LIBS            = -lnsl -lHcurses -lcurses -lm  -lc
 > > 
 > > Notice that the Hcurses library has to be used instead of the default
 > > curses.
 > 
 > Is that really instead of (not in addition to)?  In that case, and
 > assuming Hcurses is HPUX-specific, I would think we can fix this by
 > changing
 > 
 > [case "$host_os" in
 >   hpux10.*|hpux11.*|solaris*)
 >       termcap_curses_order="curses ncurses termcap" ;;
 >   *)             termcap_curses_order="termcap curses ncurses" ;;
 > esac]
 > 
 > to 
 > 
 > [case "$host_os" in
 >   hpux10.*|hpux11.*|solaris*)
 >       termcap_curses_order="Hcurses curses ncurses termcap" ;;
 >   *)             termcap_curses_order="termcap curses ncurses" ;;
 > esac]
 > 
 > in the configure test.
 > 



-- 
Nathan Peirce
Hewlett Packard
System VLSI Technology Division
Phone: 970-898-7928	
Email: nathan@fc.hp.com


  reply	other threads:[~2003-02-12 17:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-12  1:22 Nathan Peirce
2003-02-12 11:15 ` Peter Stephenson
2003-02-12 17:14   ` Nathan Peirce [this message]
2003-02-13 10:55     ` Peter Stephenson

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=15946.33043.268273.403941@hpesnhp.fc.hp.com \
    --to=nathan@fc.hp.com \
    --cc=lovell@fc.hp.com \
    --cc=pws@csr.com \
    --cc=zsh-workers@sunsite.dk \
    /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).