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

Alas doesn't compile on win7 #2

Open
gilescope opened this issue Mar 18, 2019 · 1 comment
Open

Alas doesn't compile on win7 #2

gilescope opened this issue Mar 18, 2019 · 1 comment

Comments

@gilescope
Copy link

Compiling xcp v0.4.0
error[E0433]: failed to resolve: could not find unix in os
--> xcp-0.4.0\src\operations.rs:22:14
|
22 | use std::os::unix::fs::symlink;
| ^^^^ could not find unix in os

error[E0425]: cannot find function symlink in this scope
--> xcp-0.4.0\src\operations.rs:118:26
|
118 | let _r = symlink(&from, &to);
| ^^^^^^^ not found in this scope

error: aborting due to 2 previous errors

@tarka
Copy link
Owner

tarka commented Mar 18, 2019

Yeah, kind-of expected. Unfortunately I've never managed to get Rust to install properly on Win10, so I'm not in a position to fix it myself.

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