-
Notifications
You must be signed in to change notification settings - Fork 544
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
Link error: missing symbol _kCAGravityTopLeft on macOS #3750
Comments
Any of the examples using
|
The referenced PRs fix this issue. The Metal backend just needs a patch release. |
This was referenced May 8, 2021
Fixed by e625940 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short info header:
gfx-backend-metal v0.8.1
macOS 11.3.1
Intel HD Graphics 630
andRadeon Pro 560
Trying to build an app with
fltk
orfermium
(SDL2) fails with a missing symbol error during linking.The function was added in #3731 And there was a followup patch that was supposed to fix this: #3742 I'm not sure if something else is actually missing here, but the FLTK and SDL2 examples in the
pixels
repo are the only ones that fail to compile.To repro, build the
minimal-fltk
orminimal-sdl2
examples in thepixels
repo. Starting with commit id parasyte/pixels@f238814$ cargo run --release --package minimal-fltk
$ cargo run --release --package minimal-sdl2
I don't see the expected
QuartzCore
framework in the linker command.The text was updated successfully, but these errors were encountered: