You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ---
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.
The text was updated successfully, but these errors were encountered: