zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: Peter Stephenson <pws@csr.com>,
	zsh-workers@sunsite.dk (Zsh hackers list)
Subject: Re: Termcap saga
Date: Tue, 1 May 2001 15:02:27 +0000	[thread overview]
Message-ID: <1010501150227.ZM6942@candle.brasslantern.com> (raw)
In-Reply-To: <Tc0a88d015341106398@mailsweeper01.cambridgesiliconradio.com>

On May 1,  1:58pm, Peter Stephenson wrote:
}
} What's supposed to happen after the last set of changes?

The trouble is that configure's -lcurses vs. -ltermcap decision is based
on linking to tgetent, but term{cap,info}.c's decision of which headers
to included is based only on whether those headers are present.  So it
includes headers it doesn't need, and (for the same reason that Andrej
was having trouble with the stat module -- the Cygwin folks are getting
overzealous with `const') it ends up declaring global variables it won't
need.

Since nobody has howled about 14177 changing the configure messages, I'll
commit it and then look at moving the checks for curses.h and term.h into
the section for --with-curses-terminfo so they'll be checked for only if
they're going to be needed.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


  reply	other threads:[~2001-05-01 15:04 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-01  9:56 Peter Stephenson
2001-05-01 12:58 ` Peter Stephenson
2001-05-01 15:02   ` Bart Schaefer [this message]
2001-05-02  5:22     ` F. G. Marx
2001-05-02  7:52       ` Bart Schaefer
2001-05-02  5:31     ` _use_lo is still being refered to F. G. Marx
2001-05-02  7:57       ` Bart Schaefer
2001-05-02 15:55         ` F. G. Marx
2001-05-02 16:51           ` Bart Schaefer
2001-05-01 17:24 ` Termcap saga Andrej Borsenkow
2001-05-01 18:19   ` Andrej Borsenkow
2001-05-02  9:38     ` Peter Stephenson
2001-05-02 15:55       ` PATCH: " Bart Schaefer
2001-05-02 16:09         ` 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=1010501150227.ZM6942@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.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).