Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ryan@ryan-server:~/chickadee-0.10.0$ make
- GEN chickadee/image.go
- Backtrace:
- In ice-9/psyntax.scm:
- 259:10 19 (parse _ (("placeholder" placeholder)) (()) _ c&e (# #) #)
- In ice-9/eval.scm:
- 293:34 18 (_ #<module (#{ g106}#) 55c82ab3c460>)
- In ice-9/boot-9.scm:
- 3411:4 17 (define-module* _ #:filename _ #:pure _ #:version _ # _ …)
- 2595:24 16 (call-with-deferred-observers _)
- 3424:24 15 (_)
- 222:29 14 (map1 (((chickadee graphics color)) ((chickadee # #)) …))
- 222:29 13 (map1 (((chickadee graphics pixbuf)) ((chickadee # …)) …))
- 222:17 12 (map1 (((chickadee image jpeg)) ((chickadee image #)) …))
- 3327:17 11 (resolve-interface (chickadee image jpeg) #:select _ # _ …)
- In ice-9/threads.scm:
- 390:8 10 (_ _)
- In ice-9/boot-9.scm:
- 3253:13 9 (_)
- In ice-9/threads.scm:
- 390:8 8 (_ _)
- In ice-9/boot-9.scm:
- 3544:20 7 (_)
- 2836:4 6 (save-module-excursion #<procedure 55c82af69930 at ice-…>)
- 3564:26 5 (_)
- In unknown file:
- 4 (primitive-load-path "chickadee/image/jpeg" #<procedure…>)
- In ice-9/eval.scm:
- 626:19 3 (_ #<directory (chickadee image jpeg) 55c82a9a55a0>)
- 293:34 2 (_ #<directory (chickadee image jpeg) 55c82a9a55a0>)
- In chickadee/config.scm:
- 46:7 1 (dynamic-link* _)
- In ice-9/boot-9.scm:
- 1685:16 0 (raise-exception _ #:continuable? _)
- ice-9/boot-9.scm:1685:16: In procedure raise-exception:
- could not find library ("/build/libjpeg-turbo-Iy19nI/libjpeg-turbo-2.0.3/obj-x86_64-linux-gnu/lib/x86_64-linux-gnu/libturbojpeg")
- make: *** [Makefile:1619: chickadee/image.go] Error 1
- ryan@ryan-server:~/chickadee-0.10.0$ sudo apt-get install libturbojpeg-dev
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Note, selecting 'libturbojpeg0-dev' instead of 'libturbojpeg-dev'
- libturbojpeg0-dev is already the newest version (2.0.3-0ubuntu1.20.04.3).
Advertisement
Add Comment
Please, Sign In to add comment