-
Notifications
You must be signed in to change notification settings - Fork 39
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
JavaFX static SDK 21 linker command failed on macOS 13.6 (22G120) Apple Silicon #491
Comments
Those symbols come from the PR that added this commit, that was merged right before JavaFX 21 GA. I'm running on macOS 13.4.1, and I can link just fine. I wonder what could have changed in 13.6. Can you run and post the result of
|
Instead of running against hellogluon I ran the above command on my binary:
No output. There are nothing special in the dependencies:
|
For those who is facing the same issue. Here is what I found on StackOverflow: https://stackoverflow.com/q/77512693 Summary: We need to link Carbon. Here is my configuration in the
|
I'm facing this error when building native image on macOS 13.6 (Apple Silicon)
My settings
Build with GraalVM on: https://github.com/gluonhq/graal/releases
If I change the
javafxStaticSdkVersion
to21-ea+9.1
, the build will success.Expected behavior: native image will be build successfully.
The text was updated successfully, but these errors were encountered: