zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.w.stephenson@ntlworld.com>
To: zsh-workers@zsh.org
Subject: Re: Function tgoto implicitly converted to pointer
Date: Sun, 7 Apr 2013 18:24:04 +0100	[thread overview]
Message-ID: <20130407182404.308984bd@pws-pc.ntlworld.com> (raw)
In-Reply-To: <1565658.2bmoXxmgiv@thuban>

On Sat, 06 Apr 2013 14:19:48 -0400
Nick Bryda <nickbryda@gmx.us> wrote:
> Function `tgoto' implicitly converted to pointer at 
> ../../../Src/Zle/zle_refresh.c:2361
>...
> This is often due to a missing function prototype definition.

It's highly likely in this case:  getting the right headers for the
terminal libraries, particularly in a way that works on older systems,
is nasty.

In the worst case, TGOTO_PROTO_MISSING should be defined by a test in
configure.ac: evidently it isn't here, so I suppose the code around line
1652 of configure.ac isn't working for some reason.  What should happen
is if the duff prototype on 1655 *does* compile, we know there *can't*
be a valid prototype already.  It may be that it's failing to compile
for some other reason.

Axel is probably more help with the details.

pws


      parent reply	other threads:[~2013-04-07 17:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-06 18:19 Nick Bryda
2013-04-06 19:36 ` [PATCH] Include zshterm.h to silence a warning Frank Terbeck
2013-04-07 11:24 ` Function tgoto implicitly converted to pointer Axel Beckert
2013-04-07 17:40   ` Nick Bryda
2013-04-08 14:34   ` Clemens Huebner
2013-04-07 17:24 ` Peter Stephenson [this message]

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=20130407182404.308984bd@pws-pc.ntlworld.com \
    --to=p.w.stephenson@ntlworld.com \
    --cc=zsh-workers@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).