Re: installing from source in Windows

From: "Turner, John J" <JJTurner(at)statestreet(dot)com>
To: "Greg Smith" <greg(at)2ndquadrant(dot)com>
Cc: "Craig Ringer" <craig(at)postnewspapers(dot)com(dot)au>, "Rob Sargent" <robjsargent(at)gmail(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: installing from source in Windows
Date: 2010-10-18 03:28:33
Message-ID: C150472B41070648A2935266FE8D7B290B78C270@INCG2002A.corp.statestr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hmmm.. seems like I'm in a dandy of a catch-22

On an earlier post
(http://archives.postgresql.org/pgsql-general/2010-09/msg01043.php) I
was inquiring about trying to add in Jeff Davis' temporal extension
package available from pgFoundry.

Based on the facts that:
1) the temporal package installs by using pgxs and
2) pgxs doesn't work with the Windows VC++ build

.. I thought it was worth a shot to try building from source with
MinGW/MSYS to get the pgxs files... but apparently not -- especially
since I'm on Windows XP 32-bit platform (hence the issue with 64-bit
datatypes bombing out during make, I presume)

So unless I've totally misunderstood, if I go the VC++ route, I can't
get pgxs, right? And getting that tool to build/add-in extensions with
was my goal in the first place...

Thanks,
John

-----Original Message-----
From: Greg Smith [mailto:greg(at)2ndquadrant(dot)com]
Sent: Sunday, October 17, 2010 10:47 PM
To: Turner, John J
Cc: Craig Ringer; Rob Sargent; pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] installing from source in Windows

Turner, John J wrote:
> I'm reluctant at this point to wipe out my MinGW and MSYS and start
from
> scratch with Windows SDK and/or VS-ee...
>

Well, you should probably get over that, because all of the official
builds of 9.0 don't really care about supporting MinGW anymore. See
http://www.postgresql.org/docs/9.0/interactive/install-windows.html for
notes on this. I wouldn't be surprised to find the capability to build
with MinGW is broken in various ways now, because it doesn't get tested
anymore that I'm aware of. I gave up on that toolchain the minute the
newer Visual Studio alternative was available, and tossing out MinGW for

this purpose has been nothing but an improvement for me.

--
Greg Smith, 2ndQuadrant US greg(at)2ndQuadrant(dot)com Baltimore, MD
PostgreSQL Training, Services and Support www.2ndQuadrant.us

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message guti deng 2010-10-18 03:44:32 How to track error messages come from plpy.execute?
Previous Message Brent Wood 2010-10-18 03:14:24 Re: Selecting top N percent of records.