> Hi,
> 
> I?m trying to build ghc-4.08.2 on SuSE Linux 7.0 and get the
> following error message:
> 
> rename/RnEnv.lhs:11:
>     Bad interface file: rename/RnHiFiles.hi-boot-5
>         rename/RnHiFiles.hi-boot-5:3 Interface file parse 
> error; on input ` d '
> 
> I got the sources by cvs today.

You probably got the sources to the HEAD, not the 4.08 branch.  If you
want the 4.08 branch, you do this:

        $ cvs co -r ghc-4-07-branch ...

(yes, that's meant to be 4-07, not 4-08).  And to get the exact 4.08.2
sources:

        $ cvs co -r ghc-4-08-2 ...

The bug you reported above has since been fixed, but you'll find the
HEAD much less stable in general than the 4.08 branch.  BTW, folk using
the CVS sources generally hang out on [EMAIL PROTECTED]

Cheers,
        Simon

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to