Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Re[2]: Problem compiling on HPUX 10.20



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



Messages sorted by: Reverse Date, Date, Thread, Author