You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build.rs script creates the component.winmd - if that fails for you it's likely because you don't have midlrt.exe or one of its dependencies in your path. I suggest you build that from the Visual Studio command prompt. You will need the Visual Studio development environment for C++ installed along with the Windows SDK tools until I have complete metadata authoring support completed. #1093 should allow you to build such components without those dependencies.
Which crate is this about?
No response
Crate version
commit 4ba369a
Summary
'cargo doc' failed.
seems caused by a missing file named 'component.winmd', at location
'windows-rs/crates/tests/component/.windows/winmd/component.winmd',
witch is use by 'build.rs' under 'window-rs/crates/tests/component/'.
Toolchain version/configuration
No response
Reproducible example
No response
Crate manifest
No response
Expected behavior
No response
Actual behavior
No response
Additional comments
No response
The text was updated successfully, but these errors were encountered: