polyglot-compiler / JLang

JLang: Ahead-of-time compilation of Java programs to LLVM
http://polyglot-compiler.github.io/JLang/
Other
287 stars 30 forks source link

build.xml does not exist #84

Open NiklasHeneka opened 1 year ago

NiklasHeneka commented 1 year ago

Hey,

i have been trying to run JLang on my Apple M1. I have installed all the dependencies as well as configured it according to the quick start guide. But when I try to run make I get following output:

--- Checking setup ---

Even though the build.xml file is there. Any help is greatly appreciated.