We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug Description
Error when trying to compile on M1 MAC.
error: Unrecognized option: 'diagnostic-width' error: could not compile jpeg-decoder (lib) warning: build failed, waiting for other jobs to finish...
jpeg-decoder
❯ cd ~/projects/czkawka ❯ git pull Already up to date. ❯ cargo run --release --bin czkawka_gui info: syncing channel updates for 'stable-aarch64-apple-darwin' info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) info: downloading component 'rust-src' info: installing component 'rust-src' info: syncing channel updates for 'stable-aarch64-apple-darwin' info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) info: component 'rust-src' is up to date Compiling jpeg-decoder v0.3.1 Compiling proc-macro-error v1.0.4 Compiling intl-memoizer v0.5.1 Compiling objc_id v0.1.1 Compiling hashbrown v0.13.2 Compiling fluent-langneg v0.13.0 Compiling intl_pluralrules v7.0.2 Compiling blake3 v1.5.0 error: Unrecognized option: 'diagnostic-width' error: could not compile `jpeg-decoder` (lib) warning: build failed, waiting for other jobs to finish...
System
Czkawka version 7.0.0 GUI OS version: MacOS Sonoma 14.3.1 ARM (23D60) Installation method: GitHub Clone
The text was updated successfully, but these errors were encountered:
This not looks like czkawka bug, but non-official rustc/rustup. I see similar issues:
Looks that someone even fixed problem - rust-lang/rust#118385 (comment)
Sorry, something went wrong.
Resolved.
Thank you. I needed to uninstall Rust, previously installed with MacPorts.
No branches or pull requests
Bug Description
Error when trying to compile on M1 MAC.
error: Unrecognized option: 'diagnostic-width'
error: could not compile
jpeg-decoder
(lib)warning: build failed, waiting for other jobs to finish...
System
Czkawka version 7.0.0 GUI
OS version: MacOS Sonoma 14.3.1 ARM (23D60)
Installation method: GitHub Clone
The text was updated successfully, but these errors were encountered: