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

Reply via email to