On 2020-01-16 11:45, ToddAndMargo via perl6-users wrote:
Hi All,

How do you troubleshoot:

      raku -I. -c WinMessageBox.pm6

      Circular module loading detected trying to
      precompile /home/CDs/Windows/NtUtil/WinReg.pm6

I have traced it down to this:


     use WinReg :to-UTF16-c-str;
or just
     use WinReg;


Comment it out and it checks fine.  I am not calling
any modules imported from WinReg.pm6 at this point.

What is going on?

Yours in confusion,
-T

Does this help?

$ raku -I. --stagestats -c WinMessageBox.pm6
Stage start      :   0.000
Stage parse      : ===SORRY!===
Circular module loading detected trying to precompile /home/CDs/Windows/NtUtil/WinReg.pm6

Reply via email to