Re: Errors building hat 2.04

Malcolm Wallace <[email protected]> Mon, 2 Oct 2006 12:12:33 +0100
Newsgroups gmane.comp.lang.haskell.hat
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
"Yang" <[email protected]> wrote:

> hi all, after running configure on the latest release of hat, 'make'
> gives me:
> 
> >>> missing separator.  Stop.

Yes, this seems to be the same error as in the mail thread you quoted.

> GHCSYM=
> 
> 604
> 
> i thought maybe the whitespace before 604 needed to be removed. doing
> that, 'make' continues fine, until...
>
> hat-trans ... -D__GLASGOW_HASKELL__=  604

Ensure that there is no whitespace at all, i.e.
  GHCSYM=604

If the patch to the 'configure' script did not work, then you may also
need to make a similar change in the file targets/`harch`/ghcsym

Regards,
    Malcolm