-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
after following the getting started guide and just making a new project cargo 3ds new and trying to build it gives me this error:
$ cargo 3ds build
Compiling std v0.0.0 (/home/sammyette/.local/share/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
error[E0425]: cannot find value `_SC_HOST_NAME_MAX` in crate `libc`
--> /home/sammyette/.local/share/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/net/hostname/unix.rs:8:60
|
8 | ...nf(libc::_SC_HOST_NAME_MAX) } {
| ^^^^^^^^^^^^^^^^^ not found in `libc`
For more information about this error, try `rustc --explain E0425`.
error: could not compile `std` (lib) due to 1 previous errorvavakado
Metadata
Metadata
Assignees
Labels
No labels