Re: Perl6 NCurses module under Arch: libncursesw.so.6

2017-04-12 Thread Brandon Allbery
ABI version 6 is not compatible with version 5 (in particular, color handling changed). It is not safe to just use whatever ncurses happens to be around. On Wed, Apr 12, 2017 at 2:27 PM, mark carter wrote: > I'm running: > This is Rakudo version 2017.01 built on MoarVM version 2017.01 > implemen

Perl6 NCurses module under Arch: libncursesw.so.6

2017-04-12 Thread mark carter
I'm running: This is Rakudo version 2017.01 built on MoarVM version 2017.01 implementing Perl 6.c. under Arch. When I do $perl6 starfield.pl6 I get: Cannot locate native library 'libncursesw.so.5': libncursesw.so.5: cannot open shared object file: No such file or directory That is because vers