retrogradeorbit / bootleg

Simple template processing command line tool to help build static websites
Eclipse Public License 2.0
256 stars 12 forks source link

Building the executable fails #79

Open jasonmm opened 2 months ago

jasonmm commented 2 months ago

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.Context

I 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.