patch of libpq-int.h is required of msvc.

Поиск
Список
Период
Сортировка
От Hiroshi Saito
Тема patch of libpq-int.h is required of msvc.
Дата
Msg-id 037601c6b7f7$220e5e90$01324d80@hiroshi5jz7dqj
обсуждение исходный текст
Ответы Re: patch of libpq-int.h is required of msvc.  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Hi Bruce-san.

patch of libpq-int.h is required of msvc.
I think that this definition changed.

cl.exe /nologo /W3 /GX /O2 /MD /I "..\..\include" /I "..\..\include\port
\win32" /I "..\..\include\port\win32_msvc" /I "..\..\port" /I. /D "FRONTEND" /D
NDEBUG /D "WIN32" /D "_WINDOWS" /Fp".\Release\libpq.pch" /YX /Fo".\Release\\" /F
d".\Release\\" /FD /c  /D "HAVE_VSNPRINTF" /D "HAVE_STRDUP" "fe-auth.c"
fe-auth.c
libpq-int.h(481) : error C2061: (snip)....

Regards,
Hiroshi Saito

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Fix for pg_dump -T/-N
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: patch of libpq-int.h is required of msvc.