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

Clippy exits immediately on Windows #923

Closed
peschkaj opened this issue May 12, 2016 · 5 comments
Closed

Clippy exits immediately on Windows #923

peschkaj opened this issue May 12, 2016 · 5 comments
Labels
C-bug Category: Clippy is not doing the correct thing

Comments

@peschkaj
Copy link

Running cargo-clippy.exe produces no output or failure message.
Running cargo clippy informs me that error: third party subcommandcargo-clippy.exeexited unsuccessfully

System is Windows 10 Pro (10.0.10586 N/A Build 10586)
Using rustc 1.10.0-nightly (e0fd34bba 2016-05-09) as the default, and installing clippy with cargo install clippy.

@mcarton mcarton added the C-bug Category: Clippy is not doing the correct thing label May 12, 2016
@oli-obk
Copy link
Contributor

oli-obk commented May 13, 2016

are you using rustup or multirust?

I just tried it with rustup, and I'm getting a librustc_driver-.......dll not found. Probably rustup not adding the sysroot/libs folder to the path (iirc on linux it's added to LD_LIBRARY_PATH)

@oli-obk
Copy link
Contributor

oli-obk commented May 13, 2016

Ah this is being fixed here: rust-lang/rustup#402

@peschkaj
Copy link
Author

Confirming it's rustup - I've got limited internets, but will keep checking in.

@CryZe
Copy link

CryZe commented Jun 22, 2016

Looks like rustup 0.2 fixed this :)

@mcarton
Copy link
Member

mcarton commented Jun 22, 2016

Cool 😄

@mcarton mcarton closed this as completed Jun 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Clippy is not doing the correct thing
Projects
None yet
Development

No branches or pull requests

4 participants