[postgis-users] postgis support for 7.4 betas
Jeff Hoffmann
jeff at propertykey.com
Thu Sep 25 13:08:56 PDT 2003
Is there any version of PostGIS that supports PostgreSQL 7.4? I tried
to compile version 0.7.5 against beta3, but it gave me the following
error compiling postgis_estimate.c:
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -g
-I/usr/local/include -I. -I../../src/include -DFRONTEND
-DSYSCONFDIR='"/usr/local/pgsql/etc"' -DUSE_PROJ -DUSE_VERSION=73
-DUSE_STATS -c -o postgis_estimate.o postgis_estimate.c
postgis_estimate.c: In function `get_restriction_var':
postgis_estimate.c:543: warning: assignment from incompatible pointer type
postgis_estimate.c:545: warning: assignment from incompatible pointer type
postgis_estimate.c: In function `genericcostestimate2':
postgis_estimate.c:752: structure has no member named `elem'
postgis_estimate.c:752: too few arguments to function
`clauselist_selectivity'
postgis_estimate.c:810: warning: passing arg 1 of `cost_qual_eval' from
incompatible pointer type
postgis_estimate.c:810: too few arguments to function `cost_qual_eval'
postgis_estimate.c:810: void value not ignored as it ought to be
make: *** [postgis_estimate.o] Error 1
I would assume this means some of the functions changed from 7.3 to 7.4.
--
Jeff Hoffmann
PropertyKey.com
More information about the postgis-users
mailing list