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

Undefined arm64 symbol link error with MacOS Ventura + M1 silicon #7

Open
cpu opened this issue May 5, 2023 · 0 comments
Open

Undefined arm64 symbol link error with MacOS Ventura + M1 silicon #7

cpu opened this issue May 5, 2023 · 0 comments

Comments

@cpu
Copy link

cpu commented May 5, 2023

Hi there,

I use hunspell-sys with the bundled feature in a downstream project. Recently a user on MacOS Ventura 13.3.1 w/ XCode 14.3.0.0.1.1679647830 reported a link-time failure ("Undefined symbols for architecture arm64") that happened when building the hunspell-sys crate (See Blightmud/Blightmud#797 for the full log).

My own attempts to reproduce with a borrowed M1 Mac running Monterey didn't produce any errors. I'm not sure if this build failure is something specific to the user's machine, or perhaps something that might affect other users.

I worked around the problem by making the dependency optional but if you have any thoughts it would be appreciated. My familiarity with Rust FFI and Mac development in general is very low.

Thanks for the crate! Other than this issue it has worked out great and the bundled feature is very convenient.

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