From: "Gerd Möllmann" <gerd.moellmann@gmail.com>
To: Po Lu <luangruo@yahoo.com>
Cc: emacs-devel@gnu.org, "Gerd Möllmann" <gerd@gnu.org>
Subject: Re: master 9253910a5a5: Restore a default before macOS 14 API change (bug#72440)
Date: Mon, 05 Aug 2024 11:35:33 +0200 [thread overview]
Message-ID: <m2ed7348ii.fsf@pro2.fritz.box> (raw)
In-Reply-To: <87wmkvnyn8.fsf@yahoo.com> (Po Lu's message of "Mon, 05 Aug 2024 16:48:27 +0800")
Po Lu <luangruo@yahoo.com> writes:
> Is `NSAppKitVersionNumber14_0' defined on older releases of Mac OS?
> Emacs is supposed to compile on 10.6 at the earliest.
Good point, I think I'll simply drop the version check.
BTW, maybe also interesting: The versions in NSApplication.h are no
longer defines.
typedef double NSAppKitVersion NS_TYPED_EXTENSIBLE_ENUM;
/* The version of the AppKit framework */
APPKIT_EXTERN const NSAppKitVersion NSAppKitVersionNumber;
static const NSAppKitVersion NSAppKitVersionNumber10_0 = 577;
...
And I wonder who the heck is running Appkit 10.6, or even 11. But
whatever, it's a bloody mess on macOS anyway :-/.
prev parent reply other threads:[~2024-08-05 9:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <172284368812.15702.9761339987965685067@vcs2.savannah.gnu.org>
[not found] ` <20240805074128.771E5C0EFEE@vcs2.savannah.gnu.org>
2024-08-05 8:48 ` master 9253910a5a5: Restore a default before macOS 14 API change (bug#72440) Po Lu
2024-08-05 9:35 ` Gerd Möllmann [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2ed7348ii.fsf@pro2.fritz.box \
--to=gerd.moellmann@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=gerd@gnu.org \
--cc=luangruo@yahoo.com \
/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.savannah.gnu.org/cgit/emacs.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).