Re: MinGW patch

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: MinGW patch
Дата
Msg-id Pine.LNX.4.44.0309071154490.1172-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: MinGW patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: MinGW patch
Re: MinGW patch
Список 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 по дате отправления:

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Minor lmgr code cleanup
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: MinGW patch