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

Does not build on iOS #307

Closed
johnnyw opened this issue Jul 31, 2020 · 1 comment
Closed

Does not build on iOS #307

johnnyw opened this issue Jul 31, 2020 · 1 comment

Comments

@johnnyw
Copy link

johnnyw commented Jul 31, 2020

Attempting to build a rodio-dependent static library for iOS using lipo yields the following error:

error: failed to run custom build command for `coreaudio-sys v0.2.5`

Caused by:
  process didn't exit successfully: `/Users/johnwatson/Projects/rodio-demo/target/release/build/coreaudio-sys-ff45525eed014540/build-script-build` (exit code: 101)
--- stdout
cargo:rerun-if-env-changed=COREAUDIO_SDK_PATH
cargo:rustc-link-lib=framework=AudioUnit
cargo:rustc-link-lib=framework=CoreAudio
cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS
cargo:warning=couldn't execute `llvm-config --prefix` (error: No such file or directory (os error 2))
cargo:warning=set the LLVM_CONFIG_PATH environment variable to the full path to a valid `llvm-config` executable (including the executable itself)

It looks like there may be a similar/related open issue in the repo for coreaudio-sys? RustAudio/coreaudio-sys#29

@est31
Copy link
Member

est31 commented Jul 31, 2020

I'd say this is a dupe of the bug you linked. Also, it's a build failure in the coreaudio-sys crate so it's better to report it there. Thanks!

@est31 est31 closed this as completed Jul 31, 2020
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

2 participants