Advertisement
Guest User

Untitled

a guest
Sep 15th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. _main.o: In function `~proc10Proc(Pointer(Void), Pointer(Void), Nil)@/home/sardaukar/.asdf/installs/crystal/0.23.1/src/gc/boehm.cr:109':
  2. main_module:(.text+0x3c399): undefined reference to `sfml_sprite_finalize'
  3. _main.o: In function `~proc12Proc(Pointer(Void), Pointer(Void), Nil)@/home/sardaukar/.asdf/installs/crystal/0.23.1/src/gc/boehm.cr:109':
  4. main_module:(.text+0x49679): undefined reference to `sfml_rectangleshape_finalize'
  5. _main.o: In function `~proc13Proc(Pointer(Void), Pointer(Void), Nil)@/home/sardaukar/.asdf/installs/crystal/0.23.1/src/gc/boehm.cr:109':
  6. main_module:(.text+0x49ef9): undefined reference to `sfml_text_finalize'
  7. collect2: error: ld returned 1 exit status
  8. Error: execution of command failed with code: 1: `cc "${@}" -o '/home/sardaukar/Code/OWN/crystal/adlez/adlez_release' -rdynamic -lxml2 -lvoidcsfml-audio -lvoidcsfml-graphics -lvoidcsfml-window -lvoidcsfml-system -lpcre -lm -lgc -lpthread /home/sardaukar/.asdf/installs/crystal/0.23.1/src/ext/libcrystal.a -levent -lrt -ldl -L/usr/lib -L/usr/local/lib`
  9. make: *** [Makefile:20: adlez] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement