From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4636 invoked from network); 8 Feb 2000 23:49:02 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Feb 2000 23:49:02 -0000 Received: (qmail 4972 invoked by alias); 8 Feb 2000 23:48:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9626 Received: (qmail 4963 invoked from network); 8 Feb 2000 23:48:55 -0000 Date: Tue, 8 Feb 2000 23:48:52 +0000 From: Adam Spiers To: zsh workers mailing list Subject: RLIM_NLIMITS compile problem Message-ID: <20000208234852.B25402@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh workers mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i X-URL: http://www.new.ox.ac.uk/~adam/ X-OS: Linux 2.2.12 i686 Hi all, I'm still here - just taking it easy on the computer front at the moment, as it was sapping too much of my time. I'm having problems compiling the latest CVS tree: make[2]: Entering directory `/mnt/hda7/opt/zsh/Src' gcc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -Wall -Wno-implicit -Wmissing-prototypes -O2 -o builtin.o builtin.c In file included from zsh.mdh:26, from builtin.c:30: exec.epro:25: `RLIM_NLIMITS' undeclared here (not in a function) exec.epro:26: `RLIM_NLIMITS' undeclared here (not in a function) make[2]: *** [builtin.o] Error 1 make[2]: Leaving directory `/mnt/hda7/opt/zsh/Src' make[1]: *** [modobjs] Error 2 make[1]: Leaving directory `/mnt/hda7/opt/zsh/Src' make: *** [all] Error 1 Not sure whether I'm being stupid or just rusty, but I can't figure out where @RLIMITS_INC_H@ is supposed to get #included for this (if indeed it is @RLIMITS_INC_H@ - maybe I even got that wrong). config.status has: s%@RLIMITS_INC_H@%/usr/include/asm/resource.h%g which looks right to me.