We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are two broad routes here:
For the AppVeyor route, building with MinGW is problematic because of a bug in rustc (I think?) that causes a linker error.
undefined reference to `_imp____acrt_iob_func'
This is apparently caused by a mismatch between mingw versions.
Discussions and possible workarounds I've found so far:
nabijaczleweli/cargo-update#74 rust-lang/rust#47048 racer-rust/racer#919 (comment) rust-lang/rust#47048 (comment) https://github.com/nabijaczleweli/cargo-update/blob/master/appveyor.yml#L16-L17
Example appveyor.yml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are two broad routes here:
For the AppVeyor route, building with MinGW is problematic because of a bug in rustc (I think?) that causes a linker error.
This is apparently caused by a mismatch between mingw versions.
Discussions and possible workarounds I've found so far:
nabijaczleweli/cargo-update#74
rust-lang/rust#47048
racer-rust/racer#919 (comment)
rust-lang/rust#47048 (comment)
https://github.com/nabijaczleweli/cargo-update/blob/master/appveyor.yml#L16-L17
Example appveyor.yml
The text was updated successfully, but these errors were encountered: