zsh-workers
 help / color / mirror / code / Atom feed
* Re: Re[2]: Problem compiling on HPUX 10.20
       [not found] <199610081852.LAA04129@herakles.jpl.nasa.gov>
@ 1996-10-08 22:29 ` Zoltan Hidvegi
  0 siblings, 0 replies; only message in thread
From: Zoltan Hidvegi @ 1996-10-08 22:29 UTC (permalink / raw)
  To: Jan Martin; +Cc: Zsh hacking and development

> > 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 ----


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-10-08 23:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <199610081852.LAA04129@herakles.jpl.nasa.gov>
1996-10-08 22:29 ` Re[2]: Problem compiling on HPUX 10.20 Zoltan Hidvegi

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).