Re: MinGW patch

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: MinGW patch
Дата
Msg-id 200309071637.h87GbgU11534@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: MinGW patch  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
Peter Eisentraut wrote:
> Bruce Momjian writes:
>
> > As Tom mentioned, it doesn't find things like sys/socket.h, which we
> > have added to src/include/port/win32/.  This was done to elimintate
> > #ifdef of the include files that are Win32-specific.
>
> OK, then you can reference the top source directory as $srcdir in
> configure.

OK, new code is:

    if test "$PORTNAME" = "win32"
    then
            CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32"
    fi

Thanks.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: WIN32_CONSOLE usage
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: Minor lmgr code cleanup