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
While attempting to build ripgrep which depends on kernel32-sys, I get the following build failure. Is kernel32-sys supposed to depend upon gcc for linking?
Rust has to link binaries (in this case the build script for kernel32-sys) using a linker and because you're using i686-pc-windows-gnu the linker Rust uses is gcc. This failure is not winapi's fault however, but a recent regression in Rust itself.
While attempting to build
ripgrep
which depends onkernel32-sys
, I get the following build failure. Iskernel32-sys
supposed to depend upon gcc for linking?The text was updated successfully, but these errors were encountered: