Re: [PATCHES] Fix for MSVC header installation

2007-04-25 Thread Dave Page
> --- Original Message --- > From: Magnus Hagander <[EMAIL PROTECTED]> > To: Tom Lane <[EMAIL PROTECTED]> > Sent: 25/04/07, 22:31:20 > Subject: Re: [PATCHES] Fix for MSVC header installation > > Yup. I had no idea it did that :-) It certainly explains t

Re: [PATCHES] Fix for MSVC header installation

2007-04-25 Thread Magnus Hagander
Tom Lane wrote: > Dave Page <[EMAIL PROTECTED]> writes: >> And we really should make VC++ install in the same locations as mingw by >> default anyway. > > I think you guys may be misinterpreting what's happening: this behavior > is not platform-sensitive, it is path-sensitive. In particular, the

Re: [PATCHES] Fix for MSVC header installation

2007-04-25 Thread Tom Lane
Dave Page <[EMAIL PROTECTED]> writes: > And we really should make VC++ install in the same locations as mingw by > default anyway. I think you guys may be misinterpreting what's happening: this behavior is not platform-sensitive, it is path-sensitive. In particular, the configure script will int

Re: [PATCHES] Fix for MSVC header installation

2007-04-25 Thread Dave Page
Andrew Dunstan wrote: Dave Page wrote: Magnus Hagander wrote: On Wed, Apr 25, 2007 at 02:57:41PM +0100, Dave Page wrote: The MSVC installer doesn't install the headers in the same directory structure as the Mingw build. This causes other apps (such as Slony) to fail their configure tests. T

Re: [PATCHES] Fix for MSVC header installation

2007-04-25 Thread Andrew Dunstan
Dave Page wrote: Magnus Hagander wrote: On Wed, Apr 25, 2007 at 02:57:41PM +0100, Dave Page wrote: The MSVC installer doesn't install the headers in the same directory structure as the Mingw build. This causes other apps (such as Slony) to fail their configure tests. The attached patch fixes

Re: [PATCHES] Fix for MSVC header installation

2007-04-25 Thread Dave Page
Magnus Hagander wrote: On Wed, Apr 25, 2007 at 02:57:41PM +0100, Dave Page wrote: The MSVC installer doesn't install the headers in the same directory structure as the Mingw build. This causes other apps (such as Slony) to fail their configure tests. The attached patch fixes this. Applied,

Re: [PATCHES] Fix for MSVC header installation

2007-04-25 Thread Magnus Hagander
On Wed, Apr 25, 2007 at 02:57:41PM +0100, Dave Page wrote: > The MSVC installer doesn't install the headers in the same directory > structure as the Mingw build. This causes other apps (such as Slony) to > fail their configure tests. > > The attached patch fixes this. Applied, thanks. FWIW, I

[PATCHES] Fix for MSVC header installation

2007-04-25 Thread Dave Page
The MSVC installer doesn't install the headers in the same directory structure as the Mingw build. This causes other apps (such as Slony) to fail their configure tests. The attached patch fixes this. Regards, Dave Index: Install.pm ==