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: Thu, 12 May 2022 01:56:37 -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 9:37 PM, Po Lu wrote:
Does this fix the problem?

diff --git a/src/nsterm.h b/src/nsterm.h
index 9d8a6f486f..ce2355e6b1 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -1329,5 +1329,6 @@ #define NSPasteboardTypeTIFF NSTIFFPboardType
  #define NSControlStateValueOn NSOnState
  #define NSControlStateValueOff NSOffState
  #define NSBezelStyleRounded NSRoundedBezelStyle
+#define NSButtonTypeMomentaryPushIn NSMomentaryPushInButton
  #endif
  #endif        /* HAVE_NS */

Yes, that let it successfully compile. Thanks!

-David




reply via email to

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