The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: wkt@tuhs.org (Warren Toomey)
Subject: [Unix-jun72] Readme written: needs checking
Date: Wed, 7 May 2008 19:28:42 +1000	[thread overview]
Message-ID: <20080507092842.GA94457@minnie.tuhs.org> (raw)
In-Reply-To: <20080507084043.GQ2793@myrtle.kent.ac.uk>

On Wed, May 07, 2008 at 09:40:43AM +0100, P.A.Osborne wrote:
> On OS X 10.5.3
> simh builds fine however:
> building apout fails (everything else in tools compiles) with:

Thanks Paul, I'll try to fix it tomorrow. Is there a compiler defined
preprocessor symbol that I can add which covers OSX. For example:

#if !defined(__FreeBSD__) && !defined(__NetBSD__) && \
    !defined(__OpenBSD__) && !defined(__linux__)
# define NEED_INT_N
#endif

Is there __OSX__ or similar? If there is, simply add

	&& !defined(__OSX__)

to that second line, which is around line 71 in tools/apout/defines.h.

Thanks,
	Warren



  reply	other threads:[~2008-05-07  9:28 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-07  1:33 Warren Toomey
2008-05-07  2:35 ` John Cowan
2008-05-07  3:05   ` Tim Newsham
2008-05-07  3:19     ` Warren Toomey
2008-05-07  5:11     ` John Cowan
2008-05-07  6:18       ` Warren Toomey
2008-05-07  3:29   ` [Unix-jun72] simh patch fails Warren Toomey
2008-05-07  2:44 ` [Unix-jun72] Readme written: needs checking Jim Capp
2008-05-07  3:36 ` Jim Capp
2008-05-07  3:43   ` Warren Toomey
2008-05-07  3:59     ` Jim Capp
2008-05-07  4:01     ` Jim Capp
2008-05-07  5:22 ` Johan Beisser
2008-05-07  8:40 ` P.A.Osborne
2008-05-07  9:28   ` Warren Toomey [this message]
2008-05-07 10:19     ` P.A.Osborne
2008-05-07 14:11       ` Robert Tillyard
2008-05-07 14:29         ` P.A.Osborne

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=20080507092842.GA94457@minnie.tuhs.org \
    --to=wkt@tuhs.org \
    /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.
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).