[postgis-devel] spatial_ref_sys.sql and wktparse in cvs 20060204
Jeremy Palmer
palmerj at xtra.co.nz
Sun Feb 5 19:08:11 PST 2006
Hi,
I think the spatial_ref_sys.sql file should have line 7540 changed to
"VACUUM ANALYZE spatial_ref_sys;" from of "VACUUM ANALYZE;"
Also I'm getting a compile error (gcc 4.0) from the latest cvs which seems
related to POSIX uint32_t typedef:
In file included from lwgeom_pg.c:8:
wktparse.h:26: error: conflicting types for 'int4'
/usr/include/pgsql/server/c.h:361: error: previous declaration of 'int4' was
here
make[1]: *** [lwgeom_pg.o] Error 1
make[1]: Leaving directory `/home/jpalmer/dev/postgis-cvs/lwgeom'
make: *** [liblwgeom] Error 2
Cheers
Jeremy
More information about the postgis-devel
mailing list