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

Build issues on macOS #9

Open
thewh1teagle opened this issue Aug 30, 2024 · 0 comments
Open

Build issues on macOS #9

thewh1teagle opened this issue Aug 30, 2024 · 0 comments

Comments

@thewh1teagle
Copy link

thewh1teagle commented Aug 30, 2024

  1. espeakingng-sys required runtime feature from bindgen on macOS m1 otherwise it failed to build with missing libclang error

After patching sys crate

ld: library 'espeak-ng' not found

Do we need install it manually?

I'm looking for a crate that can built on macOS / Linux / Windows without install dependencies manually. maybe we can improve this library. I came too from the rubato crate to here since it's not released to crates.io

Update: it has a feature to fix the first issue

https://github.com/Better-Player/espeakng-sys/blob/master/Cargo.toml#L16C1-L16C14

Maybe I'll create new crate for espeak-ng-sys which automatically build it from source instead of relaying on system installed espeak-ng. let me know if you want it.

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