I had the same issue, but I just nuked the parrot* directories in the working tree and tried it again, which worked.
— Mark Rada markrad...@gmail.com On 2010-02-20, at 11:08 AM, Ivan Avery Frey wrote: > After the command "perl Configure.pl --gen-parrot" I'm getting the > following errors: > > make -C compilers/pirc clean > make[1]: *** No rule to make target > `/Users/ivan/Development/rakudo/parrot/config/gen/makefiles/pirc.in', > needed by `Makefile'. Stop. > > and > > Reading configuration information from parrot_install/bin/parrot_config ... > dyld: Library not loaded: > /Users/ivan/Development/rakudo/parrot/blib/lib/libparrot.dylib > Referenced from: > /Users/ivan/Development/rakudo/parrot_install/bin/parrot_config > Reason: image not found > Died at Configure.pl line 119. > > I'm running Mac OS X 10.5 on a PowerBook G4. > > I updated rakudo using git pull. I have already built and uploaded test > results twice. So something broke. > > Ivan.