[postgis-devel] Bringing PgRouting into PostGIS

strk strk at keybit.net
Mon Sep 13 07:19:20 PDT 2010


On Mon, Sep 13, 2010 at 02:05:14PM +0100, Mark Cave-Ayland wrote:

> Eh? We've haven't had any complaints about the PGXS build system for a 
> very long time.

$ touch liblwgeom/lwpoint.c && make 2>&1 | grep -B1 'Leaving .*trunk/postgis'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/src/postgis/trunk/postgis'


READ: whatever you touch in liblwgeom won't trigger a relink
      of libpostgis DLL (the one postgresql will load)

This means you'll always need to explicitly make clean in postgis/
subdir for doing proper testing. 
A common effect of this are segfaults on 'make check' after an
svn update.

Never happened to you ?


--strk;

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html



More information about the postgis-devel mailing list