Re: 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: Re: MSVC 2003 compile error with pg8.3.3
Date: 2008-06-27 16:07:16
Message-ID: B691CC22-EA08-480E-A2ED-6A2B417FC849@gatewaygeomatics.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hiroshi-san,

"All win32 parts have been built!"

That last file that you sent worked with MSVC 2003, and libpq.dll was
successfully built. Thank you very much for fixing this for me. Will
this be committed to CVS head for others?

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

On 27-Jun-08, at 11:55 AM, Hiroshi Saito wrote:

> Ooops, I am sorry so that it may be spam. ...
> I have noticed, although there were few conditions.
> pass the VC6,VC7,VC71
>
> Regards,
> Hiroshi Saito
>
> ----- Original Message ----- From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp
> >
>
>
>> Hi Jeff-san.
>> Uga,,, Ok.
>> Please try this.
>> Thanks your perseverance. !!
>> Regards,
>> Hiroshi Saito
>> ----- Original Message ----- From: "Jeff McKenna" <jmckenna(at)gatewaygeomatics(dot)com
>> >
>>> Hello Hiroshi-san,
>>> Your new win32.mak causes the following error with MSVC 2003:
>>> Creating library .\Release\libpqdll.lib and object .\Release
>>> \libpqdll.exp
>>> mt -manifest .\Release\libpq.dll.manifest -outputresource:.
>>> \Release\libp
>>> q.dll;2
>>> Microsoft (R) Manifest Tool version 6.0.4071.0
>>> Copyright (c) Microsoft Corporation 2004.
>>> All rights reserved.
>>> .\Release\libpq.dll.manifest:general error c1010070:Failed to load
>>> and parse the
>>> manifest. The system cannot find the file specified.
>>> NMAKE : fatal error U1077: 'mt' : return code '0x1f'
>>> Stop.
>>> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
>>> Studio .NET 2003\
>>> VC7\BIN\nmake.exe"' : return code '0x2'
>>> Stop.
>>> ---
>>> Jeff McKenna
>>> FOSS4G Consulting and Training Services
>>> http://www.gatewaygeomatics.com/
>>> On 26-Jun-08, at 11:28 PM, Hiroshi Saito wrote:
>>>> Hi Jeff-san.
>>>>
>>>> Would you replace this with src/interfaces/libpq/win32.mak and
>>>> try it? I checked that there was no problem in construction of
>>>> VC2005 by this change. Then, I think if you solve a problem and
>>>> it should apply.
>>>> Regards,
>>>> Hiroshi Saito
>>>>
>>> --
>>> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
>>> To make changes to your subscription:
>>> http://www.postgresql.org/mailpref/pgsql-hackers
>
>
> --------------------------------------------------------------------------------
>
>
>> --
>> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-hackers
> <win32.mak>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2008-06-27 16:12:20 Re: Vacuuming leaked temp tables (once again)
Previous Message Florian Pflug 2008-06-27 16:06:27 Re: Planner creating ineffective plans on LEFT OUTER joins