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

Thanks! + Build fail on Mac #61

Open
wbpaley opened this issue Jul 4, 2024 · 0 comments
Open

Thanks! + Build fail on Mac #61

wbpaley opened this issue Jul 4, 2024 · 0 comments

Comments

@wbpaley
Copy link

wbpaley commented Jul 4, 2024

This is an amazing and useful contribution; thank you!

I brew-installed ffmpeg and tried to compile it on a Macbook pro M2 running Sonoma 14.2, in RustRover and also from the terminal.

In RustRover I get:

error: failed to run custom build command for `ac-ffmpeg v0.17.4 (https://github.com/mira-screen-share/rust-ac-ffmpeg?branch=dev#8c469771)`

The command line gives me:

brad@Hutchins sharer-main % cargo run --release
... (many compiling+ lines elided)
  error occurred: Command env -u IPHONEOS_DEPLOYMENT_TARGET "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-arch" "arm64" "-I" "/opt/homebrew/Cellar/ffmpeg/7.0.1/include" "-Wall" "-Wextra" "-o" "/Users/brad/BradsExploratoryProjects/sharer-main/target/release/build/ac-ffmpeg-97185c71929fef0d/out/src/codec/mod.o" "-c" "src/codec/mod.c" with args "cc" did not execute successfully (status code exit status: 1).

Any hints?

If my newbie guess that an iPhone target is holding up the works is true, I don't need it; I just need to run it on my Macbook. So I could disable that target?

Thanks!
Brad

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