-
Notifications
You must be signed in to change notification settings - Fork 155
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
scala-examples: issue with building and running scala-native substitution demo #97
Comments
@vjovanov just merged your commit to the newly built image, and re-ran the above steps, I did take care of
I'll debug further from here to see why this is still happening. Does it need any specific build of Java 8 (OpenJDK 8 will do?)? |
If you use GraalVM on Java 11 or 17, you would see this notice printed: |
I didn't see this notice Also would be good to add this note to the README page of the demo :D |
I'm reopening the issue. I’ve just tested on Java 8 GraalVM and it fails to compile scalac:
|
On the back of the PR #93, building and running the scala-native substitution demo gives an issue after following the steps in the README were followed, see https://github.com/graalvm/graalvm-demos/tree/master/scala-examples/scalac-native#native-image-of-the-scala-compiler.
Running the step
./scalac-image.sh
gives the below error:The original contributor to the example has been contacted and help has been sought to help fix this issue when running with the latest version of GraalVM CE.
The text was updated successfully, but these errors were encountered: