-
Notifications
You must be signed in to change notification settings - Fork 40
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
lld-link error could not open USER32.lib No such file or directory #8
Comments
I'll push a fix for this since windows-rs is using |
I've released this in the 0.1.1 version of the crate, thanks for the report! |
I've updated the Dockerfile to point to your new version tag and stuff compiles successfully. Thank you. https://gist.github.com/omac777/1f231073f4b313e20376c386f48c6dc3#file-dockerfile-L49
As a result this works without issues:
But this one required tweaking to windows crate 0.19.0 in 2 Cargo.toml files one in topmost, the other in directory bindings.
|
Using your Dockerfile recommended for use with xwin:
https://gist.github.com/omac777/1f231073f4b313e20376c386f48c6dc3
I ran the following to attempt to build windows samples rs' message box sample:
here is the output:
What do you recommend for this? Thank you.
The text was updated successfully, but these errors were encountered: