Re: libpq.dll (Win32) for rel. 7.3.2 missing some exports

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Karl Waclawek <karl(at)waclawek(dot)net>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: libpq.dll (Win32) for rel. 7.3.2 missing some exports
Date: 2003-06-24 00:44:51
Message-ID: 200306240044.h5O0ipq17624@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied to fix this. Thanks.

---------------------------------------------------------------------------

Karl Waclawek wrote:
>
> > I just applied the following patch which should fix this on your
> > platform. Thanks.
> >
>
> I got the following error from VC++:
>
> getaddrinfo.c
> ..\..\include\port.h(15) : fatal error C1083: Cannot open include file: 'pwd.h':
> No such file or directory
> NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~3\VC98\BIN\NMAKE.EXE' : return co
> de '0x2'
> Stop.
>
> And from BCC 5.5 I got:
>
> bcc32.exe -o".\Release\win32" -If:\applications\borland\bcc55\include;..
> \..\include -WD -c -DFRONTEND;NDEBUG;WIN32;_WINDOWS;HAVE_VSNPRINTF;HAVE_STRDUP;
> -tWM -a8 -X -w-use -w-par -w-pia -w-csu -w-aus -w-ccc -O -Oi -OS -DNDEBUG .\wi
> n32.c
> Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
> .\win32.c:
> bcc32.exe -o".\Release\getaddrinfo" -If:\applications\borland\bcc55\incl
> ude;..\..\include -WD -c -DFRONTEND;NDEBUG;WIN32;_WINDOWS;HAVE_VSNPRINTF;HAVE_ST
> RDUP; -tWM -a8 -X -w-use -w-par -w-pia -w-csu -w-aus -w-ccc -O -Oi -OS -DNDEBU
> G ..\..\port\getaddrinfo.c
> Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
> ..\..\port\getaddrinfo.c:
> Error E2209 ..\..\include\port.h 15: Unable to open include file 'pwd.h'
> Error E2209 ..\..\include\port.h 16: Unable to open include file 'netdb.h'
> Error E2040 ..\..\include\port.h 99: Declaration terminated incorrectly
> *** 3 errors in Compile ***
>
> I updated with WinCVS to get the clean copy.
>
> Karl
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 649 bytes

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-06-24 01:52:01 Re: ecpg compile (compatlib)
Previous Message Bruce Momjian 2003-06-23 23:49:26 Re: [HACKERS] ss_family in hba.c