zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: Zsh workers <zsh-workers@sunsite.auc.dk>
Subject: Re: Compilation on IRIX 5.3
Date: Mon, 5 Jun 2000 16:38:43 -0700	[thread overview]
Message-ID: <000605163843.ZM25737@candle.brasslantern.com> (raw)
In-Reply-To: <393C148A.741A4904@u.genie.co.uk>

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.


  reply	other threads:[~2000-06-05 23:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-05 20:58 Oliver Kiddle
2000-06-05 23:38 ` Bart Schaefer [this message]
2000-06-08 14:31   ` PATCH: " Oliver Kiddle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=000605163843.ZM25737@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).