JLang icon indicating copy to clipboard operation
JLang copied to clipboard

build.xml does not exist

Open NiklasHeneka opened this issue 1 year ago • 0 comments

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

  • ant found
  • JDK 7 found
  • git lfs installed
  • LLVM version is up to date: 5.0.2
  • Found libgc shared library Setup looks good git submodule update --init git submodule update --init --- Building Polyglot --- Buildfile: build.xml does not exist! Build failed make: *** [polyglot] Error 1

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

NiklasHeneka avatar Jun 06 '23 15:06 NiklasHeneka