On Wed, Apr 02, 2008 at 02:45:06AM -0000, Antoine Latter wrote:
> The .cabal lists the version as pre3, but I think I just recently
> pulled the "tag rc1" path.
The cabal file is unused, and I have now removed it. Thanks for pointing
this out!
> Anyway, after running "./configure --prefix=${MY-PREFIX}" without
> error, I attempted the following:
>
> $ make && make install
> Rebuild dependencies ...
>
> src/Darcs/Bug.lhs:9:7:
> Could not find module `Text.Regex':
> Use -v to see a list of the files searched for.
> make: *** [.depend] Error 1
Can you send the output of ./configure? We do check for the useability of
Text.Regex (which is why I want to be sure those tests are working fine),
so this is a confusing error to me. And one we definitely want to fix!
David |