[postgis-devel] Re-organising the PostGIS codebase - to liblwgeom or not liblwgeom?

Mark Cave-Ayland mark.cave-ayland at siriusit.co.uk
Wed May 14 10:45:03 PDT 2008


Mark Cave-Ayland wrote:

> Excellent. I'll do the deed and see how we go...

All done. I've committed my alterations to SVN HEAD, and confirmed that a
fresh checkout builds (well, for me at least)...

If people would like to test, the steps are as follows:

	svn co http://svn.refractions.net/postgis/trunk
	./autogen.sh
	./configure
	(look at postgis_config.h and see if it looks correct)
	make install
	make check

And hopefully there should be just one minor fault in the geojson test.
I'll test this against older PostgreSQL versions later on this week to see
if it's just a regression against 8.3, unless someone else beats me to it.

Paul: if you feel like attacking some low-hanging fruit, have a look at
lwgeom/lwpostgis.sql.in.c as there are loads of complicated #defines for
PostgreSQL < 7.3 related to lack of schema support - all of these can now
be removed. I suspect you may have to manually 'rm
lwgeom/lwpostgis.sql.in' in order for make to pick up the changes at the
moment...


ATB,

Mark.

-- 
Mark Cave-Ayland
Sirius Corporation - The Open Source Experts
http://www.siriusit.co.uk
T: +44 870 608 0063





More information about the postgis-devel mailing list