On Fri Apr 16 11:10:09 2010, rurban wrote: > > Annyoing tabs and missing chmod +x > > Sorry, scratch that. > This patch is actually tested now. > > The real problem: > /usr/bin/perl -MExtUtils::Command -e cp src/pmc/perl6_group.dll > src/ops/perl6_ops.dll src/ops/perl6_ops_switch.dll dynext > removes the existing -x bit, so it's p5 fault here. Incredible. > At least know now whom to wrangle.
The perl6_ops_switch.dll line fails if you've on a platform that doesn't built the switch variant, so I had to drop line. The others are applied, and it seems to work on my platform; hopefully that doesn't break it for cygwin. Maybe a "if it exists then..." style approach could work if so, or does the ExtUtils::Command allow you to just specify a wildcard? Marked resolved but re-open if there's a further patch needed. Thanks, Jonathan