mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
Improve diagnostics for Rust-enabled Linux builds #903
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 @Akki2005 on GitHub (Jan 10, 2026).
While building CCExtractor on Linux/WSL with Rust enabled, the build can fail
late during linking if the Rust and C build state is inconsistent (e.g. partial
rebuilds or toolchain changes).
The resulting linker errors are hard to interpret for new contributors.
I’d like to work on improving early checks or clearer diagnostics for this case.
@Akki2005 commented on GitHub (Jan 10, 2026):
If this sounds reasonable, I can start with a small change such as:
Happy to adjust approach based on maintainer preference.
@cfsmp3 commented on GitHub (Jan 18, 2026):
@Akki2005 Feel free to send a PR.
I'm closing this because it's not "user issue" - it's just an improvement for developers (which would be appreciated).