ODBC build broken on Windows with commit

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: ODBC build broken on Windows with commit
Date: 2013-08-19 23:36:33
Message-ID: CAB7nPqRvmvuubJkbn7V0zunEBDVkC9FPfYd54quCMaLkaa1_1A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Michael Paquier 2013-08-20 00:06:45 Re: ODBC build broken on Windows with commit
Previous Message Andrei Gheorghe 2013-08-16 09:00:11 Re: Calling a stored procedure with an array parameter