Re: MinGW patch - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: MinGW patch
Date
Msg-id Pine.LNX.4.44.0309071154490.1172-100000@peter.localdomain
Whole thread Raw
In response to Re: MinGW patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: MinGW patch
Re: MinGW patch
List pgsql-patches
Bruce Momjian writes:

> 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.

If you put this in the port makefile, then it should work.

> This is there only so 'configure' sees those include files.  Does that
> relate to building outside the tree?

Why does configure need to see those files?  Surely you don't need
configure to test the capabilities of our own source tree?

--
Peter Eisentraut   peter_e@gmx.net


pgsql-patches by date:

Previous
From: Manfred Koizar
Date:
Subject: Minor lmgr code cleanup
Next
From: Peter Eisentraut
Date:
Subject: Re: MinGW patch