On Sun, 1 Mar 2026 18:56:02 GMT, Phil Race <[email protected]> wrote: > I'm getting a build failure on both linux aarch64 and x64 > src/java.desktop/unix/native/common/java2d/opengl/GLXSurfaceData.c: In > function 'acquireGLXWindow': > src/java.desktop/unix/native/common/java2d/opengl/GLXSurfaceData.c:71:28: > error: implicit declaration of function 'XrmUniqueQuark' > [-Wimplicit-function-declaration] 71 | glxWindowContext = XUniqueContext(); > > We build on OL 8 (although using a OL 6.4 devkit)
#include <X11/Xresource.h> fixes it. ------------- PR Comment: https://git.openjdk.org/jdk/pull/29886#issuecomment-3980901046
