halp! trying to build with LLVM

Hey, I'm trying to build GHC with LLVM. I need HEAD -- I tried, and can't get anywhere with STABLE -- so when I go and get HEAD, untar it, ./darcs-all get, and try to apply the llvm patch, I'm told that there are some other patches missing. So I run darcs pull. Everything's cool now, except when I try to run make: ........... [57 of 61] Compiling Distribution.Simple.Build ( libraries/Cabal/Distribution/Simple/Build.hs, bootstrapping/Distribution/Simple/Build.o ) [58 of 61] Compiling Distribution.Simple.Haddock ( libraries/Cabal/Distribution/Simple/Haddock.hs, bootstrapping/Distribution/Simple/Haddock.o ) [59 of 61] Compiling Distribution.Simple.Install ( libraries/Cabal/Distribution/Simple/Install.hs, bootstrapping/Distribution/Simple/Install.o ) [60 of 61] Compiling Distribution.Simple ( libraries/Cabal/Distribution/Simple.hs, bootstrapping/Distribution/Simple.o ) [61 of 61] Compiling Main ( utils/ghc-cabal/ghc-cabal.hs, bootstrapping/Main.o ) utils/ghc-cabal/ghc-cabal.hs:187:30: `programDefaultArgs' is not a (visible) field of constructor `ConfiguredProgram' utils/ghc-cabal/ghc-cabal.hs:188:30: `programOverrideArgs' is not a (visible) field of constructor `ConfiguredProgram' utils/ghc-cabal/ghc-cabal.hs:195:33: `programDefaultArgs' is not a (visible) field of constructor `ConfiguredProgram' utils/ghc-cabal/ghc-cabal.hs:200:33: `programOverrideArgs' is not a (visible) field of constructor `ConfiguredProgram' utils/ghc-cabal/ghc-cabal.hs:206:30: `programDefaultArgs' is not a (visible) field of constructor `ConfiguredProgram' utils/ghc-cabal/ghc-cabal.hs:207:30: `programOverrideArgs' is not a (visible) field of constructor `ConfiguredProgram' utils/ghc-cabal/ghc-cabal.hs:354:27: Not in scope: `programDefaultArgs' utils/ghc-cabal/ghc-cabal.hs:357:27: Not in scope: `programOverrideArgs' make[1]: *** [utils/ghc-cabal/dist/build/tmp/ghc-cabal] Error 1 make: *** [all] Error 2 Halp! Louis Wasserman wasserman.louis@gmail.com http://profiles.google.com/wasserman.louis

Hi Louis, On Fri, Mar 05, 2010 at 11:56:31PM -0600, Louis Wasserman wrote:
I'm trying to build GHC with LLVM. I need HEAD -- I tried, and can't get anywhere with STABLE -- so when I go and get HEAD, untar it, ./darcs-all get, and try to apply the llvm patch, I'm told that there are some other patches missing. So I run darcs pull.
You need to run "./darcs-all pull -a" to get all repos up-to-date. Thanks Ian
participants (2)
-
Ian Lynagh
-
Louis Wasserman