Unable to compile ghc from darcs
Colin Paul Adams
colin at colina.demon.co.uk
Mon Mar 30 07:23:46 EDT 2009
>>>>> "Donnie" == Donnie Jones <donnie at darthik.com> writes:
Donnie> Hello Colin, In my working with GHC, I have found this
Donnie> page very helpful since it succinctly outlines the steps
Donnie> for Rebuilding GHC and ensuring you are up-to-date with
Donnie> everything GHC needs:
Donnie> http://hackage.haskell.org/trac/ghc/wiki/Building/Rebuilding
Thanks.
I did this and it cured the TH problems, but I still have haddock
problems:
src/Haddock/Backends/Html.hs:1495:4:
Ambiguous occurrence `maybeParen'
It could refer to either `Haddock.Backends.Html.maybeParen', defined at src/Haddock/Backends/Html.hs:1462:0
or `GHC.maybeParen', imported from GHC at src/Haddock/Backends/Html.hs:42:0-39
src/Haddock/Backends/Html.hs:1511:4:
Ambiguous occurrence `maybeParen'
It could refer to either `Haddock.Backends.Html.maybeParen', defined at src/Haddock/Backends/Html.hs:1462:0
or `GHC.maybeParen', imported from GHC at src/Haddock/Backends/Html.hs:42:0-39
src/Haddock/Backends/Html.hs:1515:4:
Ambiguous occurrence `maybeParen'
It could refer to either `Haddock.Backends.Html.maybeParen', defined at src/Haddock/Backends/Html.hs:1462:0
or `GHC.maybeParen', imported from GHC at src/Haddock/Backends/Html.hs:42:0-39
src/Haddock/Backends/Html.hs:1532:4:
Ambiguous occurrence `maybeParen'
It could refer to either `Haddock.Backends.Html.maybeParen', defined at src/Haddock/Backends/Html.hs:1462:0
or `GHC.maybeParen', imported from GHC at src/Haddock/Backends/Html.hs:42:0-39
--
Colin Adams
Preston Lancashire
More information about the Glasgow-haskell-users
mailing list