| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>, PostgreSQL Win32 port list <pgsql-hackers-win32(at)postgresql(dot)org> |
| Subject: | Re: [PATCHES] MinGW patch |
| Date: | 2003-09-07 04:22:13 |
| Message-ID: | 200309070422.h874MDY27224@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-cygwin pgsql-hackers-win32 pgsql-patches |
Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
>
> > + # We already have this in Makefile.win32, but configure needs it too
> > + if test "$PORTNAME" = "win32"
> > + then
> > + CPPFLAGS="$CPPFLAGS -Isrc/include/port/win32"
> > + fi
>
> This seems unlikely to work when building outside the source tree.
Oh. Any ideas on how to handle that? The other reference uses:
override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"
but top_srcdir isn't defined at this point. This is there only so
'configure' sees those include files. Does that relate to building
outside the tree?
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-09-07 04:29:48 | Re: [PATCHES] MinGW patch |
| Previous Message | Tom Lane | 2003-09-07 04:05:28 | Re: [PATCHES] MinGW patch |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-09-07 04:29:48 | Re: [PATCHES] MinGW patch |
| Previous Message | Tom Lane | 2003-09-07 04:05:28 | Re: [PATCHES] MinGW patch |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-09-07 04:29:48 | Re: [PATCHES] MinGW patch |
| Previous Message | Tom Lane | 2003-09-07 04:05:28 | Re: [PATCHES] MinGW patch |