Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. $>cd piston
  2. cwd: c:\Users\RCIX\Documents\Rust\piston
  3. $>cargo build
  4. Compiling time v0.1.3 (https://github.com/rust-lang/time#914a4840)
  5. Compiling render v0.1.0 (https://github.com/gfx-rs/gfx-rs#addf2847)
  6. Compiling piston2d-opengl_graphics v0.0.0 (https://github.com/pistondevelopers/opengl_graphics#3a793313)
  7. Build failed, waiting for other jobs to finish...
  8. Failed to run custom build command for `time v0.1.3 (https://github.com/rust-lang/time#914a4840)`
  9. Process didn't exit successfully: `C:\Users\RCIX\Documents\Rust\piston\target\build\time-1d6301158a291dc6\build-script-build.exe` (status=101)
  10. --- stdout
  11. TARGET = Some(x86_64-pc-windows-gnu)
  12. OPT_LEVEL = Some(0)
  13. TARGET = Some(x86_64-pc-windows-gnu)
  14. HOST = Some(x86_64-pc-windows-gnu)
  15. CC_x86_64-pc-windows-gnu = None
  16. CC_x86_64_pc_windows_gnu = None
  17. HOST_CC = None
  18. CC = None
  19. TARGET = Some(x86_64-pc-windows-gnu)
  20. HOST = Some(x86_64-pc-windows-gnu)
  21. CFLAGS_x86_64-pc-windows-gnu = None
  22. CFLAGS_x86_64_pc_windows_gnu = None
  23. HOST_CFLAGS = None
  24. CFLAGS = None
  25. CARGO_MANIFEST_DIR = Some(C:\Users\RCIX\.cargo\git\checkouts\time-d59bff975f117a1a\master)
  26. OUT_DIR = Some(C:\Users\RCIX\Documents\Rust\piston\target\build\time-1d6301158a291dc6\out)
  27. running: gcc '-O0' '-c' '-ffunction-sections' '-fdata-sections' '-m64' '-fPIC' 'C:\Users\RCIX\.cargo\git\checkouts\time-d59bff975f117a1a\master\src\time_helpers.c' '-o' 'C:\Users\RCIX\Documents\Rust\piston\target\build\time-1d6301158a291dc6\out\src\time_helpers.o'
  28.  
  29. --- stderr
  30. task '<main>' panicked at 'failed to spawn process: file not found (OS Error 2: The system cannot find the file specified.
  31.  
  32. )', C:\Users\RCIX\.cargo\git\checkouts\gcc-rs-49038096d5e74406\master\src\lib.rs:116
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement