-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fatal linker error LNK1181 on Windows #147
Comments
I have not, I'll spin up my windows machine tomorrow and run these locally to see what's up |
I can reproduce this error. Moreover, when I run
And I don't understand |
I can reproduce this on windows with your crates, but I haven't figured out a minimization yet |
I'm trying to run
ui_tests
on Windows, but I keep getting the linker error "fatal error LNK1181: cannot open input file 'windows.0.48.5.lib'". I tried bothui_tests
version0.10
and0.17
, but with no luck. The same tests work on Ubuntu and macOS.To reproduce:
cargo test --manifest-path=test-crates/Cargo.toml -p duchess-java-tests
In particular, the
ui.rs
that launchesui_tests
is this one: https://github.com/duchess-rs/duchess/blob/f5919288f212d9c60697a4c8d3b7bfc2d3e2cbb3/test-crates/duchess-java-tests/tests/ui.rsOutput:
Have you already seen anything like this?
The text was updated successfully, but these errors were encountered: