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

Re: Compilation on IRIX 5.3



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