Re: [Haskell-cafe] Darcs apply error while getting the complete GHC tree

2005-12-17 Thread Tomasz Zielonka
On Sat, Dec 17, 2005 at 06:14:55PM +, Joel Reymont wrote: > I thought I would get the _complete_ ghc tree so that I could build > ghc with patches of my own. I decided to get the libraries while I'm > at it. I got two errors and don't know what to do now. > > Do I need to get the whole tre

Re: [Haskell-cafe] Darcs apply error while getting the complete GHC tree

2005-12-17 Thread Joel Reymont
I thought I did :-). I just didn't get to 7.1. My bad and apologies! On Dec 17, 2005, at 7:07 PM, wld wrote: Well, RTBG (Building Guide) ! When building from CVS (I think, from darcs repo too), you should do: autoreconf ./configure -- http://wagerlabs.com/ __

Re: [Haskell-cafe] Darcs apply error while getting the complete GHC tree

2005-12-17 Thread wld
Hi, On 12/17/05, Joel Reymont <[EMAIL PROTECTED]> wrote: > I bit the bullet and... did a partial checkout. That worked but now > I'm missing a configure file. I did things like this: > > aclocal > autoconf > ./configure > checking for printf... yes > configure: creating ./config.status > config.st

Re: [Haskell-cafe] Darcs apply error while getting the complete GHC tree

2005-12-17 Thread Joel Reymont
I bit the bullet and... did a partial checkout. That worked but now I'm missing a configure file. I did things like this: aclocal autoconf ./configure checking for printf... yes configure: creating ./config.status config.status: creating mk/config.mk config.status: creating mk/config.h config.s

Re: [Haskell-cafe] Darcs apply error while getting the complete GHC tree

2005-12-17 Thread Malcolm Wallace
Joel Reymont <[EMAIL PROTECTED]> writes: > I thought I would get the _complete_ ghc tree so that I could build > ghc with patches of my own. I decided to get the libraries while I'm > at it. I got two errors and don't know what to do now. My guess is that at least one of these errors is somet

[Haskell-cafe] Darcs apply error while getting the complete GHC tree

2005-12-17 Thread Joel Reymont
I thought I would get the _complete_ ghc tree so that I could build ghc with patches of my own. I decided to get the libraries while I'm at it. I got two errors and don't know what to do now. Do I need to get the whole tree again? Can I somehow reapply the patches that did not get applied?