emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Master branch build failure on macOS 10.11


From: David Caldwell
Subject: Re: Master branch build failure on macOS 10.11
Date: Wed, 11 May 2022 21:06:55 -0700
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.9.0

On 5/11/22 5:03 PM, Po Lu wrote:
David Caldwell <david@porkrind.org> writes:

Most likely related to commit 75c26e417474ba9b8d366b28a95ff774cb12f0e5

Is this old version of macOS still supported? Or should I ratchet my
build machine up an OS release?

We support Mac OS X 10.6 and up, so yes, it is still supported.

Could you find the names of those two constants on older versions of
macOS?  Apple does a lot of renaming, and this error might as well be
one of those.

Sure! My 11.6 sdk says:

>    NSButtonTypeMomentaryPushIn   = 7,

and on the 10.11 vm I see:

>    NSMomentaryPushInButton             = 7,    // was NSMomentaryLight

Looks like the old one had Button as a suffix instead of a prefix.

-David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]