jdk/jdk (+jdk12) Build failure on OSX 10.11

Erik Joelsson erik.joelsson at oracle.com
Wed Jun 19 17:29:38 UTC 2019


Are you sure it's 10.11 that is the problem and not the version of Xcode?

/Erik

On 2019-06-19 00:51, Baesken, Matthias wrote:
> Hello,  I noticed that we fail  on OSX 10.11  in the build   .  Reason is  that   NSWindowStyleMaskDocModalWindow  is used since :
>
> https://hg.openjdk.java.net/jdk/jdk/rev/6daafebf8189
>
> 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
>
> Which is 10.12+ functionality . See
>
> https://developer.apple.com/documentation/appkit/nswindowstylemask/nswindowstylemaskdocmodalwindow?language=objc
>
> NSWindowStyleMaskDocModalWindow
> The window is a document-modal panel (or a subclass of NSPanel<https://developer.apple.com/documentation/appkit/nspanel?language=objc>).
> macOS 10.12+
>
>
>
> I would prefer to test for  minimum  10.12  already  in  configure  , what do you think ?
>
> Best regards, Matthias
>



More information about the build-dev mailing list