MSVC 2003 compile error with pg8.3.3

From: Jeff McKenna <jmckenna(at)gatewaygeomatics(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: MSVC 2003 compile error with pg8.3.3
Date: 2008-06-24 18:36:39
Message-ID: 9EFF9424-20C5-409E-AE29-033D16003086@gatewaygeomatics.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

I am trying to compile libpq.dll with MSVC 2003 on windows, using
postgresql-8.3.3, but I get the following compile error:

Creating library .\Release\libpqdll.lib and object .\Release
\libpqdll.exp
libpq.lib(dirmod.obj) : error LNK2019: unresolved external symbol
__dosmaperr r
ferenced in function _pgwin32_safestat
libpq.lib(dirent.obj) : error LNK2001: unresolved external symbol
__dosmaperr
.\Release\libpq.dll : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: 'link.exe' : return code '0x460'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio .NET 2003
VC7\BIN\nmake.exe"' : return code '0x2'
Stop.

Does anyone have any ideas how to solve this??

thanks.

-jeff

---
Jeff McKenna
FOSS4G Consulting and Training Services
http://www.gatewaygeomatics.com/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-06-24 20:27:28 Re: Git Repository for WITH RECURSIVE and others
Previous Message David Fetter 2008-06-24 18:04:25 Re: Git Repository for WITH RECURSIVE and others