<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Using WinXP SP3 and MingW.  Compiled and installed GEOS-3.1.0rc2. 
Compiled and installed PostgreSQL-8.3.5.<br>
I got the following errors when running configure  postGIS-1.1.0SVN:<br>
<br>
configure: error: the PGXS Makefile
c:/Postgresql/8.3/lib/pgxs/src/makefiles/pgxs.mk cannot be found.
Please install the PostgreSQL server development packages and re-run
configure.<br>
<br>
What did I miss?<br>
Thanks<br>
Bruce<br>
<br>
<br>
<br>
Paul Ramsey wrote:
<blockquote
 cite="mid:30fe546d0902030752v5fffd67u3a6b2e77ed0f6a70@mail.gmail.com"
 type="cite">
  <pre wrap="">Are you busy testing the new code? I hope you are!

Want a place in history? I'm looking for a few "testimonials" for the
final release announcement when 1.4 comes out, so compare your
production queries on Pg1.3/G3.0 with Pg1.4/G3.1 and report back on
how much faster things are.

P.

On Mon, Feb 2, 2009 at 10:40 AM, Paul Ramsey <a class="moz-txt-link-rfc2396E" href="mailto:pramsey@opengeo.org"><pramsey@opengeo.org></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">PostGIS users,

I've been blogging over the past several months about some big
performance improvements in PostGIS, prepared geometries
<a class="moz-txt-link-rfc2396E" href="http://blog.cleverelephant.ca/2008/10/postgis-performance-prepared-geometry.html"><http://blog.cleverelephant.ca/2008/10/postgis-performance-prepared-geometry.html></a>
and cascaded union
<a class="moz-txt-link-rfc2396E" href="http://blog.cleverelephant.ca/2009/01/must-faster-unions-in-postgis-14.html"><http://blog.cleverelephant.ca/2009/01/must-faster-unions-in-postgis-14.html></a>,
which have been brought over from JTS over the past year.

What both these features have in common is that they require GEOS 3.1.
 We have begun a Release Candidate series for GEOS, and now need
testing to ensure it is ready for full release.

In order to try these features, you will need.

- PostGIS SVN snap (aka 1.4):
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/download/postgis-1.4.0SVN.tar.gz">http://postgis.refractions.net/download/postgis-1.4.0SVN.tar.gz</a>
- GEOS 3.1RC2: <a class="moz-txt-link-freetext" href="http://download.osgeo.org/geos/geos-3.1.0rc2.tar.bz2">http://download.osgeo.org/geos/geos-3.1.0rc2.tar.bz2</a>

First compile and install GEOS, then PostGIS.

The functions that have been sped up include:

ST_Union(geometry) aggregate
ST_Intersects()
ST_Contains()
ST_Within()
ST_Covers()

Thanks,

Paul

    </pre>
  </blockquote>
  <pre wrap=""><!---->_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a>


  </pre>
</blockquote>
</body>
</html>