Transient compilations on CVS code

Rafael Martinez Torres rmartine at fdi.ucm.es
Tue Nov 18 17:56:17 EST 2003


Ok, "autoreconf" seems to work fine...

Now

../../ghc/compiler/ghc-inplace -H16m -O -package-name haskell-src -O -H32m -keep-hc-files  -package base  -Onot -fno-warn-incomplete-patterns  -c Language/Haskell/Parser.hs -o Language/Haskell/Parser.o  -ohi Language/Haskell/Parser.hi
GenericTemplate.hs:0: lexical error
make: *** [Language/Haskell/Parser.o] Error 1

I guess this has to do with alex-2.0 on my i386-linux ?

On Tue, 18 Nov 2003, Simon Peyton-Jones wrote:

> Actually, it turns out to be fine, provided you
> 	autoreconf
> 	configure
> at the top level.
>
> NB: make sure you have 'automake' installed.
>
> Simon
>


More information about the Cvs-ghc mailing list