On Mar 21, 2006, at 12:54 AM, Will Coleda (via RT) wrote:
# New Ticket Created by Will Coleda
# Please include the string: [perl #38775]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38775 >
As of r11958, PGE itself doesn't build.
$ make realclean; perl Configure.pl; make
<snip>
perl -e "" >PGE/Library.pir
../../parrot -o PGE.pbc --output-pbc PGE.pir
../../parrot rulec.pir library.pge >PGE/Library.pir
Error: too few arguments
Usage: rulec.pir [OPTIONS] --compiler=COMPILER FILE
Registered Compilers:
* p6rules
Options:
--output=OUTFILE -- redirect output to OUTFILE
--help -- print this message
../../parrot -o PGE.pbc --output-pbc PGE.pir
Same behavior as the punie error already mentioned.