Guest User

Untitled

a guest
Jul 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. make[2]: Entering directory '/c/gcdev64/gnucash/maint/build/guile-git/module'
  2. GUILE_AUTO_COMPILE=0 \
  3. ../meta/build-env \
  4. guild compile --target="i686-w64-mingw32" -Wunbound-variable -Wmacro-use-before-definition -Warity-mismatch -Wformat \
  5. -L "/c/gcdev64/gnucash/maint/src/guile/module" -L "/c/gcdev64/gnucash/maint/build/guile-git/module" \
  6. -L "/c/gcdev64/gnucash/maint/src/guile/guile-readline" \
  7. -o "ice-9/and-let-star.go" "/c/gcdev64/gnucash/maint/src/guile/module/ice-9/and-let-star.scm"
  8. Backtrace:
  9. In ice-9/boot-9.scm:
  10. 152:2 19 (with-fluid* _ _ _)
  11. In system/base/target.scm:
  12. 57:6 18 (with-target _ _)
  13. In system/base/compile.scm:
  14. 152:6 17 (compile-file _ #:output-file _ #:from _ #:to _ #:env _ ▒)
  15. 43:4 16 (call-once _)
  16. In ice-9/boot-9.scm:
  17. 841:4 15 (with-throw-handler _ _ _)
  18. In system/base/compile.scm:
  19. 59:11 14 (_)
  20. 155:11 13 (_ #<closed: file f4d1f8>)
  21. 219:8 12 (read-and-compile _ #:from _ #:to _ #:env _ #:opts _)
  22. 255:6 11 (compile _ #:from _ #:to _ #:env _ #:opts _)
  23. 183:32 10 (lp (#<procedure compile-cps (exp env opts)> #<proce▒>) ▒)
  24. In language/tree-il/compile-cps.scm:
  25. 1141:25 9 (compile-cps #<tree-il (seq (let (m) (m-18003ad8-2) ((▒> ▒)
  26. 1031:4 8 (optimize-tree-il #<tree-il (seq (let (m) (m-18003ad8-▒> ▒)
  27. In language/tree-il/analyze.scm:
  28. 563:4 7 (analyze-tree (#<<tree-analysis> down: #<procedure ▒> ▒) ▒)
  29. In srfi/srfi-1.scm:
  30. 656:11 6 (for-each2 (#<<tree-analysis> down: #<procedure 3dd▒> ▒) ▒)
  31. In ice-9/vlist.scm:
  32. 267:16 5 (loop _ _ _)
  33. In language/tree-il/analyze.scm:
  34. 1053:33 4 Exception thrown while printing backtrace:
  35. Value out of range 0 to 4294967295: 1854266240
  36.  
  37. ice-9/boot-9.scm:752:25: In procedure dispatch-exception:
  38. Value out of range 0 to 4294967295: 1854266240
  39. make[2]: *** [Makefile:2262: ice-9/and-let-star.go] Error 1
  40. make[2]: Leaving directory '/c/gcdev64/gnucash/maint/build/guile-git/module'
  41. make[1]: *** [Makefile:1860: all-recursive] Error 1
  42. make[1]: Leaving directory '/c/gcdev64/gnucash/maint/build/guile-git'
  43. make: *** [Makefile:1746: all] Error 2
Add Comment
Please, Sign In to add comment