halp! trying to build with LLVM

Louis Wasserman wasserman.louis at gmail.com
Sat Mar 6 00:56:31 EST 2010


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 at gmail.com
http://profiles.google.com/wasserman.louis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20100306/b921dda8/attachment.html


More information about the Glasgow-haskell-users mailing list