zsh-workers
 help / color / mirror / code / Atom feed
From: Zoltan Hidvegi <hzoli@cs.elte.hu>
To: jmm@herakles.jpl.nasa.gov (Jan Martin)
Cc: zsh-workers@math.gatech.edu (Zsh hacking and development)
Subject: Re: Re[2]: Problem compiling on HPUX 10.20
Date: Wed, 9 Oct 1996 00:29:26 +0200 (MET DST)	[thread overview]
Message-ID: <199610082229.AAA00393@hzoli.ppp.cs.elte.hu> (raw)
In-Reply-To: <199610081852.LAA04129@herakles.jpl.nasa.gov> from Jan Martin at "Oct 8, 96 11:52:16 am"

> > Jan Martin wrote:
> > > Hi experts:
> > > 
> > > I'm having a bit of trouble compiling zsh-3.0.0 on HPUX 10.20 with the
> > > HP cc - when trying to compile builtin.c, I get
> > > 
> > >         cc -c -I.. -I. -I.  -DHAVE_CONFIG_H -Ae builtin.c
> > > cpp: "builtin.c", line 3639: error 4062: there are some unknown limits.  Fix me!

I'm sorry, somehow an extra error check crept in the code (I prehaps
pressed META-W instead of CTRL-W in emacs which did a copy instead of a
cut).  The patch below should be applied on 3.0.1-test3.

Zoltan


*** Src/builtin.c	1996/10/07 01:44:03	2.92
--- Src/builtin.c	1996/10/08 22:22:49
***************
*** 3662,3670 ****
  #  define NEXT_RLIM (RLIMIT_NOFILE + 1)
      "descriptors",
  # endif /* RLIMIT_NOFILE */
- # if NEXT_RLIM != RLIM_NLIMITS
-    #error there are some unknown limits.  Fix me!
- # endif
  # if defined RLIMIT_TCACHE && RLIMIT_TCACHE == NEXT_RLIM
  #  undef NEXT_RLIM
  #  define NEXT_RLIM (RLIMIT_TCACHE + 1)
--- 3662,3667 ----


           reply	other threads:[~1996-10-08 23:32 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <199610081852.LAA04129@herakles.jpl.nasa.gov>]

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=199610082229.AAA00393@hzoli.ppp.cs.elte.hu \
    --to=hzoli@cs.elte.hu \
    --cc=jmm@herakles.jpl.nasa.gov \
    --cc=zsh-workers@math.gatech.edu \
    /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).