[Yhc] Can't build Yhc on Mac

Andrew Oakley andrew at ado.is-a-geek.net
Tue Sep 29 19:31:00 EDT 2009


On Thu, 24 Sep 2009 14:25:41 +0400
Sergey Martynov <martynovs at gmail.com> wrote:
> Getting dependencies for src/compiler/AssocTree.hs.
> An error ocurred running `ghc -M -optdep-f
> -optdepsrc/compiler/.AssocTree.hs.dep
> -i./src/compiler:./src/libraries/general:./src/libraries/core:depends/cpphs:depends/filepath:depends/uniplate:./src/interactive
> src/compiler/AssocTree.hs`:
Have you tried simply running the given command so you can see any
errors?  Perhaps they will help.  

> "ghc" -i./src/compiler -i./src/libraries/general
> -i./src/libraries/core -idepends/cpphs -idepends/filepath
> -idepends/uniplate -i./src/interactive -package mtl -package
> containers -package pretty -package packedstring -c
> src/compiler/AssocTree.hs -o src/compiler/AssocTree.o
> 
> src/compiler/AssocTree.hs:17:0:
>     Failed to load interface for `Tree234':
>       Use -v to see a list of the files searched for.
Again, perhaps you could try running the given command directly with
the "-v" flag.  Do a search to see if you can see Tree234 defined
anywhere (its a Yhc thing IIRC).  


More information about the Yhc mailing list