Rakudo cygwin make: "no rule to make target 'perl6'"
Jonathan Worthington
jonathan at jnthn.net
Tue Feb 10 23:28:12 UTC 2009
Peter Schwenn wrote:
> msysgit does work fine. Thank you. --However: when I use the
> configure.pl inside .../rakudo to generate the makefile for rakudo, I get
>
> ------------------------------------------------------------------------
> C:\parrot\languages\rakudo>perl configure.pl
> Reading configuration information from parrot\parrot_config
> The system cannot find the path specified.
> Reading configuration information from parrot_config
> 'parrot_config' is not recognized as an internal or external command,
> operable program or batch file.
> --------------------------------------------------------------------------
>
> and I don't know how to express the config argument for "perl
> configure.pl --parrot-config=(...)" and am not sure what subdirectory
> or binary I should feed to it anyway. Perhaps someone could give me
> an example of how to complete --parrot-config=... .
>
> (I am using the directory structure with rakudo inside of parrot which
> might be why rakudo/configure.pl can't find whatever parrot_config is.)
I did patch this up somewhat for Win32 earlier. It should work as you
have it. However, you may need to (in your c:\parrot) do an "nmake
parrot_config.exe" to get it to work. (It will still fail to find it in
a couple of places and spit out warnings, but it should eventually find
it and spit out a makefile).
Thanks,
Jonathan
More information about the parrot-dev
mailing list