mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-14 13:35:43 +00:00
[BUG] Unable to build ccextractor on linux #663
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ranbato on GitHub (Oct 18, 2021).
CCExtractor version: master latest
Necessary information
also tried
Additional information
autogen.sh and configure errors with the following (after I added cargo to my environment -- new dependency)
@Ranbato commented on GitHub (Oct 19, 2021):
Version info
rustc 1.51.0
In the meantime, I can build by passing in
-without-rust@PunitLodha commented on GitHub (Oct 20, 2021):
My bad, I am yet to update the docs and add checks for rust version. Minimum supported rust version is 1.54.0. Please upgrade your rust installation and try again
@Ranbato commented on GitHub (Oct 21, 2021):
I installed Rust just for this build so it might be the latest version I have available in the Docker image I'm using as the base. I'll take a look and see.
@PunitLodha commented on GitHub (Oct 25, 2021):
Did it work out?
@Ranbato commented on GitHub (Oct 26, 2021):
I haven't had a chance to go back and play with it yet. All I did is apt install cargo though so I assume it installed the latest version of Rust available for the version of Ubuntu I'm on.
@PunitLodha commented on GitHub (Nov 11, 2021):
You should try installing using rustup, https://www.rust-lang.org/tools/install. Ubuntu might not have the latest version
@Ranbato commented on GitHub (Nov 11, 2021):
I've got the correct version of rust installing, now fighting through missing dependencies one by one.
Latest was adding libclang-dev to my build image, now i'm looking into a complaint about missing stddef.h from rust.
I'm already building ffmpeg, handbrake, ccextractor without Rust and 20+ libraries for the image so I know it is there...
@Ranbato commented on GitHub (Nov 11, 2021):
Installing rustup, clang and libclang-dev seems to have resolved the build issues.
A quick execution has exposed no additional runtime dependencies
@canihavesomecoffee commented on GitHub (Nov 20, 2021):
Closing as it seems the issue was resolved.