[postgis-devel] Is postgis 1.5.4 supported on pg 9.2?
Stephen Woodbridge
woodbri at swoodbridge.com
Mon Jun 10 07:05:45 PDT 2013
Hi all,
Is PostGIS 1.5.4 supported on pg 9.2? I need to do some pgrouting
testing for some 1.5 issues but I only have pg 9.2 installed locally.
Is there a patch for this or do I need to find another system with pg
9.1 or something else?
Thanks,
-Steve
When I try to build I get the following error:
gcc -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall
-Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
-Wendif-labels -Wmissing-format-attribute -Wformat-security
-fno-strict-aliasing -fwrapv -g -fpic -I/usr/local/include
-I/usr/include/libxml2 -I../liblwgeom -I. -I.
-I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal
-D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o
lwgeom_estimate.o lwgeom_estimate.c
lwgeom_estimate.c: In function âLWGEOM_gist_joinselâ:
lwgeom_estimate.c:318: error: âForm_pg_classâ undeclared (first use in
this function)
lwgeom_estimate.c:318: error: (Each undeclared identifier is reported
only once
lwgeom_estimate.c:318: error: for each function it appears in.)
lwgeom_estimate.c:318: error: expected â;â before âreltupâ
lwgeom_estimate.c:319: error: âreltupâ undeclared (first use in this
function)
lwgeom_estimate.c:330: error: expected â;â before âreltupâ
make[1]: *** [lwgeom_estimate.o] Error 1
make[1]: Leaving directory `/u/software/postgis-1.5.4/postgis'
make: *** [postgis] Error 2
More information about the postgis-devel
mailing list