[GENERAL] extensions: creation of .sql files

2010-11-22 Thread Turner, John J
This is what I did to get PGXS on Windows XP: - built pg 9.0 from source using MinGW/MSYS - also installed binary version of pg 9.0 - copied the PGXS tree from source into the corresponding path on the binary install Note: I had to use the binary install since the AV software

Re: [GENERAL] installing from source in Windows

2010-10-25 Thread Turner, John J
: Tuesday, October 19, 2010 12:23 AM To: Turner, John J Cc: List, Postgres Subject: Re: [GENERAL] installing from source in Windows On 19/10/10 11:58, Turner, John J wrote: I began to suspect my version of WinZip was lousing up the pg source files when it dropped files from a zlib.tar I was trying

Re: [GENERAL] installing from source in Windows

2010-10-18 Thread Turner, John J
-by-step.. Anyway, thought I'd throw that out there as a possible cause for a failed source build... Thanks, John -Original Message- From: Craig Ringer [mailto:cr...@postnewspapers.com.au] Sent: Monday, October 18, 2010 1:39 AM To: Turner, John J; List, Postgres Subject: Re: [GENERAL

Re: [GENERAL] installing from source in Windows

2010-10-18 Thread Turner, John J
for all the help! I'd be lost otherwise. Cheers, John -Original Message- From: Craig Ringer [mailto:cr...@postnewspapers.com.au] Sent: Monday, October 18, 2010 8:20 PM To: Turner, John J Cc: List, Postgres Subject: Re: [GENERAL] installing from source in Windows On 19/10/2010 5:58 AM

Re: [GENERAL] installing from source in Windows

2010-10-17 Thread Turner, John J
[mailto:cr...@postnewspapers.com.au] Sent: Saturday, October 16, 2010 9:28 PM To: Rob Sargent Cc: Turner, John J; pgsql-general@postgresql.org Subject: Re: [GENERAL] installing from source in Windows On 10/17/2010 12:25 AM, Rob Sargent wrote: No at all familiar with MinGW, but I've done some ./configures

Re: [GENERAL] installing from source in Windows

2010-10-17 Thread Turner, John J
Bad news: Now the install process bombs out when I attempt to make (it gets Error 1 and Error 2 and backs out of the /c/program files/postgresql-9.0.0/src directory) This is the full log of what happens when I run make: $ make make -C src all make[1]: Entering directory

Re: [GENERAL] installing from source in Windows

2010-10-17 Thread Turner, John J
, October 17, 2010 10:47 PM To: Turner, John J Cc: Craig Ringer; Rob Sargent; pgsql-general@postgresql.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

[GENERAL] installing from source in Windows

2010-10-16 Thread Turner, John J
I have MinGW installed and I've unpacked the pg 9.0 source files which now reside in the following path: * C:\Program Files\postgresql-9.0.0 In Chapter 15.5 of the 9.0 manual, the installation procedure basically begins by instructing me to run ./configure This command does not work. Much

Re: [GENERAL] Missing path in pg_config

2010-09-30 Thread Turner, John J
To: Dave Page Cc: Turner, John J; pgsql-general@postgresql.org Subject: Re: [GENERAL] Missing path in pg_config On Thu, Sep 30, 2010 at 00:55, Dave Page dp...@pgadmin.org wrote: On Wed, Sep 29, 2010 at 7:23 PM, Turner, John J jjtur...@statestreet.com wrote: Hello, I've installed the PostgreSQL

[GENERAL] Missing path in pg_config

2010-09-29 Thread Turner, John J
Hello, I've installed the PostgreSQL 9.0 binary package for Windows XP 32-bit and I'm trying to install the temporal extension module available in pg_Foundry. One problem I can see that I'm running into is that the path defined for PGXS in pg_config does not exist: PGXS = c:/program