Closed davehorner closed 2 years ago
It looks like this was caused by a new version of miow, which has since been yanked (https://github.com/yoshuawuyts/miow/issues/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 link.exe
failed: exit code: 1181
= note: LINK : fatal error LNK1181: cannot open input file 'userenv.lib'
error: could not compile proc-macro2
due to previous error
warning: build failed, waiting for other jobs to finish...
error: linking with link.exe
failed: exit code: 1181
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: choco install visualstudio2019-workload-vctools thank you.
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?