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-26 00:15:45 |
Message-ID: | 200108260015.f7Q0Fjd13269@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin |
Can someone research this and figure out what the proper solution for
this is? Seems we are going around in circles if we keep
adding/removing DLLIMPORT.
>
> 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. [ Removal of DLLIMPORT ]
>
> 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
From | Date | Subject | |
---|---|---|---|
Next Message | Jason Tishler | 2001-08-26 01:19:04 | Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...) |
Previous Message | Jason Tishler | 2001-08-25 15:22:11 | Re: install postgresql instructions |