Re: Build problems with latest CVS (2007-06-03) on MSVC++ Express 2005

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Mark Cave-Ayland <mark(dot)cave-ayland(at)ilande(dot)co(dot)uk>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Build problems with latest CVS (2007-06-03) on MSVC++ Express 2005
Date: 2007-06-04 03:23:35
Message-ID: 466385B7.3030509@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Mark Cave-Ayland wrote:
> Hi everyone,
>
> I'm working on building the latest CVS of psqlODBC from CVS using MS
> Visual C++ Express 2005 and thought you may like some extra feedback on
> the build process. The instructions in win32-compilation.html were
> helpful, but I needed to make the following changes:

> 3. Pass the MSDTC=no option to nmake.
>
>
> If I try to build without the MSDTC=no option then I get the following
> error upon compilation:
>
>
> Generating Code...
> link.exe @C:\DOCUME~1\MARKCA~1\LOCALS~1\Temp\nm53.tmp
> Creating library .\Release\psqlodbc35w.lib and object .\Release
> \psqlodbc35w.exp
> cl.exe @C:\DOCUME~1\MARKCA~1\LOCALS~1\Temp\nm56.tmp pgxalib.cpp
> link.exe @C:\DOCUME~1\MARKCA~1\LOCALS~1\Temp\nm57.tmp
> Creating library .\Release\pgxalib.lib and object .\Release
> \pgxalib.exp
> link.exe @C:\DOCUME~1\MARKCA~1\LOCALS~1\Temp\nm59.tmp
> msdtc_enlist.obj : error LNK2019: unresolved external symbol
> _CC_set_autocommit

Oops I've forgotten to commit psqlodbc(a).def to cvs.
I would commit them tonight.

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Rainer Bauer 2007-06-04 13:20:19 [psqlODBC 08.02.0402] OpenSSL libraries
Previous Message Hiroshi Saito 2007-06-04 01:59:56 Re: Build problems with latest CVS (2007-06-03) on MSVC++ Express 2005