zsh-workers
 help / color / mirror / code / Atom feed
From: James Devenish <j-devenish@users.sourceforge.net>
To: zsh-workers@sunsite.dk
Subject: Re: Mac OS X 10.3 again
Date: Wed, 17 Mar 2004 21:19:58 +0800	[thread overview]
Message-ID: <20040317131957.GA17600@mail.guild.uwa.edu.au> (raw)
In-Reply-To: <20040317113412.GA15737@mail.guild.uwa.edu.au>

For those wondering about the relationship between Darwin and Mac OS X
(Darwin can be obtained separately from Mac OS X, but Mac OS X is built
on top of Darwin), here is Apple's list:
<http://www.opensource.apple.com/darwinsource/index.html>

Also, note that the SourceForge compilation farm has the "Server"
versions of Mac OS X (as found in Xserves) while most users will
have the "Client" versions on their desktops. (However, hopefully,
the differences are immaterial as far as porting zsh goes.)

The boring news is that zsh HEAD basically works fine under Mac OS
10.3.3 ;-) The -N test still fails because HFS (the default filesystem)
does not record 'atime' -- we went through this on one of the zsh lists
earlier (but I notice the error message has not been updated to include
HFS). The minor issues that I saw during compilation were the following
warnings:

init.c:411: warning: implicit declaration of function `ioctl'
utils.c:985: warning: implicit declaration of function `ioctl'
utils.c:3349: warning: no previous prototype for `ucs4toutf8'
clone.c:81: warning: implicit declaration of function `ioctl'
zpty.c:324: warning: implicit declaration of function `ioctl'
zle_main.c:179: warning: implicit declaration of function `ioctl'
zle_utils.c:305: warning: implicit declaration of function `ioctl'

(ioctl is in sys/ioctl.h, and config.log shows:
    zsh_cv_header_sys_ioctl_h_ioctl_proto=yes
    #define HAVE_IOCTL_PROTO 1
but I guess there is still an actual #include that is lacking.)

Also saw this:

utils.c:3371: warning: suggest parentheses around arithmetic in operand of |

(Note: I have not gone through and enabled or disabled ./configurable
options, so I don't /really/ know if it all works. Nevertheless, `make
test` works, and there are no obvious show-stoppers like with Mac OS
10.2 and earlier. I don't recall any problems during my own usage.)

There is still a prominent number of people using 10.2, who might be
appreciative of patches, but it increasingly appears (at least to me --
and perhaps I am just repeating conclusions from earlier discussions)
that any 10.2-specific patches would be superfluous under 10.3.



  reply	other threads:[~2004-03-17 13:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-15 16:55 zpty on HP/UX Oliver Kiddle
2004-03-15 17:11 ` Peter Stephenson
2004-03-16 15:07   ` PATCH: " Peter Stephenson
2004-03-16 19:47     ` Oliver Kiddle
2004-03-16 23:50       ` mneptok
2004-03-17 10:12         ` Oliver Kiddle
2004-03-17 10:23           ` PATCH: zpty on HP/UX (and Mac OS X 10.3) James Devenish
2004-03-17 11:10             ` mneptok
2004-03-17 11:34               ` Mac OS X 10.3 again [was: PATCH: zpty on HP/UX] James Devenish
2004-03-17 13:19                 ` James Devenish [this message]
2004-03-17 11:19             ` PATCH: zpty on HP/UX (and Mac OS X 10.3) Oliver Kiddle
2004-03-17 13:02               ` zpty on Mac OS X 10.2 Peter Stephenson
2004-03-17 14:00                 ` 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=20040317131957.GA17600@mail.guild.uwa.edu.au \
    --to=j-devenish@users.sourceforge.net \
    --cc=zsh-workers@sunsite.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).