extensions: creation of .sql files

From: "Turner, John J" <JJTurner(at)statestreet(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: extensions: creation of .sql files
Date: 2010-11-22 16:31:59
Message-ID: C150472B41070648A2935266FE8D7B290CFD95B9@INCG2002B.corp.statestr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 on my
computer didn't allow me to start the server from the source build

To install the extension:
- I ran a "make install" for the unpacked tarball

Problem:
After listing a host of errors from the "period.c" file (new data type
extension), the last line was "make: *** [period.o] Error 1"
It still created a "period.sql" file, but apparently not a functional
one since a subsequent "\i period.sql" command failed...

Any thoughts as to how to diagnose or what could be going wrong?

Thanks,
John

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2010-11-22 18:17:42 Table name with umlauts
Previous Message Vick Khera 2010-11-22 14:51:03 Re: Cancel a query.