ODBC build broken on Windows with commit

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема ODBC build broken on Windows with commit
Дата
Msg-id CAB7nPqRvmvuubJkbn7V0zunEBDVkC9FPfYd54quCMaLkaa1_1A@mail.gmail.com
обсуждение исходный текст
Ответы Re: ODBC build broken on Windows with commit  (Michael Paquier <michael.paquier@gmail.com>)
Re: ODBC build broken on Windows with commit  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-odbc
Hi all,

pgodbc build is currently failing on Windows platforms because of
commit 804cd10 pushed yesterday:
http://git.postgresql.org/gitweb/?p=psqlodbc.git;a=commitdiff;h=804cd103308765c650c35951fc11183127cfb677

connection.obj : error LNK2019: unresolved external symbol CC_Copy
referenced in function PgDtc_isolate
.\x64\psqlodbc35w.dll : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077:
'D:$BUILD\win32\winsdk-7.0.7600\VC\bin\amd64\link.exe' : return code
'0x460'

It looks that it is not that much a good idea to wrap CC_Copy with
CLEANUP_CONN_BEFORE_ISOLATION on Windows platforms...

Regards,
--
Michael


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

Предыдущее
От: Andrei Gheorghe
Дата:
Сообщение: Re: Calling a stored procedure with an array parameter
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: ODBC build broken on Windows with commit