[postgis-devel] [PostGIS] #1438: Running make on postgis r8710 results in an error

PostGIS trac at osgeo.org
Mon Jan 9 05:40:54 PST 2012


#1438: Running make on postgis r8710 results in an error
---------------------+------------------------------------------------------
 Reporter:  sindile  |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 ./configure --with-topology --with-gui --with-raster completes with no
 errors. running make results in an error.
 but ./configure --with-topology --with-gui  completes with no errors.
 running make also results in no error.

 Here is the output of the error message:

 for s in liblwgeom libpgcommon regress postgis loader utils raster
 topology; do \
                 echo "---- Making all in ${s}"; \
                 make -C ${s} all || exit 1; \
         done;
 ---- Making all in liblwgeom
 make[1]: Entering directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom'
 /bin/bash ../libtool --tag=CC --mode=link gcc -rpath /usr/local/lib
 stringbuffer.lo measures.lo measures3d.lo box2d.lo ptarray.lo
 lwgeom_api.lo lwgeom.lo lwpoint.lo lwline.lo lwpoly.lo lwtriangle.lo
 lwmpoint.lo lwmline.lo lwmpoly.lo lwcollection.lo lwcircstring.lo
 lwcompound.lo lwcurvepoly.lo lwmcurve.lo lwmsurface.lo lwpsurface.lo
 lwtin.lo lwout_wkb.lo lwin_wkb.lo lwout_wkt.lo lwin_wkt_parse.lo
 lwin_wkt_lex.lo lwin_wkt.lo lwutil.lo lwhomogenize.lo lwalgorithm.lo
 lwsegmentize.lo lwlinearreferencing.lo lwprint.lo vsprintf.lo g_box.lo
 g_serialized.lo g_util.lo lwgeodetic.lo lwtree.lo libtgeom.lo lwout_gml.lo
 lwout_kml.lo lwout_geojson.lo lwout_svg.lo lwout_x3d.lo lwgeom_geos.lo
 lwgeom_geos_clean.lo lwgeom_geos_node.lo lwgeom_geos_split.lo
 lwgeom_transform.lo lwspheroid.lo -release 2.0.0SVN -L/usr/local/lib
 -lgeos_c  -lproj -o liblwgeom.la
 libtool: link: rm -fr  .libs/liblwgeom-2.0.0SVN.so .libs/liblwgeom.a
 .libs/liblwgeom.la .libs/liblwgeom.lai .libs/liblwgeom.so
 libtool: link: gcc -shared  -fPIC -DPIC  .libs/stringbuffer.o
 .libs/measures.o .libs/measures3d.o .libs/box2d.o .libs/ptarray.o
 .libs/lwgeom_api.o .libs/lwgeom.o .libs/lwpoint.o .libs/lwline.o
 .libs/lwpoly.o .libs/lwtriangle.o .libs/lwmpoint.o .libs/lwmline.o
 .libs/lwmpoly.o .libs/lwcollection.o .libs/lwcircstring.o
 .libs/lwcompound.o .libs/lwcurvepoly.o .libs/lwmcurve.o .libs/lwmsurface.o
 .libs/lwpsurface.o .libs/lwtin.o .libs/lwout_wkb.o .libs/lwin_wkb.o
 .libs/lwout_wkt.o .libs/lwin_wkt_parse.o .libs/lwin_wkt_lex.o
 .libs/lwin_wkt.o .libs/lwutil.o .libs/lwhomogenize.o .libs/lwalgorithm.o
 .libs/lwsegmentize.o .libs/lwlinearreferencing.o .libs/lwprint.o
 .libs/vsprintf.o .libs/g_box.o .libs/g_serialized.o .libs/g_util.o
 .libs/lwgeodetic.o .libs/lwtree.o .libs/libtgeom.o .libs/lwout_gml.o
 .libs/lwout_kml.o .libs/lwout_geojson.o .libs/lwout_svg.o
 .libs/lwout_x3d.o .libs/lwgeom_geos.o .libs/lwgeom_geos_clean.o
 .libs/lwgeom_geos_node.o .libs/lwgeom_geos_split.o
 .libs/lwgeom_transform.o .libs/lwspheroid.o   -L/usr/local/lib
 /usr/local/lib/libgeos_c.so -lproj    -Wl,-soname
 -Wl,liblwgeom-2.0.0SVN.so -o .libs/liblwgeom-2.0.0SVN.so
 libtool: link: (cd ".libs" && rm -f "liblwgeom.so" && ln -s
 "liblwgeom-2.0.0SVN.so" "liblwgeom.so")
 libtool: link: ar cru .libs/liblwgeom.a  stringbuffer.o measures.o
 measures3d.o box2d.o ptarray.o lwgeom_api.o lwgeom.o lwpoint.o lwline.o
 lwpoly.o lwtriangle.o lwmpoint.o lwmline.o lwmpoly.o lwcollection.o
 lwcircstring.o lwcompound.o lwcurvepoly.o lwmcurve.o lwmsurface.o
 lwpsurface.o lwtin.o lwout_wkb.o lwin_wkb.o lwout_wkt.o lwin_wkt_parse.o
 lwin_wkt_lex.o lwin_wkt.o lwutil.o lwhomogenize.o lwalgorithm.o
 lwsegmentize.o lwlinearreferencing.o lwprint.o vsprintf.o g_box.o
 g_serialized.o g_util.o lwgeodetic.o lwtree.o libtgeom.o lwout_gml.o
 lwout_kml.o lwout_geojson.o lwout_svg.o lwout_x3d.o lwgeom_geos.o
 lwgeom_geos_clean.o lwgeom_geos_node.o lwgeom_geos_split.o
 lwgeom_transform.o lwspheroid.o
 libtool: link: ranlib .libs/liblwgeom.a
 libtool: link: ( cd ".libs" && rm -f "liblwgeom.la" && ln -s
 "../liblwgeom.la" "liblwgeom.la" )
 make[1]: Leaving directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom'
 ---- Making all in libpgcommon
 make[1]: Entering directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/libpgcommon'
 make[1]: Nothing to be done for `all'.
 make[1]: Leaving directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/libpgcommon'
 ---- Making all in regress
 make[1]: Entering directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/regress'
 make[1]: Nothing to be done for `all'.
 make[1]: Leaving directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/regress'
 ---- Making all in postgis
 make[1]: Entering directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/postgis'
 gcc -E -traditional-cpp -I../libpgcommon postgis.sql.in.c | grep -v '^#' >
 postgis.sql.in
 sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g' postgis.sql.in >postgis.sql
 '/usr/bin/perl' ../utils/create_undef.pl postgis.sql 91 >
 uninstall_postgis.sql
 cat postgis_drop_before.sql.in.c postgis.sql >
 postgis_upgrade_20_minor.sql.in
 '/usr/bin/perl' ../utils/postgis_proc_upgrade.pl
 postgis_upgrade_20_minor.sql.in 2.0 > postgis_upgrade_20_minor.sql
 gcc -E -traditional-cpp -I../libpgcommon legacy.sql.in.c | grep -v '^#' >
 legacy.sql.in
 sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g' legacy.sql.in >legacy.sql
 gcc -E -traditional-cpp -I../libpgcommon uninstall_legacy.sql.in.c | grep
 -v '^#' > uninstall_legacy.sql.in
 sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g' uninstall_legacy.sql.in
 >uninstall_legacy.sql
 gcc -E -traditional-cpp -I../libpgcommon
 legacy_compatibility_layer.sql.in.c | grep -v '^#' >
 legacy_compatibility_layer.sql.in
 sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g'
 legacy_compatibility_layer.sql.in >legacy_compatibility_layer.sql
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_debug.o lwgeom_debug.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 postgis_module.o postgis_module.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_accum.o lwgeom_accum.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_spheroid.o lwgeom_spheroid.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_ogc.o lwgeom_ogc.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_functions_analytic.o lwgeom_functions_analytic.c
 lwgeom_functions_analytic.c: In function ‘ptarray_grid’:
 lwgeom_functions_analytic.c:285:11: warning: variable ‘opn’ set but not
 used [-Wunused-but-set-variable]
 lwgeom_functions_analytic.c: In function ‘lwpoly_grid’:
 lwgeom_functions_analytic.c:361:9: warning: variable ‘minvisiblearea’ set
 but not used [-Wunused-but-set-variable]
 lwgeom_functions_analytic.c: In function ‘point_in_polygon’:
 lwgeom_functions_analytic.c:1246:14: warning: variable ‘ring’ set but not
 used [-Wunused-but-set-variable]
 lwgeom_functions_analytic.c: In function ‘point_in_multipolygon’:
 lwgeom_functions_analytic.c:1289:14: warning: variable ‘ring’ set but not
 used [-Wunused-but-set-variable]
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_inout.o lwgeom_inout.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_functions_basic.o lwgeom_functions_basic.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_btree.o lwgeom_btree.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_box.o lwgeom_box.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_box3d.o lwgeom_box3d.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_geos.o lwgeom_geos.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_geos_prepared.o lwgeom_geos_prepared.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_geos_clean.o lwgeom_geos_clean.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_geos_relatematch.o lwgeom_geos_relatematch.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_export.o lwgeom_export.c
 lwgeom_export.c: In function ‘LWGEOM_asX3D’:
 lwgeom_export.c:466:6: warning: variable ‘is_dims’ set but not used
 [-Wunused-but-set-variable]
 lwgeom_export.c:465:6: warning: variable ‘is_deegree’ set but not used
 [-Wunused-but-set-variable]
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_in_gml.o lwgeom_in_gml.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_in_kml.o lwgeom_in_kml.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_in_geojson.o lwgeom_in_geojson.c
 lwgeom_in_geojson.c:19:13: warning: ‘geojson_lwerror’ defined but not used
 [-Wunused-function]
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_triggers.o lwgeom_triggers.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_dump.o lwgeom_dump.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_functions_lrs.o lwgeom_functions_lrs.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 long_xact.o long_xact.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_sqlmm.o lwgeom_sqlmm.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_rtree.o lwgeom_rtree.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 lwgeom_transform.o lwgeom_transform.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 gserialized_typmod.o gserialized_typmod.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 gserialized_gist_2d.o gserialized_gist_2d.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 gserialized_gist_nd.o gserialized_gist_nd.c
 gserialized_gist_nd.c: In function ‘gserialized_gist_compress’:
 gserialized_gist_nd.c:531:17: warning: array subscript is above array
 bounds [-Warray-bounds]
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 geography_inout.o geography_inout.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 geography_btree.o geography_btree.c
 geography_btree.c: In function ‘geography_lt’:
 geography_btree.c:38:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:38:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c: In function ‘geography_le’:
 geography_btree.c:38:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:38:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c: In function ‘geography_gt’:
 geography_btree.c:38:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:38:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c: In function ‘geography_ge’:
 geography_btree.c:38:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:38:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c: In function ‘geography_eq’:
 geography_btree.c:38:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:38:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c: In function ‘geography_cmp’:
 geography_btree.c:38:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:38:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:39:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:9: warning: array subscript is above array bounds
 [-Warray-bounds]
 geography_btree.c:40:33: warning: array subscript is above array bounds
 [-Warray-bounds]
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 geography_estimate.o geography_estimate.c
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 geography_measurement.o geography_measurement.c
 geography_measurement.c: In function ‘geography_distance’:
 geography_measurement.c:53:9: warning: variable ‘tolerance’ set but not
 used [-Wunused-but-set-variable]
 geography_measurement.c: In function ‘geography_bestsrid’:
 geography_measurement.c:502:13: warning: variable ‘type2’ set but not used
 [-Wunused-but-set-variable]
 geography_measurement.c:502:6: warning: variable ‘type1’ set but not used
 [-Wunused-but-set-variable]
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I.
 -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal
 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o
 geometry_estimate.o geometry_estimate.c
 geometry_estimate.c: In function ‘estimate_selectivity’:
 geometry_estimate.c:399:20: warning: variable ‘box_area’ set but not used
 [-Wunused-but-set-variable]
 geometry_estimate.c: In function ‘compute_geometry_stats’:
 geometry_estimate.c:790:9: warning: variable ‘cell_area’ set but not used
 [-Wunused-but-set-variable]
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -shared -o postgis-2.0.so lwgeom_debug.o
 postgis_module.o lwgeom_accum.o lwgeom_spheroid.o lwgeom_ogc.o
 lwgeom_functions_analytic.o lwgeom_inout.o lwgeom_functions_basic.o
 lwgeom_btree.o lwgeom_box.o lwgeom_box3d.o lwgeom_geos.o
 lwgeom_geos_prepared.o lwgeom_geos_clean.o lwgeom_geos_relatematch.o
 lwgeom_export.o lwgeom_in_gml.o lwgeom_in_kml.o lwgeom_in_geojson.o
 lwgeom_triggers.o lwgeom_dump.o lwgeom_functions_lrs.o long_xact.o
 lwgeom_sqlmm.o lwgeom_rtree.o lwgeom_transform.o gserialized_typmod.o
 gserialized_gist_2d.o gserialized_gist_nd.o geography_inout.o
 geography_btree.o geography_estimate.o geography_measurement.o
 geometry_estimate.o  -L/usr/lib -Wl,-Bsymbolic-functions -Wl,--as-needed
 -Wl,--as-needed  -Wl,--as-needed  ../liblwgeom/.libs/liblwgeom.a
 ../libpgcommon/libpgcommon.a  -L/usr/local/lib  -lgeos_c -lproj  -lxml2
 make[1]: Leaving directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/postgis'
 ---- Making all in loader
 make[1]: Entering directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/loader'
 gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes  -DUSE_NLS
 -DLOCALEDIR=\"/usr/share/locale\"   -c shp2pgsql-core.c
 /bin/bash ../libtool --mode=link gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-
 prototypes  -DUSE_NLS -DLOCALEDIR=\"/usr/share/locale\"   shpopen.o
 dbfopen.o getopt.o shp2pgsql-core.o shpcommon.o shp2pgsql-cli.o safileio.o
 ../liblwgeom/liblwgeom.la -o shp2pgsql  -lc
 libtool: link: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -DUSE_NLS
 -DLOCALEDIR=\"/usr/share/locale\" shpopen.o dbfopen.o getopt.o shp2pgsql-
 core.o shpcommon.o shp2pgsql-cli.o safileio.o -o .libs/shp2pgsql
 ../liblwgeom/.libs/liblwgeom.so -lc
 /bin/bash ../libtool --mode=link gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-
 prototypes  -DUSE_NLS -DLOCALEDIR=\"/usr/share/locale\"   shpopen.o
 dbfopen.o getopt.o pgsql2shp-core.o shpcommon.o pgsql2shp-cli.o safileio.o
 ../liblwgeom/liblwgeom.la -lc -L/usr/lib -lpq  -o pgsql2shp
 libtool: link: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -DUSE_NLS
 -DLOCALEDIR=\"/usr/share/locale\" shpopen.o dbfopen.o getopt.o pgsql2shp-
 core.o shpcommon.o pgsql2shp-cli.o safileio.o -o .libs/pgsql2shp
 ../liblwgeom/.libs/liblwgeom.so -lc -L/usr/lib -lpq
 /bin/bash ../libtool --mode=link gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-
 prototypes  -DUSE_NLS -DLOCALEDIR=\"/usr/share/locale\"    shpopen.o
 dbfopen.o shp2pgsql-core.o shpcommon.o shp2pgsql-gui.o getopt.o safileio.o
 pgsql2shp-core.o ../liblwgeom/liblwgeom.la -o shp2pgsql-gui -pthread
 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0
 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype
 -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
 -lc -L/usr/lib -lpq
 libtool: link: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -DUSE_NLS
 -DLOCALEDIR=\"/usr/share/locale\" shpopen.o dbfopen.o shp2pgsql-core.o
 shpcommon.o shp2pgsql-gui.o getopt.o safileio.o pgsql2shp-core.o -o .libs
 /shp2pgsql-gui -pthread  ../liblwgeom/.libs/liblwgeom.so -lgtk-x11-2.0
 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0
 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0
 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lc -L/usr/lib -lpq -pthread
 make[1]: Leaving directory `/home/sindile/dev/cpp/postgis-2.0.0SVN/loader'
 ---- Making all in utils
 make[1]: Entering directory `/home/sindile/dev/cpp/postgis-2.0.0SVN/utils'
 chmod +x postgis_restore.pl create_undef.pl postgis_proc_upgrade.pl
 profile_intersects.pl test_estimation.pl test_joinestimation.pl
 make[1]: Leaving directory `/home/sindile/dev/cpp/postgis-2.0.0SVN/utils'
 ---- Making all in raster
 make[1]: Entering directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/raster'
 make -C rt_core
 make[2]: Entering directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/raster/rt_core'
 make[2]: Nothing to be done for `all'.
 make[2]: Leaving directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/raster/rt_core'
 make -C rt_pg
 make[2]: Entering directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/raster/rt_pg'
 gcc -E -I../../postgis/ -I../../ -traditional-cpp rtpostgis.sql.in.c |
 grep -v '^#' > rtpostgis.sql.in
 sed 's,MODULE_PATHNAME,$libdir/rtpostgis-2.0,g' rtpostgis.sql.in
 >rtpostgis.sql
 gcc -E -I../../postgis/ -I../../ -traditional-cpp rtpostgis_drop.sql.in.c
 | grep -v '^#' > rtpostgis_drop.sql.in
 sed 's,MODULE_PATHNAME,$libdir/rtpostgis-2.0,g' rtpostgis_drop.sql.in
 >rtpostgis_drop.sql
 gcc -E -I../../postgis/ -I../../ -traditional-cpp
 rtpostgis_upgrade_cleanup.sql.in.c | grep -v '^#' >
 rtpostgis_upgrade_cleanup.sql.in
 sed 's,MODULE_PATHNAME,$libdir/rtpostgis-2.0,g'
 rtpostgis_upgrade_cleanup.sql.in >rtpostgis_upgrade_cleanup.sql
 sed -e '/^\(CREATE\|ALTER\)
 \(CAST\|OPERATOR\|TYPE\|TABLE\|SCHEMA\|DOMAIN\|TRIGGER\).*;/d' \
                  -e '/^\(CREATE\|ALTER\)
 \(CAST\|OPERATOR\|TYPE\|TABLE\|SCHEMA\|DOMAIN\|TRIGGER\)/,/\;/d' \
                  rtpostgis.sql > rtpostgis_upgrade.sql
 cat rtpostgis_drop.sql rtpostgis_upgrade_cleanup.sql rtpostgis_upgrade.sql
 > rtpostgis_upgrade_20_minor.sql
 '/usr/bin/perl' ../../utils/create_undef.pl rtpostgis.sql 91 >
 uninstall_rtpostgis.sql
 gcc -E -I../../postgis/ -I../../ -traditional-cpp
 rtpostgis_legacy.sql.in.c | grep -v '^#' > rtpostgis_legacy.sql.in
 sed 's,MODULE_PATHNAME,$libdir/rtpostgis-2.0,g' rtpostgis_legacy.sql.in
 >rtpostgis_legacy.sql
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -I/usr/local/include
 -I/usr/include/libxml2 -I/home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom
 -I/usr/include/gdal -I/home/sindile/dev/cpp/postgis-2.0.0SVN/libpgcommon
 -I../rt_core -I. -I. -I/usr/include/postgresql/9.1/server
 -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2
 -I/usr/include/tcl8.5  -c -o rt_pg.o rt_pg.c
 rt_pg.c: In function ‘RASTER_band’:
 rt_pg.c:3402:7: warning: variable ‘lbs’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:3401:7: warning: variable ‘dims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:3400:6: warning: variable ‘ndims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c: In function ‘RASTER_histogram’:
 rt_pg.c:3957:8: warning: variable ‘lbs’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:3956:8: warning: variable ‘dims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:3955:7: warning: variable ‘ndims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c: In function ‘RASTER_histogramCoverage’:
 rt_pg.c:4255:8: warning: variable ‘lbs’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:4254:8: warning: variable ‘dims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:4253:7: warning: variable ‘ndims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c: In function ‘RASTER_quantile’:
 rt_pg.c:4770:8: warning: variable ‘lbs’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:4769:8: warning: variable ‘dims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:4768:7: warning: variable ‘ndims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c: In function ‘RASTER_quantileCoverage’:
 rt_pg.c:5044:8: warning: variable ‘lbs’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:5043:8: warning: variable ‘dims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:5042:7: warning: variable ‘ndims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c: In function ‘RASTER_valueCount’:
 rt_pg.c:5455:8: warning: variable ‘lbs’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:5454:8: warning: variable ‘dims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:5453:7: warning: variable ‘ndims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c: In function ‘RASTER_valueCountCoverage’:
 rt_pg.c:5693:8: warning: variable ‘lbs’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:5692:8: warning: variable ‘dims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:5691:7: warning: variable ‘ndims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c: In function ‘RASTER_reclass’:
 rt_pg.c:6093:7: warning: variable ‘lbs’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:6092:7: warning: variable ‘dims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:6091:6: warning: variable ‘ndims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c: In function ‘RASTER_asGDALRaster’:
 rt_pg.c:6596:7: warning: variable ‘lbs’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:6595:7: warning: variable ‘dims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:6594:6: warning: variable ‘ndims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c: In function ‘RASTER_asRaster’:
 rt_pg.c:6902:7: warning: variable ‘lbs’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:6901:7: warning: variable ‘dims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:6900:6: warning: variable ‘ndims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c: In function ‘RASTER_bandmetadata’:
 rt_pg.c:7841:8: warning: variable ‘lbs’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:7840:8: warning: variable ‘dims’ set but not used [-Wunused-but-
 set-variable]
 rt_pg.c:7839:7: warning: variable ‘ndims’ set but not used [-Wunused-but-
 set-variable]
 gcc -g -O2 -fPIC -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
 -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-
 strict-aliasing -fwrapv -g -fpic -shared -o rtpostgis-2.0.so rt_pg.o
 -L/usr/lib -Wl,-Bsymbolic-functions -Wl,--as-needed -Wl,--as-needed  -Wl
 ,--as-needed  ../rt_core/librtcore.a
 /home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom/.libs/liblwgeom.a
 /home/sindile/dev/cpp/postgis-2.0.0SVN/libpgcommon/libpgcommon.a
 -L/usr/lib -lgdal1.8.0  -L/usr/local/lib  -lgeos_c -lproj  -lxml2
 make[2]: Leaving directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/raster/rt_pg'
 make -C loader
 make[2]: Entering directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/raster/loader'
 /bin/bash ../../libtool --mode=link gcc -g -O2  -fPIC -DPIC  -Wall
 -Wmissing-prototypes -I../rt_core
 -I/home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom  -I/usr/include/gdal
 -I/usr/local/include raster2pgsql.o ../rt_core/librtcore.a
 ../rt_core/librtcore.a
 /home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom/.libs/liblwgeom.a
 -L/usr/lib -lgdal1.8.0 -L/usr/local/lib -lgeos_c -lm -o raster2pgsql
 libtool: link: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes
 -I../rt_core -I/home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom
 -I/usr/include/gdal -I/usr/local/include raster2pgsql.o -o raster2pgsql
 ../rt_core/librtcore.a
 /home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom/.libs/liblwgeom.a
 -L/usr/lib -lgdal1.8.0 -L/usr/local/lib -lgeos_c -lm
 /home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom/.libs/liblwgeom.a(lwgeom_geos.o):
 In function `LWGEOM2GEOS':
 /home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom/lwgeom_geos.c:319:
 undefined reference to `GEOSGeom_createEmptyPolygon'
 /home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom/.libs/liblwgeom.a(lwgeom_geos.o):
 In function `lwgeom_snap':
 /home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom/lwgeom_geos.c:959:
 undefined reference to `GEOSSnap'
 /home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom/.libs/liblwgeom.a(lwgeom_geos.o):
 In function `lwgeom_sharedpaths':
 /home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom/lwgeom_geos.c:1022:
 undefined reference to `GEOSSharedPaths'
 /home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom/.libs/liblwgeom.a(lwgeom_geos.o):
 In function `lwgeom_offsetcurve':
 /home/sindile/dev/cpp/postgis-2.0.0SVN/liblwgeom/lwgeom_geos.c:1071:
 undefined reference to `GEOSOffsetCurve'
 collect2: ld returned 1 exit status
 make[2]: *** [raster2pgsql] Error 1
 make[2]: Leaving directory
 `/home/sindile/dev/cpp/postgis-2.0.0SVN/raster/loader'
 make[1]: *** [rtloader] Error 2
 make[1]: Leaving directory `/home/sindile/dev/cpp/postgis-2.0.0SVN/raster'
 make: *** [all] Error 1

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1438>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list