> --- 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
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
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
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
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
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,
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
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
==