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

Errors when running cargo install --path . #52

Open
Bxnni78187 opened this issue Jul 13, 2024 · 5 comments
Open

Errors when running cargo install --path . #52

Bxnni78187 opened this issue Jul 13, 2024 · 5 comments

Comments

@Bxnni78187
Copy link

Bxnni78187 commented Jul 13, 2024

I cant cargo install the project. i am getting 7 errors when compiling.
Screenshot 2024-07-13 121711
Screenshot 2024-07-13 121806
os: windows 11

@fcoury
Copy link
Contributor

fcoury commented Jul 13, 2024

Apparently those are Windows specific errors, as we are relying on the nix crate for the Suspend action. The easiest way to make this work is to make this optional inside a [https://doc.rust-lang.org/reference/conditional-compilation.html](conditional compilation) block.

Would you be interested in contributing this patch?

@Bxnni78187
Copy link
Author

Bxnni78187 commented Jul 13, 2024

What do you mean with contributing?

@Bxnni78187
Copy link
Author

.

@fcoury
Copy link
Contributor

fcoury commented Sep 17, 2024

I meant if you could help the project by fixing those errors in Windows. I don't have easy access to a Windows machine to test them, since I use macOS and Linux.

Makes sense?

@Bxnni78187
Copy link
Author

Bxnni78187 commented Sep 17, 2024

sure, i could do that

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