-
Notifications
You must be signed in to change notification settings - Fork 3
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
cargo install cargo-clone-crate mio v0.7.14 fails #8
Comments
It looks like this was caused by a new version of miow, which has since been yanked (yoshuawuyts/miow#51). Can you try to install again? |
Installing again provides a linker error about userenv.lib being missing. |
Which versions of the Windows SDK do you have installed? Can you include the full text of the output from cargo? |
I did not realize there was a windows sdk dependency. Installing choco install windows-sdk-10.0. This did not resolve the issue error: linking with the environment vars I do not share typically. |
The typical way to install the SDK is via the Visual Studio Installer. One way is to check the "Visual Studio Build Tools" option, enable "Desktop development with C++", and make sure that "Windows 10 SDK" is enabled. |
working fine on two machines after using: |
could not find 'ioapiset' in 'um' and expected struct
OVERLAPPED_ENTRY
, found structwindows_sys::Windows::Win32::System::IO::OVERLAPPED_ENTRY
any ideas on how to resolve these errors?
The text was updated successfully, but these errors were encountered: