zsh-workers
 help / color / mirror / code / Atom feed
* zsh-3.0.1-test3 and HPUX 10.20
@ 1996-10-16  2:23 gene
  0 siblings, 0 replies; only message in thread
From: gene @ 1996-10-16  2:23 UTC (permalink / raw)
  To: zsh-workers

I dont know how the configure guy builds builtin.c but although it works
fine under HPUX 9.0 under 10.0 it gives:

cpp: "builtin.c", line 3666 there are some unknown limits.  Fix
me!

This is solved by the following patch to builtin.c which I assume
must somehow magically be generated for HPUX 10 but not 9.0.

The fix (however it is to get in?) is:

*** builtin.c.hp9       Tue Oct 15 22:14:50 1996
--- builtin.c   Tue Oct 15 22:15:08 1996
***************
*** 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 ----


Gene
gene@bear.com

--
*******************************************************************************
Bear Stearns is not responsible for any recommendation, solicitation, offer or
agreement or any information about any transaction, customer account or account
activity contained in this communication.
*******************************************************************************


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

only message in thread, other threads:[~1996-10-16  2:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-10-16  2:23 zsh-3.0.1-test3 and HPUX 10.20 gene

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