Hi Hal,

On Tue, Oct 16, 2007 at 09:54:32PM -0700, Hal Perkins wrote:
> Sorry to revive a dead horse, but there's still a bit of a problem  
> with building ghc on os x because of missing files that need to be  
> created by happy.  I downloaded the current stable sources yesterday  
> (ghc-6.8.0.20071015-src.tar.bz2 and ghc-6.8.0.20071015-src- 
> extralibs.tar.bz2)

OK, ghc-6.8.0.20071015-src-extralibs.tar.bz2 definitely includes

    libraries/haskell-src/Language/Haskell/Parser.hs

> Preprocessing library haskell-src-1.0.1...
> Setup: happy command not found
> make[1]: *** [haskell-src/GNUmakefile] Error 1

Does the above file still exist at this point?

If so, does
    cd libraries
    touch haskell-src/Language/Haskell/Parser.hs
    make rebuild.library.haskell-src
work?

If that doesn't do it, what about if you delete
    haskell-src/Language/Haskell/Parser.y
and then try
    make rebuild.library.haskell-src
?


Thanks
Ian

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to