Re: Fix for MSVC header installation

From: "Dave Page" <dpage(at)postgresql(dot)org>
To: "Magnus Hagander" <magnus(at)hagander(dot)net>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Andrew Dunstan" <andrew(at)dunslane(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Fix for MSVC header installation
Date: 2007-04-25 21:44:19
Message-ID: 200704252244190000@243628057
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> ------- Original Message -------
> From: Magnus Hagander <magnus(at)hagander(dot)net>
> To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> 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 the difference.

No, nor I, but it makes sense if you consider an install into /usr/local vs. /usr/local/pgsql for example.

> Since the default path is /usr/local/pgsql.. But on the linux box in
> question I build into /home/mha/pginst/HEAD/.

Hmm, that presents a possible problem as I can't see any way to restructure the layout based on the selected installation path in pgInstaller :-(. We should probably stick with the postgresql-already-in-the-path layout - no-one's ever complained, and that'll be the smallest issue for anyone porting code to win32.

Fixing the perl code shouldn't be an issue of course.

/D

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-04-25 21:46:47 Re: BUG #3245: PANIC: failed to re-find shared loc k o b j ect
Previous Message Magnus Hagander 2007-04-25 21:31:20 Re: Fix for MSVC header installation