-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 17
-
Component/s: client-libs
-
None
https://bugs.openjdk.java.net/browse/JDK-8258465 recognised that a headless build needs X11 headers.
Seems like shared code relies on having platform-specific Rect definitions so when you port to a new platform you need to define a new one.
There might be some good reason for this but it would be nice
to run it to ground. And even if it is reasonable perhaps if
#ifdef HEADLESS
..
we can use some definition that isn't dependent on a platform
Seems like shared code relies on having platform-specific Rect definitions so when you port to a new platform you need to define a new one.
There might be some good reason for this but it would be nice
to run it to ground. And even if it is reasonable perhaps if
#ifdef HEADLESS
..
we can use some definition that isn't dependent on a platform
- relates to
-
JDK-8376684 Compile OpenJDK in headless mode without required X11 libraries
-
- New
-