Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...) - Mailing list pgsql-cygwin

From Jason Tishler
Subject Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...)
Date
Msg-id 20010821133138.C1512@dothill.com
Whole thread Raw
In response to Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...)  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...)  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-cygwin
Tom,

On Thu, Aug 16, 2001 at 03:07:10PM -0400, Tom Lane wrote:
> Jason Tishler <jason@tishler.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

pgsql-cygwin by date:

Previous
From: Jason Tishler
Date:
Subject: Re: Strange behavior with large datas
Next
From: Jason Tishler
Date:
Subject: Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...)