-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble compiling #36
Comments
I'm using a recent gradle, the latest Frege release (3.25.84), and a checkout of this repo, and jdk11. |
Hi @deliciouslytyped , There was an issue with the build. A local Frege compiler path had been added as a dependency. I have fixed that issue and few other things for 3.24 compiler. The build is now passing. |
Thanks a bunch! I'll try to check it out later. |
Hi, it seems the latest version is not compatible to frege ?2.24.405?. Using latest master from frege repo so that it hopefully works in Java 17 as described here: https://github.com/Frege/frege/releases/tag/3.24public Following this guide: https://github.com/Frege/frege/wiki/Contributing-to-Frege#my-dist-artefact-does-not-contain-the-repl-how-comes I get the following error:
|
Reverting this commit fixes the issue: f14bdbe |
I'm having trouble compiling this repository for Frege/frege#375 , what's the correct way to do it?
Are there binary JARs somewhere that I just didn't notice?
If there are binaries, I will still want to build from source after I get that to work though.
I tried using
gradle --no-daemon jar
which failedThe text was updated successfully, but these errors were encountered: