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 000801c3e94c$2b88ae70$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: Jason Tishler
Date:
Subject: Re: Additional items for Win32 TODO list?
Next
From: "Korea PostgreSQL Users' Group"
Date:
Subject: CVS source win32 mingw some comile error