On 04/24/2018 11:30 AM, mimosinnet wrote:
This message appears when installing Linenoise

<---
$ zef install Linenoise
===> Installing: Linenoise:ver<0.1.1>:auth<Rob Hoelz>
Use of Nil in string context
 in block  at home#sources/0BDF8C54D33921FEA066491D8D13C96A7CB144B9 (Linenoise) line 15
--->

The above mentioned line is:

<---
$ sed -n '15p' .perl6/sources/0BDF8C54D33921FEA066491D8D13C96A7CB144B9

my constant LIBLINENOISE = %?RESOURCES<libraries/linenoise>.Str;
--->

This is a post on the %?RESOURCES variable:

https://hoelz.ro/blog/distributing-helper-libraries-with-perl6-modules

Nevertheless, I have fail to to solve this issue. Any hints appreciated.

Thanks!


P.D.: Perl6 info:
<---
$ perl6 -v
This is Rakudo version 2018.02 built on MoarVM version 2018.02
implementing Perl 6.c.
--->


Hi Mimosinnet,

When I get a tough one, this "sometimes"  (watch the weasel word)
works.

Go to https://github.com/hoelzro/p6-linenoise and download Linenoise
and download Linenoise.

From inside the root of the Linesnoise director, try
     $ zef install .

-T

Reply via email to