rust-av / ssimulacra2_bin

Binary interface for the ssimulacra2 Rust port
BSD 2-Clause "Simplified" License
40 stars 10 forks source link

🔴 Apple Silicon Mac Build Error #33

Open Thomas-Harrell opened 1 year ago

Thomas-Harrell commented 1 year ago
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 commented 7 months ago

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)