Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Duplicate
-
Affects Version/s: 14
-
Fix Version/s: None
-
Component/s: client-libs
-
Labels:None
-
Subcomponent:
-
CPU:generic
-
OS:os_x
Description
Change 8214578 introduced a dependency to 10.13. (NSTextInputSourceIdentifier ).
The doc of NSTextInputSourceIdentifier : https://developer.apple.com/documentation/appkit/nstextinputsourceidentifier
mentions macOS 10.13+ .
Build errors are :
----------------------------
> /jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.h:41:5: error: unknown type name 'NSTextInputSourceIdentifier'
> NSTextInputSourceIdentifier kbdLayout;
> ^
> /jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m:93:23: error: assignment to readonly property
> self.cglLayer = windowLayer;
> ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~
> /jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m:110:19: error: assignment to readonly property
> self.cglLayer = nil;
> ~~~~~~~~~~~~~ ^ ~~~
> 3 errors generated.
The doc of NSTextInputSourceIdentifier : https://developer.apple.com/documentation/appkit/nstextinputsourceidentifier
mentions macOS 10.13+ .
Build errors are :
----------------------------
> /jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.h:41:5: error: unknown type name 'NSTextInputSourceIdentifier'
> NSTextInputSourceIdentifier kbdLayout;
> ^
> /jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m:93:23: error: assignment to readonly property
> self.cglLayer = windowLayer;
> ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~
> /jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m:110:19: error: assignment to readonly property
> self.cglLayer = nil;
> ~~~~~~~~~~~~~ ^ ~~~
> 3 errors generated.
Attachments
Issue Links
- duplicates
-
JDK-8234786 Fix for JDK-8214578 breaks OS X 10.12 compatibility
-
- Resolved
-