[postgis-users] Compile errors with the latest SVN

Bruce Rindahl rindahl at lrcwe.com
Sat Sep 9 16:44:36 PDT 2006


I grabbed the latest SVN of PostGIS.  I ran configure under MINGW with no
errors.  I then ran make and received the following errors:
make -C lwgeom 
make[1]: Entering directory
`/home/Bruce/pgsql/contrib/postgis-svn/trunk/lwgeom'
gcc -DUSE_VERSION=82 -DPOSTGIS_LIB_VERSION='"1.1.4CVS"'
-DPOSTGIS_VERSION='"1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"'
-DPOSTGIS_SCRIPTS_VERSION='"1.1.4CVS"' -DPOSTGIS_BUILD_DATE='"2006-09-09
18:17:30"' -I/usr/local/include -DUSE_PROJ
-IC:/msys/1.0/local/pgsql/include/server
-IC:/msys/1.0/local/pgsql/include/server/port/win32 -DAUTOCACHE_BBOX=1
-DUSE_STATS -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS -I/usr/local/include
-c -o lwgeom_gist.o lwgeom_gist.c
lwgeom_gist.c:1: warning: -fPIC ignored for target (all code is position
independent)
lwgeom_gist.c:552:10: macro "gistentryinit" requires 7 arguments, but only 6
given
lwgeom_gist.c: In function `LWGEOM_gist_compress':
lwgeom_gist.c:545: error: `gistentryinit' undeclared (first use in this
function)
lwgeom_gist.c:545: error: (Each undeclared identifier is reported only once
lwgeom_gist.c:545: error: for each function it appears in.)
lwgeom_gist.c:562:38: macro "gistentryinit" requires 7 arguments, but only 6
given
make[1]: *** [lwgeom_gist.o] Error 1
make[1]: Leaving directory
`/home/Bruce/pgsql/contrib/postgis-svn/trunk/lwgeom'
make: *** [liblwgeom] Error 2

Are there any ideas on these errors?
Thanks
Bruce Rindahl





More information about the postgis-users mailing list