Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Compilation on IRIX 5.3
- X-seq: zsh-workers 11758
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: Compilation on IRIX 5.3
- Date: Mon, 5 Jun 2000 16:38:43 -0700
- In-reply-to: <393C148A.741A4904@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <393C148A.741A4904@xxxxxxxxxxxxx>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author