-
Notifications
You must be signed in to change notification settings - Fork 145
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
make compiler failed #374
Comments
Yeah, we had some improvements in Resolution of overloaded native functions a year ago. (It's probably time to upload a more recent fregec.jar, I guess.) Anyway, if you don't want to wait until then, you can do the following:
By the way, you'll not succeed with java 1.8, the javac is broken. You should do something like
Note that you can run the result with java8 and most probably compile your own projects using java8. It's just this one compiler source file the java8 compiler is unable to handle. |
You can download the latest compiler here: https://github.com/Frege/frege/releases/tag/3.25alpha |
OK, thanks |
When
make compiler
, it failed with the following error message:And my compiler version is
The text was updated successfully, but these errors were encountered: