Skip to content

Instantly share code, notes, and snippets.

@vinipsmaker
Created January 6, 2016 07:06
Show Gist options
  • Save vinipsmaker/5ece3172535e9d39484c to your computer and use it in GitHub Desktop.
Save vinipsmaker/5ece3172535e9d39484c to your computer and use it in GitHub Desktop.
[rust@vinipsmaker-pi crust]$ cargo build
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading typeable v0.1.2
Downloading kernel32-sys v0.2.1
Downloading memchr v0.1.7
Downloading num v0.1.29
Downloading regex-syntax v0.2.2
Downloading temp_utp v0.7.0
Downloading rand v0.3.12
Downloading crossbeam v0.1.6
Downloading winapi v0.2.5
Downloading libc v0.2.4
Downloading cbor v0.3.16
Downloading bitflags v0.3.3
Downloading cfg-if v0.1.0
Downloading num_cpus v0.2.10
Downloading unicase v1.1.1
Downloading matches v0.1.2
Downloading semver v0.1.20
Downloading time v0.1.34
Downloading igd v0.2.1
Downloading docopt v0.6.78
Downloading solicit v0.4.4
Downloading byteorder v0.3.13
Downloading uuid v0.1.18
Downloading hyper v0.6.16
Downloading url v0.2.38
Downloading fs2 v0.2.2
Downloading rustc-serialize v0.3.16
Downloading maidsafe_utilities v0.1.5
Downloading env_logger v0.3.2
Downloading mime v0.1.1
Downloading log v0.3.4
Downloading winapi-build v0.1.1
Downloading traitobject v0.0.1
Downloading term v0.2.14
Downloading libc v0.1.12
Downloading language-tags v0.0.7
Downloading rustc_version v0.1.4
Downloading cookie v0.1.21
Downloading ws2_32-sys v0.2.1
Downloading regex v0.1.46
Downloading ip v1.0.0
Downloading memmap v0.2.3
Downloading serde v0.6.7
Downloading xml-rs v0.1.26
Downloading aho-corasick v0.4.0
Downloading hpack v0.2.0
Downloading strsim v0.3.0
Downloading httparse v1.1.1
Downloading net2 v0.2.20
Downloading advapi32-sys v0.1.2
Downloading itertools v0.4.5
Compiling ip v1.0.0
Compiling winapi v0.2.5
Compiling cfg-if v0.1.0
Compiling crossbeam v0.1.6
Compiling libc v0.2.4
Compiling libc v0.1.12
Compiling winapi-build v0.1.1
Compiling typeable v0.1.2
Compiling byteorder v0.3.13
Compiling matches v0.1.2
Compiling bitflags v0.3.3
Compiling advapi32-sys v0.1.2
Compiling kernel32-sys v0.2.1
Compiling xml-rs v0.1.26
error: could not exec the linker `cc`: No such file or directory (os error 2)
Build failed, waiting for other jobs to finish...
error: could not exec the linker `cc`: No such file or directory (os error 2)
Could not compile `advapi32-sys`.
To learn more, run the command again with --verbose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment