<!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">
My changes won't build against the GEOS 3.0.0 branch.  use the trunk
instead.<br>
<br>
I'm open to suggestions as to how to get the GEOS version information
into lwpostgis.sql.in.<br>
<br>
cheers<br>
b<br>
<br>
Mark Cave-Ayland wrote:
<blockquote cite="mid:1200941178.5545.31.camel@mca-desktop" type="cite">
  <pre wrap="">On Fri, 2008-01-18 at 09:26 -0800, Ben Jubb wrote:
 
  </pre>
  <blockquote type="cite">
    <pre wrap="">Mark,
thanks for the comments,

- I'll change the comment style.. 

- added the initGEOS() calls, oops..

- the size calculation: ill try your suggestion for getting
arg1_length.
    </pre>
  </blockquote>
  <pre wrap=""><!---->

Hi Ben,

I've just done a checkout of latest SVN, and unfortunately it seems
broken against the GEOS 3.0.0 branch :(

I managed to get around the compilation failures by removing the line
"#define PREPARED_GEOM 0", but regression tests fail because
lwpostgis.sql.in still references these functions, and hence it fails to
load into PostgreSQL.

So in order to support both newer and older versions of GEOS, there
needs to be some GEOS versioning directives around the new code in both
lwpostgis.sql.in and lwgeom_geos_c.c (rather than having to alter both
of these by hand).


ATB,

Mark.

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