zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk
Subject: hist.c (workers/26754, Revision: 1.4627) fails to compile on OSX
Date: Thu, 19 Mar 2009 10:39:21 -0700	[thread overview]
Message-ID: <691a5d910903191039j2b022c5fl957a0950f91f5dfa@mail.gmail.com> (raw)

hist.c: In function ‘chrealpath’:
hist.c:1610: error: ‘lastpos’ undeclared (first use in this function)
hist.c:1610: error: (Each undeclared identifier is reported only once
hist.c:1610: error: for each function it appears in.)
hist.c:1611: error: ‘nonreal’ undeclared (first use in this function)
hist.c:1623: error: ‘real’ undeclared (first use in this function)
make[2]: *** [hist.o] Error 1

Index: Src/hist.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/hist.c,v
retrieving revision 1.92
diff -u -r1.92 hist.c
--- Src/hist.c	19 Mar 2009 15:00:23 -0000	1.92
+++ Src/hist.c	19 Mar 2009 17:38:19 -0000
@@ -1583,7 +1583,7 @@
 #ifdef HAVE_CANONICALIZE_FILE_NAME
     char *lastpos, *nonreal, *real;
 #else
-# ifdef HAVE_REAL_PATH
+# ifdef HAVE_REALPATH
     char *lastpos, *nonreal, real[PATH_MAX];
 # endif
 #endif


                 reply	other threads:[~2009-03-19 17:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=691a5d910903191039j2b022c5fl957a0950f91f5dfa@mail.gmail.com \
    --to=schaefer@brasslantern.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).