Latest ecpg patch broke MSVC build

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Latest ecpg patch broke MSVC build
Дата
Msg-id 6522.1191192418@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Latest ecpg patch broke MSVC build  (Andrew Dunstan <andrew@dunslane.net>)
Re: Latest ecpg patch broke MSVC build  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
This morning's ecpg patch certainly seems to have been snake-bit.
Although the Windows gcc buildfarm members seem happy, the MSVC ones
are all failing with

Linking...          Creating library Release\libecpg\libecpg.lib and object Release\libecpg\libecpg.exp
libecpg.exp: error LNK2001: unresolved external symbol DllMain@12       .\Release\libecpg\libecpg.dll : fatal error
LNK1120:1 unresolved externals
 

I see that DllMain() got added to misc.c, so it's not obvious what's
wrong here.  Some adjustment needed in the MSVC build scripts maybe?
        regards, tom lane


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Something's been bugging me
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Something's been bugging me