Infinoid helped me track the problem down to * being escaped on some of
the directories for the cleanup. So things like:-
$(PMC_DIR)\*.h
Need to be:-
$(PMC_DIR)\\*.h
Parrot already does this in it's makefile on Win32 so doesn't have this
issue. I've attached a patch that fixes things.
Lyle
000
# New Ticket Created by webmas...@cosmicperl.com
# Please include the string: [perl #65006]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=65006 >
I've tested and produced these results on:-
Vista32, ActivePerl 5.10
Vista64
# New Ticket Created by webmas...@cosmicperl.com
# Please include the string: [perl #64856]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=64856 >
In src/builtins/globals.pir the following code builds @*INC from
PERL6LIB e
# New Ticket Created by webmas...@cosmicperl.com
# Please include the string: [perl #64854]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=64854 >
Hi,
Please find the patch attached. Let me know if you have any questions.
# New Ticket Created by webmas...@cosmicperl.com
# Please include the string: [perl #64694]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=64694 >
On Vista32 (haven't tested on Linux) the latest Rakudo fails to build
again