Re: unable to build libpq on Win 2003 (32 bit)

From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: "Nikolae Shevchenco (md)" <nshevchenco(at)alliedtesting(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: unable to build libpq on Win 2003 (32 bit)
Date: 2008-08-06 00:06:57
Message-ID: 001501c8f758$5ba08b90$7c086cdb@IBMC9A0F63B40D
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

Sorry late reaction..
VC++2008 are official and are not supported. However, it has Build(ed).
Then, I did not reproduce a problem.
http://winpg.jp/~saito/pg_work/pg8.3.3_nmake_VC++2008.txt
It seems that there is some version difference.

Please show "dir Release."

Regards,
Hiroshi Saito

----- Original Message -----
From: Nikolae Shevchenco (md)
To: pgsql-hackers(at)postgresql(dot)org
Sent: Wednesday, August 06, 2008 2:33 AM
Subject: [HACKERS] unable to build libpq on Win 2003 (32 bit)

Hello everybody,

I am trying to build libpq.dll from the source on a WIN 2003 system, the make file is
attached. I am using Microsoft Visual Studio 8 and below is the command and outcome I'm
trying to perform:

C:\src\PostgreSQL\postgresql-8.3.0\src\interfaces\libpq>nmake /f win32.mak /I

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.

Building the Win32 static library...

Using default OpenSSL Include directory: C:\OpenSSL\include
Using default OpenSSL Library directory: C:\OpenSSL\lib\VC
Using default Kerberos Include directory: C:\kfw-2.6.5\inc
Using default Kerberos Library directory: C:\kfw-2.6.5\lib\i386
link.exe -lib @C:\DOCUME~1\MD_NSH~1\LOCALS~1\Temp\nm10D.tmp
link.exe @C:\DOCUME~1\MD_NSH~1\LOCALS~1\Temp\nm10E.tmp
mt -manifest .\Release\libpq.dll.manifest -outputresource:.\Release\libpq.dll;2
Microsoft (R) Manifest Tool version 5.2.3790.2014
Copyright (c) Microsoft Corporation 2005.
All rights reserved.

mt.exe : general error c10100b1: Failed to load file ".\Release\libpq.dll". The system
cannot find the file specified.

What do you I need to change to make the build process successful?

I'm looking forward to your reply.
Thanks in advance.

Nikolay Shevchenko.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Xiao Meng 2008-08-06 01:33:25 Re: [patch] gsoc, improving hash index v2
Previous Message Magnus Hagander 2008-08-05 20:56:27 Re: Parsing of pg_hba.conf and authenticationinconsistencies