Re: Fix for MSVC header installation

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Fix for MSVC header installation
Date: 2007-04-25 18:59:02
Message-ID: 20070425185902.GA31345@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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 mimicked the install layout on my Linux box. But we should
definitly be consistent with mingw instead :-)

//Magnus

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2007-04-25 19:00:11 Re: Fix for MSVC lib installation
Previous Message Josh Berkus 2007-04-25 18:27:13 Re: [HACKERS] Full page writes improvement, code update