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

No instructions or output from executable #18

Open
cdgriffith opened this issue Jan 19, 2023 · 1 comment
Open

No instructions or output from executable #18

cdgriffith opened this issue Jan 19, 2023 · 1 comment

Comments

@cdgriffith
Copy link

cdgriffith commented Jan 19, 2023

Built with cargo build and tried cargo build --bins -r on Windows 11

PS > .\ssimulacra2_rs.exe
PS > .\ssimulacra2_rs.exe --help
PS > .\ssimulacra2_rs.exe /h
PS > .\ssimulacra2_rs.exe og.png og100.jpg

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?

@FreezyLemon
Copy link
Contributor

The "video" feature is optional, but enabled by default. You can disable the feature by using cargo build --no-default-features.

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