-
Bug
-
Resolution: Fixed
-
P2
-
14
-
b27
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8236323 | 15 | Alexey Semenyuk | P2 | Resolved | Fixed | team |
src/jdk.incubator.jpackage/linux/native/libapplauncher/LinuxPlatform.h
has
#include <X11/Xlib.h>
#include <X11/Xatom.h>
but does not respect the configure flag `--x-includes`.
I'm getting
fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
^~~~~~~~~~~~
1 error generated
in my builds.
Maybe $(X_CFLAGS) needs to be passed somewhere in the makefiles (make/lib/Lib-jdk.incubator.jpackage.gmk)?
has
#include <X11/Xlib.h>
#include <X11/Xatom.h>
but does not respect the configure flag `--x-includes`.
I'm getting
fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
^~~~~~~~~~~~
1 error generated
in my builds.
Maybe $(X_CFLAGS) needs to be passed somewhere in the makefiles (make/lib/Lib-jdk.incubator.jpackage.gmk)?
- backported by
-
JDK-8236323 JDK-8212780 breaks builds with a custom X11 include path
-
- Resolved
-
- relates to
-
JDK-8212780 Packaging Tool Implementation
-
- Resolved
-