The original post: /r/tor by /u/Trader-One on 2024-05-29 09:27:03.
Is arti supposed to be supported on windows. It doesn’t compile there (rust-gnu-x64):
cargo install --locked --features=full arti
error[E0433]: failed to resolve: could not find \
unixin
os``
--> signal-hook-async-std-0.2.2\src\lib.rs:54:14
54 | use std::os::unix::net::UnixStream;
could not find \
unixin
os``
error[E0433]: failed to resolve: could not find \
iteratorin
signal_hook``
--> signal-hook-async-std-0.2.2\src\lib.rs:60:22
60 | pub use signal_hook::iterator::backend::Handle;
could not find \
iteratorin
signal_hook``
error: could not compile \
signal-hook-async-std (lib) due to 4 previous errors
You must log in or register to comment.