Re: Help re-building rakudo

2009-03-02 Thread Patrick R. Michaud
On Sun, Mar 01, 2009 at 03:32:46PM -0600, Chris Dolan wrote: On Feb 26, 2009, at 3:06 PM, Moritz Lenz wrote: But after that please do a 'make clean; perl Configure.pl' to make sure that the fallout of the previous build don't affect the new one. Time to update tools/rebase-rakudo.pl! Not

Re: Help re-building rakudo

2009-03-01 Thread Chris Dolan
On Feb 26, 2009, at 3:06 PM, Moritz Lenz wrote: But after that please do a 'make clean; perl Configure.pl' to make sure that the fallout of the previous build don't affect the new one. Time to update tools/rebase-rakudo.pl! Chris

Help re-building rakudo

2009-02-26 Thread yary
I have rakudo built under my parrot directory. I updated and rebuilt parrot, then updated and rebuilt rakudo, but rakudo won ~/parrot $ svn up (lots of files update) ~/parrot $ gmake (parrot re-builds OK) ~/parrot $ cd languages/rakudo/ ~/parrot/languages/rakudo $ git pull (files update)

Re: Help re-building rakudo

2009-02-26 Thread Patrick R. Michaud
On Thu, Feb 26, 2009 at 11:53:21AM -0800, yary wrote: I have rakudo built under my parrot directory. I updated and rebuilt parrot, then updated and rebuilt rakudo, but rakudo won A longer announcement should be hitting the list later today, but for now the recommended build sequence for rakudo

Re: Help re-building rakudo

2009-02-26 Thread yary
OK, I'll try some/all of the suggestions. I have a few comments- On Thu, Feb 26, 2009 at 12:06 PM, Patrick R. Michaud pmich...@pobox.com wrote: ... A longer announcement should be hitting the list later today, but for now the recommended build sequence for rakudo is:  $ git clone

Re: Help re-building rakudo

2009-02-26 Thread Patrick R. Michaud
On Thu, Feb 26, 2009 at 10:06:53PM +0100, Moritz Lenz wrote: But after that please do a 'make clean; perl Configure.pl' to make sure that the fallout of the previous build don't affect the new one. I've been thinking that Configure.pl should force a 'make clean' to avoid the problem altogether.