On Fri, 15 Mar 2002, Simon Cozens wrote:
> You didn't resync. I just updated packout.c to take this function out. > There's a reason step 1 included CVS updating. :) Yep, just figured that out for myself - I rsync'd, rather than doing a cvs checkout, and not realizing it doesn't do quite the same thing. With a proper fresh checkout, everything builds OK here, but I've run into another problem: Parrot::Assembler:Utils uses Text::Balanced, but that's not a core module in 5.6.x and earlier. Weren't we trying to stay compatible with Perl's back to 5.5.3 ? Simon