Re: A few warnings on Windows

Поиск
Список
Период
Сортировка
От Christian Ullrich
Тема Re: A few warnings on Windows
Дата
Msg-id 8ffc8067-a5f3-a3d7-f289-4c5a0cd3cef4@chrullrich.net
обсуждение исходный текст
Ответ на Re: A few warnings on Windows  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: A few warnings on Windows  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
* Tom Lane wrote:

> Thomas Munro <thomas.munro@enterprisedb.com> writes:
>> One more problem.  whelk builds against Python 3.6 and says:
> 
>> c:\users\pgbf\appdata\local\programs\python\python36-32\include\pyconfig.h(174):
>> warning C4142: benign redefinition of type
>> (src/pl/plpython/plpy_elog.c)
>> [C:\buildfarm\buildenv\HEAD\pgsql.build\plpython3.vcxproj]
> 
>> Does anyone know what line 174 of pyconfig.h happens to say?

typedef _W64 int ssize_t;

, in a "not for 64-bit" block.

<https://github.com/python/cpython/blob/v3.6.3/PC/pyconfig.h>, 3.6.3 is 
the installed version on whelk.

-- 
Christian



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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: Optimize Arm64 crc32c implementation in Postgresql
Следующее
От: Pavel Golub
Дата:
Сообщение: Re: Is a modern build system acceptable for older platforms