From: | "Korea PostgreSQL Users' Group" <pgsql-kr(at)postgresql(dot)or(dot)kr> |
---|---|
To: | <pgsql-hackers-win32(at)postgresql(dot)org> |
Cc: | <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Subject: | CVS source win32 mingw some comile error |
Date: | 2004-02-02 05:58:35 |
Message-ID: | 005301c3e951e0adb0$cdcb56dc@paolo.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Claudio Natoli | 2004-02-02 06:03:37 | Re: CVS source win32 mingw some comile err |
Previous Message | Claudio Natoli | 2004-02-02 05:55:37 | Pre-1970 dates under Win32 |