Skip to content

Instantly share code, notes, and snippets.

@KamilaBorowska
Created September 18, 2012 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KamilaBorowska/3743883 to your computer and use it in GitHub Desktop.
Save KamilaBorowska/3743883 to your computer and use it in GitHub Desktop.
glitchmr@strawberry ~/.p/bin> perl6 bubble-breaker.p6
cc: error: lib/SDL/memcopy.c: Nie ma takiego pliku ani katalogu
cc: fatal error: no input files
compilation terminated.
cc: error: lib/SDL/memcopy.o: Nie ma takiego pliku ani katalogu
**************************** Information **********************************
Click on a bubble to select all contiguous bubbles of same color and double
click to destroy them. The more bubbles you destroy at once the more points
you get.
To quit press ESC.
Have fun!
***************************************************************************
Cannot locate native library 'libSDL_image.so'
in method postcircumfix:<( )> at lib/NativeCall.pm6:122
in at src/gen/BOOTSTRAP.pm:831
in any at src/gen/BOOTSTRAP.pm:815
in submethod BUILD at lib/SDL/Surface.pm6:62
in method BUILDALL at src/gen/CORE.setting:655
in method bless at src/gen/CORE.setting:640
in method new at lib/SDL/App.pm6:11
in block at bubble-breaker.p6:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment