Re: [GENERAL] WIN32 Build?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] WIN32 Build?
Дата
Msg-id 29943.1155162123@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-hackers
"Shoaib Mir" <shoaibmir@gmail.com> writes:
> As a workaround if you dont want to make the change and delete "inline" from
> wchar.c then you can do the following change in the win32.mak file for
> libpq:

> "WIN32" /D "_WINDOWS" /D "inline=__inline" /Fp"$(INTDIR)\libpq.pch" /YX\

That's even stranger: it will accept __inline but not inline?

But anyway, if that works I suggest we make pg_config.h.win32 #define
inline as __inline and see if that works on all Windows compilers.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] numerics lose scale and precision in views of unions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Buildfarm failure on ecpg/test/pgtypeslib