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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃敶 Apple Silicon Mac Build Error #33

Open
Thomas-Harrell opened this issue Aug 24, 2023 · 1 comment
Open

馃敶 Apple Silicon Mac Build Error #33

Thomas-Harrell opened this issue Aug 24, 2023 · 1 comment

Comments

@Thomas-Harrell
Copy link

  • I first use git clone https://github.com/rust-av/ssimulacra2_bin to download the repository to my local machine.

  • Then I install the dependencies using Homebrew: brew install rust and brew install vapoursynth.

  • After that, I run cargo build to build the project.

  • However, I encountered an error message indicating that vapoursynth could not be found, even though I have already installed it.

error: linking with `cc` failed: exit status: 1

note: ld: library not found for -lvapoursynth

clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: could not compile `ssimulacra2_rs` (bin "ssimulacra2_rs") due to previous error
@FreezyLemon
Copy link
Contributor

You could try explicitly setting VAPOURSYNTH_LIB_DIR to tell the compiler where to find the necessary libraries. If you do, set it to <VS root dir>/sdk/lib64 (lib32 if compiling for 32-bit)

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