Advertisement
Guest User

Untitled

a guest
Jun 6th, 2023
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. Backtrace:
  2. In ice-9/boot-9.scm:
  3. 2836:4 19 (save-module-excursion #<procedure 555b6afa9120 at ice-…>)
  4. 3564:26 18 (_)
  5. In unknown file:
  6. 17 (primitive-load-path "chickadee/image" #<procedure 555b…>)
  7. In ice-9/boot-9.scm:
  8. 3923:23 16 (_)
  9. 3411:4 15 (define-module* _ #:filename _ #:pure _ #:version _ # _ …)
  10. 3424:24 14 (_)
  11. 222:29 13 (map1 (((chickadee graphics color)) ((chickadee # #)) …))
  12. 222:29 12 (map1 (((chickadee graphics pixbuf)) ((chickadee # …)) …))
  13. 222:29 11 (map1 (((chickadee image jpeg)) ((chickadee image #)) …))
  14. 222:17 10 (map1 (((chickadee image png)) ((chickadee utils)) (#) …))
  15. 3327:17 9 (resolve-interface (chickadee image png) #:select _ # _ …)
  16. In ice-9/threads.scm:
  17. 390:8 8 (_ _)
  18. In ice-9/boot-9.scm:
  19. 3253:13 7 (_)
  20. In ice-9/threads.scm:
  21. 390:8 6 (_ _)
  22. In ice-9/boot-9.scm:
  23. 3544:20 5 (_)
  24. 2836:4 4 (save-module-excursion #<procedure 555b6b03ff00 at ice-…>)
  25. 3564:26 3 (_)
  26. In unknown file:
  27. 2 (primitive-load-path "chickadee/image/png" #<procedure …>)
  28. In chickadee/image/png.scm:
  29. 67:14 1 (_)
  30. In chickadee/config.scm:
  31. 46:7 0 (dynamic-link* ("libpng"))
  32.  
  33. chickadee/config.scm:46:7: In procedure dynamic-link*:
  34. could not find library ("libpng")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement