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
Target triple: x86_64-unknown-linux-musl
Version: libc = "0.2.66"
Error:error[E0412]: cannot find type nlmsghdr in this scope
i use cargo doc --open --target x86_64-unknown-linux-musl to check doc. libc doc not include struct nlmsghdr, but on cargo doc --open --target x86_64-unknown-linux-gnu doc, libc now include struct nlmsghdr.
Can libc support to build a static binaries?
The text was updated successfully, but these errors were encountered:
The #1649 PR adds that struct and a few more for musl compilation. However since the crate is very low on active maintainers, this might take a while to merge considering the backlog of pull requests.
Target triple: x86_64-unknown-linux-musl
Version: libc = "0.2.66"
Error:error[E0412]: cannot find type
nlmsghdr
in this scopei use
cargo doc --open --target x86_64-unknown-linux-musl
to check doc. libc doc not include struct nlmsghdr, but oncargo doc --open --target x86_64-unknown-linux-gnu
doc, libc now include struct nlmsghdr.Can libc support to build a static binaries?
The text was updated successfully, but these errors were encountered: