On Thu, Jul 19, 2007 at 08:57:36PM -0400, Peter Tanski wrote: > > Sorry, I forgot to attach the original Parser.hs file. Here it is:
Looks like the problem is before this point. You have a space before #include "HsVersions.h" when there shouldn't be one. In my log this file is built with: c:/mingw/bin/gcc -E -mno-cygwin -undef -traditional -P -I../includes -x c parser/Parser.y.pp | \ grep -v '^#pragma GCC' > parser/Parser.y so if you are using a different C compiler then perhaps the problem is that its preprocessor works differently? Thanks Ian _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc