2009/4/6 Bruce Gray <bruce.g...@acm.org>:
>
> On Apr 5, 2009, at 6:48 PM, Lyle wrote:
>>
>> --snip--
>> There is a problem with the Rakudo Makefile? Help would be very much
>> appreciated...
>>
>> http://perl.bristolbath.org/blog/lyle/2009/04/first-perl-6-experiences.html
>
> Yes, there is a problem. I have duplicated it under MinGW/Win2K, but have
> not fully analyzed it yet.
>
> Workaround:
> Line 330 of the Makefile reads something like:
>        CRITIC_FILES=Configure.pl t\harness build\ tools\
> Change all three of line 330's backslashes to forward-slashes, and then
> `mingw32-make` will work. i.e.:
>        CRITIC_FILES=Configure.pl t/harness build/ tools/
>

Makefile is generated, so this modification will be lost.

in build/Makefile.in, just insert a empty line between :
CRITIC_FILES=Configure.pl t/harness build/ tools/
perlcritic:

François.

> --
> Hope this helps,
> Bruce Gray
> (Util on PerlMonks)
>
>
>

Reply via email to