| 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:19:43 |
| Message-ID: | 000801c3e94c$2b88ae70$cdcb56dc@paolo.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers-win32 pgsql-patches |
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 05:55:37 | Pre-1970 dates under Win32 |
| Previous Message | Bruce Momjian | 2004-02-02 00:12:37 | Re: win32 patch: allows source to be compiled |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joe Conway | 2004-02-02 06:02:13 | Re: pg_generate_sequence and info_schema patch (Was: SELECT |
| Previous Message | Bruce Momjian | 2004-02-02 00:12:37 | Re: win32 patch: allows source to be compiled |