-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Trying to follow the instructions for building the executable produces this error for me.
$ make all GRAALVM=/Library/Java/JavaVirtualMachines/graalvm-jdk-22.0.2+9.1/Contents/Home/
BOOTLEG_MUSL=false GRAALVM_HOME=/Library/Java/JavaVirtualMachines/graalvm-jdk-22.0.2+9.1/Contents/Home/ lein uberjar
Compiling bootleg.asciidoc
Syntax error macroexpanding at (asciidoc.clj:1:1).
Execution error (ClassNotFoundException) at java.net.URLClassLoader/findClass (URLClassLoader.java:445).
org.graalvm.polyglot.ContextI installed GraalVM using these instructions
I tried simply make all and it failed in the same way using a GRAALVM_HOME that did not exist. I also tried appending "bin" and removing "Contents/Home" at the end of the GRAALVM_HOME with the same results.
Metadata
Metadata
Assignees
Labels
No labels