Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. C:\Users\Christopher Pross\Downloads\godot-tts-master>rustup default stable
  2. info: using existing install for 'stable-i686-pc-windows-msvc'
  3. info: default toolchain set to 'stable-i686-pc-windows-msvc'
  4.  
  5. stable-i686-pc-windows-msvc unchanged - rustc 1.40.0 (73528e339 2019-12-16)
  6.  
  7.  
  8. C:\Users\Christopher Pross\Downloads\godot-tts-master>cargo build --release
  9. Updating crates.io index
  10. Compiling proc-macro2 v1.0.8
  11. Compiling unicode-xid v0.2.0
  12. Compiling cc v1.0.50
  13. Compiling syn v1.0.14
  14. Compiling libc v0.2.66
  15. Compiling ryu v1.0.2
  16. Compiling serde v1.0.104
  17. Compiling cfg-if v0.1.10
  18. Compiling winapi v0.3.8
  19. Compiling memchr v2.3.0
  20. Compiling itoa v0.4.4
  21. Compiling glob v0.3.0
  22. Compiling version_check v0.1.5
  23. Compiling semver-parser v0.7.0
  24. Compiling byteorder v1.3.2
  25. Compiling bitflags v1.2.1
  26. Compiling lazy_static v1.4.0
  27. Compiling unicode-segmentation v1.6.0
  28. Compiling regex-syntax v0.6.13
  29. Compiling bindgen v0.51.1
  30. Compiling maybe-uninit v2.0.0
  31. Compiling peeking_take_while v0.1.2
  32. Compiling autocfg v1.0.0
  33. Compiling shlex v0.1.1
  34. Compiling scopeguard v1.0.0
  35. Compiling failure_derive v0.1.6
  36. Compiling log v0.4.8
  37. Compiling rustc-demangle v0.1.16
  38. Compiling thread_local v1.0.1
  39. Compiling semver v0.9.0
  40. Compiling heck v0.3.1
  41. Compiling nom v4.2.3
  42. Compiling lock_api v0.3.3
  43. Compiling clang-sys v0.28.1
  44. Compiling rustc_version v0.2.3
  45. Compiling num-traits v0.2.11
  46. Compiling aho-corasick v0.7.6
  47. Compiling smallvec v0.6.13
  48. Compiling quote v1.0.2
  49. Compiling rustc-hash v1.0.1
  50. Compiling regex v1.3.3
  51. Compiling parking_lot_core v0.6.2
  52. Compiling parking_lot v0.9.0
  53. Compiling cexpr v0.3.6
  54. Compiling euclid v0.20.7
  55. Compiling libloading v0.5.2
  56. Compiling backtrace-sys v0.1.32
  57. Compiling tolk-sys v0.2.0
  58. error: failed to run custom build command for `tolk-sys v0.2.0`
  59.  
  60. Caused by:
  61. process didn't exit successfully: `C:\Users\Christopher Pross\Downloads\godot-tts-master\target\release\build\tolk-sys-5e99495d25be8aa3\build-script-build` (exit code: 1)
  62. --- stderr
  63. Error: Os { code: 3, kind: NotFound, message: "Das System kann den angegebenen Pfad nicht finden." }
  64.  
  65. warning: build failed, waiting for other jobs to finish...
  66. error: build failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement