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

Reply via email to