CVS source win32 mingw some comile error - Mailing list pgsql-hackers-win32

From Korea PostgreSQL Users' Group
Subject CVS source win32 mingw some comile error
Date
Msg-id 005301c3e951$98e0adb0$cdcb56dc@paolo.net
Whole thread Raw
List pgsql-hackers-win32
src/backend/commands/user.c file has some parse error at repalloc(), palloc() functions

and

src/backend/postmaster/pgstat.c miss 
#include "tcop/tcopprot.h" line.

and

src/utils/dllinit.c wrong include header line at MinGW.
#include <cygwin/version.h> must be not included 

by the way, 
I can't compile eccp because I used lower version bison.

and bin/pg_resetxlog too. in this case I can't find what's wrong.

pgsql-hackers-win32 by date:

Previous
From: "Korea PostgreSQL Users' Group"
Date:
Subject: CVS source win32 mingw some comile error
Next
From: Claudio Natoli
Date:
Subject: Re: CVS source win32 mingw some comile err