You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried on WSL Ubuntu 22.04 but it had this error after building:
/ssimulacra2_rs
./ssimulacra2_rs: error while loading shared libraries: libvapoursynth-script.so.0: cannot open shared object file: No such file or directory
I did a make uninstall on vapoursynth as I don't need video support, but then had this error during compile:
= note: /usr/bin/ld: cannot find -lvapoursynth: No such file or directory
/usr/bin/ld: cannot find -lvapoursynth-script: No such file or directory
collect2: error: ld returned 1 exit status
error: could not compile `ssimulacra2_rs` due to previous error
So it seems not optional?
The text was updated successfully, but these errors were encountered:
Built with
cargo build
and triedcargo build --bins -r
on Windows 11Tried on WSL Ubuntu 22.04 but it had this error after building:
I did a
make uninstall
onvapoursynth
as I don't need video support, but then had this error during compile:So it seems not optional?
The text was updated successfully, but these errors were encountered: