Re: window build doesn't apply PG_CPPFLAGS correctly

2021-07-22 Thread Pavel Stehule
čt 22. 7. 2021 v 20:52 odesílatel Andrew Dunstan napsal: > > On 7/22/21 9:41 AM, Alvaro Herrera wrote: > > On 2021-Jul-22, Pavel Stehule wrote: > > > >> čt 22. 7. 2021 v 14:04 odesílatel Andrew Dunstan > >> napsal: > >>> Almost everything in the Makefiles is not used by the MSVC buid system. >

Re: window build doesn't apply PG_CPPFLAGS correctly

2021-07-22 Thread Andrew Dunstan
On 7/22/21 9:41 AM, Alvaro Herrera wrote: > On 2021-Jul-22, Pavel Stehule wrote: > >> čt 22. 7. 2021 v 14:04 odesílatel Andrew Dunstan >> napsal: >>> Almost everything in the Makefiles is not used by the MSVC buid system. >>> Using this one seems likely to be quite difficult, since the syntax

Re: window build doesn't apply PG_CPPFLAGS correctly

2021-07-22 Thread Alvaro Herrera
On 2021-Jul-22, Pavel Stehule wrote: > čt 22. 7. 2021 v 14:04 odesílatel Andrew Dunstan > napsal: > > Almost everything in the Makefiles is not used by the MSVC buid system. > > Using this one seems likely to be quite difficult, since the syntax for > > the MSVC compiler command line is very

Re: window build doesn't apply PG_CPPFLAGS correctly

2021-07-22 Thread Andrew Dunstan
On 7/22/21 8:11 AM, Pavel Stehule wrote: > > > čt 22. 7. 2021 v 14:04 odesílatel Andrew Dunstan > napsal: > > > On 7/22/21 12:06 AM, Pavel Stehule wrote: > > Hi > > > > I tried to write test for plpgsql debug API, where I need to > access to >

Re: window build doesn't apply PG_CPPFLAGS correctly

2021-07-22 Thread Pavel Stehule
čt 22. 7. 2021 v 14:04 odesílatel Andrew Dunstan napsal: > > On 7/22/21 12:06 AM, Pavel Stehule wrote: > > Hi > > > > I tried to write test for plpgsql debug API, where I need to access to > > plpgsql.h > > > > I have line > > > > PG_CPPFLAGS = -I$(top_srcdir)/src/pl/plpgsql/src > > > > that is

Re: window build doesn't apply PG_CPPFLAGS correctly

2021-07-22 Thread Andrew Dunstan
On 7/22/21 12:06 AM, Pavel Stehule wrote: > Hi > > I tried to write test for plpgsql debug API, where I need to access to > plpgsql.h > > I have line > > PG_CPPFLAGS = -I$(top_srcdir)/src/pl/plpgsql/src > > that is working well on unix, but it do nothing on windows > > [00:05:14] Project

window build doesn't apply PG_CPPFLAGS correctly

2021-07-21 Thread Pavel Stehule
Hi I tried to write test for plpgsql debug API, where I need to access to plpgsql.h I have line PG_CPPFLAGS = -I$(top_srcdir)/src/pl/plpgsql/src that is working well on unix, but it do nothing on windows [00:05:14] Project "C:\projects\postgresql\pgsql.sln" (1) is building