Hi, Charlie,

Charlie Savage wrote:
> Hmm, looks like something changed in a header file.  I'll take a look at
> see what's up.

That seems to be the problem that was discussed here the last days.

Due to the typedef, the header declarations were wrong. Accidentally,
there was declared a constant pointer to a Geometry, not a pointer to a
constant Geometry, in the C-API. See the archives for details.

Fixing this might break source compatibility for clients, but should
not break binary compatibility.

The same problem was triggered in capi/geostest.c and PostGIS.

HTH,
Markus

_______________________________________________
geos-devel mailing list
geos-devel@geos.refractions.net
http://geos.refractions.net/mailman/listinfo/geos-devel

Reply via email to