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,

Re: Issues with "zef install Informative" under Windows

2020-06-08 Thread Richard Hainsworth
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, does GTK::Simple install on Windows 10? If so,

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/

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

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

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-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