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 > > > > Thanks, Guilherme A. Avelino _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
