Skip to content

Instantly share code, notes, and snippets.

@mysteriouspants
Created July 21, 2015 21:27
Show Gist options
  • Select an option

  • Save mysteriouspants/005989fbc1860fc712db to your computer and use it in GitHub Desktop.

Select an option

Save mysteriouspants/005989fbc1860fc712db to your computer and use it in GitHub Desktop.
C:\Users\Chris>cl
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
usage: cl [ option... ] filename... [ /link linkoption... ]
C:\Users\Chris>cd Code\speculator
C:\Users\Chris\Code\speculator>cargo build
Compiling hoedown v3.0.2
Compiling toml v0.1.21
Compiling regex v0.1.41
Build failed, waiting for other jobs to finish...
failed to run custom build command for `hoedown v3.0.2`
Process didn't exit successfully: `C:\Users\Chris\Code\speculator\target\debug\build\hoedown-e7f0091826e1eb4b\build-script-build` (exit code: 101)
--- stderr
thread '<main>' panicked at 'called `Result::unwrap()` on an `Err` value: Error { repr: Os(2) }', C:/bot/slave/stable-dist-rustc-win-gnu-64/build/src/libcore\result.rs:729
C:\Users\Chris\Code\speculator>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment