From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17369 invoked from network); 5 Jun 2000 23:42:22 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Jun 2000 23:42:22 -0000 Received: (qmail 1471 invoked by alias); 5 Jun 2000 23:41:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11758 Received: (qmail 1401 invoked from network); 5 Jun 2000 23:41:15 -0000 From: "Bart Schaefer" Message-Id: <000605163843.ZM25737@candle.brasslantern.com> Date: Mon, 5 Jun 2000 16:38:43 -0700 In-Reply-To: <393C148A.741A4904@u.genie.co.uk> Comments: In reply to Oliver Kiddle "Compilation on IRIX 5.3" (Jun 5, 9:58pm) References: <393C148A.741A4904@u.genie.co.uk> X-Mailer: Z-Mail Lite (5.0.0 30July97) To: Zsh workers Subject: Re: Compilation on IRIX 5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 5, 9:58pm, Oliver Kiddle wrote: > Subject: Compilation on IRIX 5.3 > When compiling on IRIX 5.3, I get this: > > Can't open -e > Can't open /^!MOD!)$/q;p > > repeated several times. Wasn't this from one of the Solaris sed > fixes recently? Yes. It's in Doc/Makefile.in, so it's not critical to building the shell itself. Thank goodness. My only guess is that IRIX sed does not understand '-ne' and requires that there be two options '-n -e' instead. Could you try that? > cfe: Warning 753: /usr/include/sys/types.h, line 111: declaration > must at least declare an identifier, tag, or the member of an > enumeration > typedef unsigned long unsigned long ; > ^ > cfe: Warning 645: /usr/include/sys/types.h, line 111: Duplicate 'unsigned' > typedef unsigned long unsigned long ; > ------- ------------- ^ What does line 111 of sys/types.h look like? Configure has `#define'd as `unsigned long' something that IRIX wanted to `typedef' instead. We need to improve the configure test for that symbol, whatever it is.