Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Jason Tishler <jason(at)tishler(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...)
Date: 2001-08-24 16:45:20
Message-ID: 200108241645.f7OGjKB06108@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

I have already applied this fix:

revision 1.12
date: 2001/07/11 22:12:43; author: momjian; state: Exp; lines: +2 -2
Libpq++ fixes for Win32 compile.

Christian Ullrich

> Tom,
>
> On Thu, Aug 16, 2001 at 03:07:10PM -0400, Tom Lane wrote:
> > Jason Tishler <jason(at)tishler(dot)net> writes:
> > > - static PGSTD string IntToString(int);
> > > + PGSTD string IntToString(int);
> >
> > This one is news to me. Please file a bug report about it. I have no
> > idea if that's the correct patch, though.
>
> The first attachment is the root cause of this problem. If I revert
> pgconnection.h to version 1.11, then Cygwin PostgreSQL (i.e., libpq++)
> builds cleanly again.
>
> I tried to build the Win32 stuff to see if the native libpq++ would build
> cleanly without the DLLIMPORT. Unfortunately, the Win32 build seems to
> be broken too... See second attachment. Note that I can build 7.1.2
> under MSVC++. Has the procedure for 7.2 changed?
>
> Thanks,
> Jason
>

[ Attachment, skipping... ]

[ Attachment, skipping... ]

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Bruce Momjian 2001-08-24 16:52:54 Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...)
Previous Message Bruce Momjian 2001-08-24 16:05:30 Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...)