patch win32.mak of libpq

From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: "Magnus Hagander" <magnus(at)hagander(dot)net>, "Dave Page" <dpage(at)postgresql(dot)org>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: patch win32.mak of libpq
Date: 2007-07-25 05:36:41
Message-ID: 01e401c7ce7d$cca7a080$c601a8c0@HP22720319231
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc pgsql-patches

Hi Magnus, and Dave.

Sorry, I'm a somewhat late reaction... This is the present correspondence.
However, VC6 does not support SSAPI. Therefore, the next release makes
VC6 the outside of an object.

-- VC6
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. 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
echo #define SYSCONFDIR "" > pg_config_paths.h
link.exe @C:\DOCUME~1\hiroshi\LOCALS~1\Temp\nma00120.
LINK : fatal error LNK1181: (snip japanese) "secur32.lib" (snip japanese)
NMAKE : fatal error U1077: 'link.exe' : (snip japanese) '0x49d'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\VC98\bin\N
MAKE.EXE"' : (snip japanese) '0x2'
Stop.

-- VC8
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 @C:\DOCUME~1\hiroshi\LOCALS~1\Temp\nm969.tmp
(snip japanese) .\Release\libpqdll.lib (snip japanese) .\Release\libpqdll.exp (snip
japanese)
cd ..\..
echo All Win32 parts have been built!
All Win32 parts have been built!
--

If there is no objection. Let's close support of VC6.
What do you think?

Regards,
Hiroshi Saito

Attachment Content-Type Size
win32.mak.patch application/octet-stream 763 bytes

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Magnus Hagander 2007-07-25 11:37:59 Re: patch win32.mak of libpq
Previous Message Andrei Kovalevski 2007-07-24 14:13:49 Re: 08020400 Driver and ODBC 3.x

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Page 2007-07-25 08:47:21 Re: msvc and vista fun
Previous Message Neil Conway 2007-07-25 04:21:17 Re: RETURN QUERY