On Sat, Sep 15, 2007 at 02:56:22PM +0100, Claus Reinke wrote: > cabal installs programs in c:/Program Files/Haskell/bin/, which > configure apparently can't handle, because of the space:
Right, we don't support tools being in paths containing spaces, and we probably won't until compilation is driven by Cabal rather than make. > also, alex 2.0.1 was the version i had installed before, and i was > told that caused the utf8* test failures, so it can't really be what > configure should check for. The tests only fail because an error message has changed. For just building a working compiler 2.0.1 is fine. Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
