Skip to content
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

"ttf" feature fails to build with "bundled" on macOS #1327

Closed
adamsoutar opened this issue Aug 5, 2023 · 1 comment
Closed

"ttf" feature fails to build with "bundled" on macOS #1327

adamsoutar opened this issue Aug 5, 2023 · 1 comment

Comments

@adamsoutar
Copy link

Hi there - thanks so much for your work on this lib!

I've hit an issue I couldn't find in the existing list. I'm depending on sdl2 with bundled from HEAD due to #1302 , and that works until I add ttf as a feature. After that, the build fails like so:

  = note: ld: warning: directory not found for option '-L/Users/adam/Projects/velocity/velocity-sdl/target/release/build/sdl2-sys-f4d4c043108ea068/out/lib64'
          ld: library not found for -lSDL2_ttf
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

This is macOS 13.4.1 on M2 (maybe an issue with compiling on Apple Silicon?). Just wondering if anyone else has seen/worked around this?

Thanks!

@adamsoutar
Copy link
Author

Whoops, I didn't find #1195 (comment) before.

Looks like this is a dupe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant