issues with

2017-03-08 Thread ToddAndMargo
Hi All, What is wrong with this? $ perl6 -MX11::Xlib::Raw -e 'say "hi";' ===SORRY!=== Could not find X11::Xlib::Raw::X at line 5 in: /home/tony/.perl6 /usr/share/perl6/site /usr/share/perl6/vendor /usr/share/perl6 CompUnit::Repository::AbsolutePath<68732640> CompUnit::Rep

Re: issues with

2017-03-08 Thread ToddAndMargo
On 03/08/2017 01:08 PM, ToddAndMargo wrote: Hi All, What is wrong with this? $ perl6 -MX11::Xlib::Raw -e 'say "hi";' ===SORRY!=== Could not find X11::Xlib::Raw::X at line 5 in: /home/tony/.perl6 /usr/share/perl6/site /usr/share/perl6/vendor /usr/share/perl6 CompUnit::Reposit

Re: issues with

2017-03-09 Thread Timo Paulssen
Hey, X11::Xlib::Raw is buggy. It has to have all modules it uses internally inside its "provides" section in the META6.json, otherwise "use" will not find them. I'll open a ticket with the module author. HTH - Timo On 08/03/17 22:08, ToddAndMargo wrote: > Hi All, > > What is wrong with this?

Re: issues with

2017-03-09 Thread ToddAndMargo
On 03/09/2017 04:00 AM, Timo Paulssen wrote: Hey, X11::Xlib::Raw is buggy. It has to have all modules it uses internally inside its "provides" section in the META6.json, otherwise "use" will not find them. I'll open a ticket with the module author. HTH - Timo Hi Timo, As long as Inlin

issues with zef

2018-03-11 Thread ToddAndMargo
Hi All, Help! How do I fix this? # rpm -qa rakudo\* rakudo-zef-0.1.30-1.fc27.x86_64 rakudo-0.2018.02.1-1.fc27.x86_64 # zef install Net::SMTP ===SORRY!=== Failed to open file /usr/lib64/perl6/site/dist/863D6AAB4F5E7259BA381C4EBE0F88BAA358090E: No such file or directory # ls -al /usr/lib64/p

Issues with split

2018-10-19 Thread ToddAndMargo via perl6-users
Hi All, I am reading the output of curl https://www.bleepingcomputer.com/download/adwcleaner/ -o - and looping through it with split. This gets me about 1/20th of the lines: for split "\n", $WebPage -> $Line { AAAH! Doing a hex edit on the downloaded file, the delimiter is 0H0A

Re: issues with zef

2018-03-12 Thread Steve Mynott
On Sun, Mar 11, 2018 at 11:01:08PM -0700, ToddAndMargo typed: > How do I fix this? > > # rpm -qa rakudo\* > rakudo-zef-0.1.30-1.fc27.x86_64 > rakudo-0.2018.02.1-1.fc27.x86_64 > > # zef install Net::SMTP > ===SORRY!=== > Failed to open file > /usr/lib64/perl6/site/dist/863D6AAB4F5E7259BA381C4EBE0

Re: issues with zef

2018-03-12 Thread ToddAndMargo
On 03/12/2018 01:13 AM, Steve Mynott wrote: On Sun, Mar 11, 2018 at 11:01:08PM -0700, ToddAndMargo typed: How do I fix this? # rpm -qa rakudo\* rakudo-zef-0.1.30-1.fc27.x86_64 rakudo-0.2018.02.1-1.fc27.x86_64 # zef install Net::SMTP ===SORRY!=== Failed to open file /usr/lib64/perl6/site/dist/

Issues with "zef install Informative" under Windows

2020-06-08 Thread ToddAndMargo via perl6-users
Hi All, Window 10-2005 Rakudo version 2020.05.1 built on MoarVM version 2020.05 Informative installs perfectly in Fedora (Linux), but not Windows 10. "--force-build" does not work either Anyone know how to fix this? Many thanks, -T K:\Windows\NtUtil>Issues with "zef i

Re: Issues with "zef install Informative" under Windows

2020-06-08 Thread Richard Hainsworth
.  "--force-build" does not work either Anyone know how to fix this? Many thanks, -T K:\Windows\NtUtil>Issues with "zef install Informative" ===> Searching for: Informative ===> Building: Inform:ver<1.2>:auth [Inform] At line:1 char:192 [Inform] + ... ystem.io.

Re: Issues with "zef install Informative" under Windows

2020-06-08 Thread ToddAndMargo via perl6-users
On 2020-06-08 15:12, Richard Hainsworth wrote: Todd, I wrote Informative a while ago. So as to make it self-contained, I copied code from GTK::Simple (as stated in the comments). The reason for this is that GTK::Simple itself is quite large with a lot of boilerplate for many functions. So,