<div dir="ltr"><div dir="ltr"><div dir="ltr">Hello all,<div><br></div><div>I'm trying to generate jextract types for io_uring (I didn't find any non-JNI/JNA libraries to use it from JVM)</div><div>Unfortunately, following the instructions I've hit a snag.<br></div><div><br></div><div>Building it with JDK 19, I get:</div><div>=============================================</div><div><div>[user@MSI jextract]$ sh ./gradlew \</div><div><span style="white-space:pre">  </span>-Pjdk19_home=/usr/lib/jvm/java-19-openjdk-19.0.0.0.36-2.rolling.fc38.x86_64 \</div><div><span style="white-space:pre"> </span>-Pllvm_home=/home/user/downloads/clang+llvm-15.0.0-aarch64-linux-gnu clean verify</div><div><br></div><div>> Task :compileJava</div><div>Note: Some input files use preview features of Java SE 19.</div><div>Note: Recompile with -Xlint:preview for details.</div><div><br></div><div>> Task :createJextractImage FAILED</div><div>Error: Module jdk.compiler not found</div><div>java.lang.module.FindException: Module jdk.compiler not found</div><div>        at java.base/java.lang.module.Resolver.findFail(Resolver.java:892)</div><div>        at java.base/java.lang.module.Resolver.resolve(Resolver.java:129)</div><div>        at java.base/java.lang.module.Configuration.resolve(Configuration.java:420)</div><div>        at java.base/java.lang.module.Configuration.resolve(Configuration.java:254)</div><div>        at jdk.jlink/jdk.tools.jlink.internal.Jlink$JlinkConfiguration.resolve(Jlink.java:217)</div><div>        at jdk.jlink/jdk.tools.jlink.internal.JlinkTask.createImageProvider(JlinkTask.java:536)</div><div>        at jdk.jlink/jdk.tools.jlink.internal.JlinkTask.createImage(JlinkTask.java:424)</div><div>        at jdk.jlink/jdk.tools.jlink.internal.JlinkTask.run(JlinkTask.java:276)</div><div>        at jdk.jlink/jdk.tools.jlink.internal.Main.run(Main.java:56)</div><div>        at jdk.jlink/jdk.tools.jlink.internal.Main.main(Main.java:34)</div></div><div><div>=============================================</div><div><br></div></div><div>Would it make sense to add a Dockerfile for Linux to the repo that can reliably build the latest version?</div><div>That way folks don't have to mess around with finding and installing LLVM and whatnot.</div><div><br></div><div>I'm happy to submit a PR for this if someone can tell me why the regular build command is failing, ha.</div><div><br></div><div><br></div></div></div></div>