[Haskell-cafe] Re: [GHC/Base.A_o] Error 1

Simon Marlow simonmarhaskell at gmail.com
Tue Jun 27 05:58:13 EDT 2006


gaa at cin.ufpe.br wrote:
> Anyone can help me? I did some changes in the .mk and makefile files in
> order to integrate it with the Haskell.NET code generator but when I try to
> compile the following error appears:
> 
> .../../ghc/compiler/ghc-inplace -H32m -O -W -fno-warn-unused-matches
> 
>>-fwarn-unuse
>>d-imports -fglasgow-exts -cpp -Iinclude -#include HsBase.h -Icbits/regex
>>-funbox
>>-strict-fields -package-name base -O -dcore-lint -W
>>-fno-warn-unused-matches -fw
>>arn-unused-imports -fglasgow-exts -keep-msil-files -fvia-il  -hisuf A_hi
>>-hcsuf
>>A_hc -osuf A_o -fvia-il -keep-msil-file   -c GHC/Base.lhs -o GHC/Base.A_o
>>-ohi
>>GHC/Base.A_hi
>>GHC/Base.lhs:296: parse error on input `.'
>>make[3]: *** [GHC/Base.A_o] Error 1
>>make[2]: *** [all] Error 1
>>make[1]: *** [all] Error 1
>>make[1]: Leaving directory `/cygdrive/c/Guilherme/ghc-6.2.2/libraries'
>>make: *** [build] Error 1

Without knowing what changes you've made, this will be hard to diagnose. 
  But since you've made a bunch of changes, presumably you have some 
idea where the problem might be?  Have you changed the parser, perhaps?

Cheers,
	Simon



More information about the Haskell-Cafe mailing list