From: | Jason Tishler <jason(at)tishler(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Subject: | Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...) |
Date: | 2001-08-21 17:31:38 |
Message-ID: | 20010821133138.C1512@dothill.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin |
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 | Content-Type | Size |
---|---|---|
pgconnection.h.diff | text/plain | 1.1 KB |
nmake.out | text/plain | 2.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tamara D. Blum | 2001-08-21 17:37:10 | Installing Postrgesql 7.1.2-3 |
Previous Message | Jason Tishler | 2001-08-21 17:15:52 | Re: Strange behavior with large datas |