codersauce / red

:memo: Vimlike Modal Text Editor in Rust
133 stars 4 forks source link

Errors when running cargo install --path . #52

Closed Bxnni78187 closed 1 month ago

Bxnni78187 commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

What do you mean with contributing?

Bxnni78187 commented 1 month ago

.

fcoury commented 1 month ago

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 commented 1 month ago

sure, i could do that