<FONT face="Default Sans Serif, Verdana, Arial, Helvetica, sans-serif" size=2><DIV><FONT size=2><P>I'm running a Postgresql "8.0.6-1PGDG" database on Redhat 9 and I'm trying to install geos (from cvs 3.0.0) for use with Postgis &amp; Postgresql. After the configure (see below) I did a make and this is the output (see under the configure part (sorry for the dutch text):</P><P>[root]# ./configure --enable-autoconf</P><P>checking for gcc... gcc</P><P>checking for C compiler default output file name... a.out</P><P>checking whether the C compiler works... yes</P><P>checking whether we are cross compiling... no</P><P>checking for suffix of executables...</P><P>checking for suffix of object files... o</P><P>checking whether we are using the GNU C compiler... yes</P><P>checking whether gcc accepts -g... yes</P><P>checking for gcc option to accept ANSI C... none needed</P><P>checking for g++... g++</P><P>checking whether we are using the GNU C++ compiler... yes</P><P>checking whether g++ accepts -g... yes</P><P>checking whether ln -s works... yes</P><P>checking for iconv_open in -liconv... no</P><P>checking for iconv_open in -lc... yes</P><P>checking how to run the C preprocessor... gcc -E</P><P>checking for egrep... grep -E</P><P>checking for ANSI C header files... yes</P><P>checking for sys/types.h... yes</P><P>checking for sys/stat.h... yes</P><P>checking for stdlib.h... yes</P><P>checking for string.h... yes</P><P>checking for memory.h... yes</P><P>checking for strings.h... yes</P><P>checking for inttypes.h... yes</P><P>checking for stdint.h... yes</P><P>checking for unistd.h... yes</P><P>checking iconv.h usability... yes</P><P>checking iconv.h presence... yes</P><P>checking for iconv.h... yes</P><P>checking build system type... i686-pc-linux-gnu</P><P>checking host system type... i686-pc-linux-gnu</P><P>checking for pg_config... /usr/bin/pg_config</P><P>checking for geos-config... /usr/bin/geos-config</P><P>checking for proj... /usr/local/bin/proj</P><P>checking for flex... /usr/bin/flex</P><P>checking for dllwrap... no</P><P>checking for dlltool... no</P><P>checking for yacc... /usr/bin/yacc</P><P>checking for perl... /usr/bin/perl</P><P>checking for xsltproc... /usr/bin/xsltproc</P><P>checking for pdfxmltex... /usr/bin/pdfxmltex</P><P>checking for jw... /usr/bin/jw</P><P>checking which template to use... linux</P><P>configure: creating ./config.status</P><P>config.status: creating Makefile.config</P><P>config.status: creating config.h</P><P></P><P>SUMMARY</P><P>-------------------------------------------------------</P><P></P><P>HOST_OS: linux-gnu</P><P></P><P>PGSQL: /usr/bin/pg_config</P><P>GEOS: /usr/bin/geos-config</P><P>PROJ: dir=/usr/local</P><P>ICONV: 1</P><P></P><P>PORTNAME: linux</P><P>PREFIX: /usr</P><P>EPREFIX: ${prefix}</P><P>DOC: /usr/share/doc/postgresql/contrib</P><P>DATA: /usr/share/pgsql/contrib</P><P>MAN: /usr/share/man</P><P>BIN: /usr/bin</P><P>EXT: /usr/lib/pgsql (\$$libdir)</P><P>-------------------------------------------------------</P><P>&nbsp;</P><FONT size=2><P>[root]# make</P><P>make -C lwgeom</P><P>make[1]: Binnengaan van map `/home/postgis/postgis-1.1.2/lwgeom'</P><P>sh ../geos_version.sh /usr &gt; postgis_geos_version.h</P><P>cpp -P -traditional-cpp -DUSE_VERSION=80 lwpostgis.sql.in | sed -e 's:@MODULE_FILENAME@:\$libdir/liblwgeom.so.1.1:g;s:@POSTGIS_VERSION@:1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1:g;s:@POSTGIS_SCRIPTS_VERSION@:1.1.2:g;s/@POSTGIS_BUILD_DATE@/2006-05-16 13:54:48/g' | grep -v '^#' &gt; ../lwpostgis.sql</P><P>cpp -P -traditional-cpp -DUSE_VERSION=80 lwpostgis.sql.in | sed -e 's:@MODULE_FILENAME@:/home/postgis/postgis-1.1.2/lwgeom/liblwgeom.so.1.1:g;s:@POSTGIS_VERSION@:1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1:g;s:@POSTGIS_SCRIPTS_VERSION@:1.1.2:g;s/@POSTGIS_BUILD_DATE@/2006-05-16 13:54:48/g' | grep -v '^#' &gt; ../regress/lwpostgis.sql</P><P>/usr/bin/perl ../utils/postgis_proc_upgrade.pl ../lwpostgis.sql &gt; ../lwpostgis_upgrade.sql</P><P>gcc -DUSE_VERSION=80 -DPOSTGIS_LIB_VERSION='"1.1.2"' -DPOSTGIS_VERSION='"1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"' -DPOSTGIS_SCRIPTS_VERSION='"1.1.2"' -DPOSTGIS_BUILD_DATE='"2006-05-16 13:54:48"' -I/usr/local/include -DUSE_PROJ -I/usr/include/pgsql/server -DAUTOCACHE_BBOX=1 -DUSE_STATS -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS -c -o measures.o measures.c</P><P>gcc -DUSE_VERSION=80 -DPOSTGIS_LIB_VERSION='"1.1.2"' -DPOSTGIS_VERSION='"1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"' -DPOSTGIS_SCRIPTS_VERSION='"1.1.2"' -DPOSTGIS_BUILD_DATE='"2006-05-16 13:54:48"' -I/usr/local/include -DUSE_PROJ -I/usr/include/pgsql/server -DAUTOCACHE_BBOX=1 -DUSE_STATS -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS -c -o box2d.o box2d.c</P><P>gcc -DUSE_VERSION=80 -DPOSTGIS_LIB_VERSION='"1.1.2"' -DPOSTGIS_VERSION='"1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"' -DPOSTGIS_SCRIPTS_VERSION='"1.1.2"' -DPOSTGIS_BUILD_DATE='"2006-05-16 13:54:48"' -I/usr/local/include -DUSE_PROJ -I/usr/include/pgsql/server -DAUTOCACHE_BBOX=1 -DUSE_STATS -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS -c -o ptarray.o ptarray.c</P><P>gcc -DUSE_VERSION=80 -DPOSTGIS_LIB_VERSION='"1.1.2"' -DPOSTGIS_VERSION='"1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"' -DPOSTGIS_SCRIPTS_VERSION='"1.1.2"' -DPOSTGIS_BUILD_DATE='"2006-05-16 13:54:48"' -I/usr/local/include -DUSE_PROJ -I/usr/include/pgsql/server -DAUTOCACHE_BBOX=1 -DUSE_STATS -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS -c -o lwgeom_api.o lwgeom_api.c</P><P>gcc -DUSE_VERSION=80 -DPOSTGIS_LIB_VERSION='"1.1.2"' -DPOSTGIS_VERSION='"1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"' -DPOSTGIS_SCRIPTS_VERSION='"1.1.2"' -DPOSTGIS_BUILD_DATE='"2006-05-16 13:54:48"' -I/usr/local/include -DUSE_PROJ -I/usr/include/pgsql/server -DAUTOCACHE_BBOX=1 -DUSE_STATS -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS -c -o lwgeom.o lwgeom.c</P><P>gcc -DUSE_VERSION=80 -DPOSTGIS_LIB_VERSION='"1.1.2"' -DPOSTGIS_VERSION='"1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"' -DPOSTGIS_SCRIPTS_VERSION='"1.1.2"' -DPOSTGIS_BUILD_DATE='"2006-05-16 13:54:48"' -I/usr/local/include -DUSE_PROJ -I/usr/include/pgsql/server -DAUTOCACHE_BBOX=1 -DUSE_STATS -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS -c -o lwpoint.o lwpoint.c</P><P>gcc -DUSE_VERSION=80 -DPOSTGIS_LIB_VERSION='"1.1.2"' -DPOSTGIS_VERSION='"1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"' -DPOSTGIS_SCRIPTS_VERSION='"1.1.2"' -DPOSTGIS_BUILD_DATE='"2006-05-16 13:54:48"' -I/usr/local/include -DUSE_PROJ -I/usr/include/pgsql/server -DAUTOCACHE_BBOX=1 -DUSE_STATS -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS -c -o lwline.o lwline.c</P><P>gcc -DUSE_VERSION=80 -DPOSTGIS_LIB_VERSION='"1.1.2"' -DPOSTGIS_VERSION='"1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"' -DPOSTGIS_SCRIPTS_VERSION='"1.1.2"' -DPOSTGIS_BUILD_DATE='"2006-05-16 13:54:48"' -I/usr/local/include -DUSE_PROJ -I/usr/include/pgsql/server -DAUTOCACHE_BBOX=1 -DUSE_STATS -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS -c -o lwpoly.o lwpoly.c</P><P>gcc -DUSE_VERSION=80 -DPOSTGIS_LIB_VERSION='"1.1.2"' -DPOSTGIS_VERSION='"1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"' -DPOSTGIS_SCRIPTS_VERSION='"1.1.2"' -DPOSTGIS_BUILD_DATE='"2006-05-16 13:54:48"' -I/usr/local/include -DUSE_PROJ -I/usr/include/pgsql/server -DAUTOCACHE_BBOX=1 -DUSE_STATS -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS -c -o lwmpoint.o lwmpoint.c</P><P>gcc -DUSE_VERSION=80 -DPOSTGIS_LIB_VERSION='"1.1.2"' -DPOSTGIS_VERSION='"1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"' -DPOSTGIS_SCRIPTS_VERSION='"1.1.2"' -DPOSTGIS_BUILD_DATE='"2006-05-16 13:54:48"' -I/usr/local/include -DUSE_PROJ -I/usr/include/pgsql/server -DAUTOCACHE_BBOX=1 -DUSE_STATS -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS -c -o lwmline.o lwmline.c</P><P>gcc -DUSE_VERSION=80 -DPOSTGIS_LIB_VERSION='"1.1.2"' -DPOSTGIS_VERSION='"1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"' -DPOSTGIS_SCRIPTS_VERSION='"1.1.2"' -DPOSTGIS_BUILD_DATE='"2006-05-16 13:54:48"' -I/usr/local/include -DUSE_PROJ -I/usr/include/pgsql/server -DAUTOCACHE_BBOX=1 -DUSE_STATS -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS -c -o lwmpoly.o lwmpoly.c</P><P>gcc -DUSE_VERSION=80 -DPOSTGIS_LIB_VERSION='"1.1.2"' -DPOSTGIS_VERSION='"1.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"' -DPOSTGIS_SCRIPTS_VERSION='"1.1.2"' -DPOSTGIS_BUILD_DATE='"2006-05-16 13:54:48"' -I/usr/local/include -DUSE_PROJ -I/usr/include/pgsql/server -DAUTOCACHE_BBOX=1 -DUSE_STATS -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS -c -o lwcollection.o lwcollection.c</P><P>g++ -I/usr/include -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS -c -o lwgeom_geos_wrapper.o lwgeom_geos_wrapper.cpp</P><P>lwgeom_geos_wrapper.cpp:11:23: fout: geos/geom.h: Onbekend bestand of map</P><P>lwgeom_geos_wrapper.cpp:12:23: fout: geos/util.h: Onbekend bestand of map</P><P>lwgeom_geos_wrapper.cpp:22: fout: â??geosâ?? is not a namespace-name</P><P>lwgeom_geos_wrapper.cpp:22: fout: expected namespace-name before â??;â?? token</P><P>lwgeom_geos_wrapper.cpp:98: let op: â??GEOSrelateâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:98: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:98: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:98: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:98: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:98: fout: initializer expression list treated as compound expression</P><P>lwgeom_geos_wrapper.cpp:102: let op: â??GEOSSetSRIDâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:102: fout: variable or field â??GEOSSetSRIDâ?? declared void</P><P>lwgeom_geos_wrapper.cpp:102: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:102: fout: â??gâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:102: fout: expected primary-expression before â??intâ??</P><P>lwgeom_geos_wrapper.cpp:102: fout: initializer expression list treated as compound expression</P><P>lwgeom_geos_wrapper.cpp:104: let op: â??GEOSdeleteGeometryâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:104: fout: variable or field â??GEOSdeleteGeometryâ?? declared void</P><P>lwgeom_geos_wrapper.cpp:104: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:104: fout: â??aâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:105: let op: â??GEOSrelatePatternâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:105: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:105: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:105: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:105: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:105: fout: expected primary-expression before â??charâ??</P><P>lwgeom_geos_wrapper.cpp:105: fout: initializer expression list treated as compound expression</P><P>lwgeom_geos_wrapper.cpp:106: let op: â??GEOSrelateDisjointâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:106: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:106: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:106: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:106: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:106: fout: initializer expression list treated as compound expression</P><P>lwgeom_geos_wrapper.cpp:107: let op: â??GEOSrelateTouchesâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:107: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:107: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:107: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:107: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:107: fout: initializer expression list treated as compound expression</P><P>lwgeom_geos_wrapper.cpp:108: let op: â??GEOSrelateIntersectsâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:108: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:108: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:108: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:108: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:108: fout: initializer expression list treated as compound expression</P><P>lwgeom_geos_wrapper.cpp:109: let op: â??GEOSrelateCrossesâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:109: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:109: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:109: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:109: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:109: fout: initializer expression list treated as compound expression</P><P>lwgeom_geos_wrapper.cpp:110: let op: â??GEOSrelateWithinâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:110: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:110: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:110: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:110: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:110: fout: initializer expression list treated as compound expression</P><P>lwgeom_geos_wrapper.cpp:111: let op: â??GEOSrelateContainsâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:111: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:111: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:111: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:111: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:111: fout: initializer expression list treated as compound expression</P><P>lwgeom_geos_wrapper.cpp:112: let op: â??GEOSrelateOverlapsâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:112: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:112: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:112: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:112: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:112: fout: initializer expression list treated as compound expression</P><P>lwgeom_geos_wrapper.cpp:113: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:114: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:118: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:119: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:120: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:121: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:122: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:124: let op: â??GEOSisvalidâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:124: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:124: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:127: let op: â??GEOSasTextâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:127: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:127: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:128: let op: â??GEOSisEmptyâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:128: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:128: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:129: let op: â??GEOSGeometryTypeâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:129: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:129: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:130: let op: â??GEOSGeometryTypeIdâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:130: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:130: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:133: let op: â??throw_exceptionâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:133: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:133: fout: â??gâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:135: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:136: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:137: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:138: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:139: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:140: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:141: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:144: let op: â??GEOSGetCoordinateâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:144: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:144: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:145: let op: â??GEOSGetCoordinates_Polygonâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:145: fout: â??Polygonâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:145: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:146: let op: â??GEOSGetCoordinatesâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:146: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:146: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:147: let op: â??GEOSGetNumCoordinateâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:147: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:147: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:148: fout: expected initializer before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:149: fout: expected initializer before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:150: fout: expected initializer before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:151: let op: â??GEOSGetNumInteriorRingsâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:151: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:151: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:152: let op: â??GEOSGetSRIDâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:152: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:152: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:153: let op: â??GEOSGetNumGeometriesâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:153: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:153: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:155: let op: â??GEOSisSimpleâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:155: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:155: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:156: let op: â??GEOSequalsâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:156: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:156: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:156: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:156: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:156: fout: initializer expression list treated as compound expression</P><P>lwgeom_geos_wrapper.cpp:157: let op: â??GEOSisRingâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:157: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:157: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:158: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:159: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:161: let op: â??GEOSHasZâ?? krijgt beginwaarde en is als â??externâ?? gedeclareerd</P><P>lwgeom_geos_wrapper.cpp:161: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:161: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:167: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:169: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:177: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp: In function â??void initGEOS(int)â??:</P><P>lwgeom_geos_wrapper.cpp:182: fout: â??geomFactoryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:184: fout: expected type-specifier before â??GeometryFactoryâ??</P><P>lwgeom_geos_wrapper.cpp:184: fout: expected `;' before â??GeometryFactoryâ??</P><P>lwgeom_geos_wrapper.cpp: At global scope:</P><P>lwgeom_geos_wrapper.cpp:195: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:233: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:286: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:368: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:521: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:558: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:595: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:632: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:698: fout: redefinition of â??char GEOSrelateDisjointâ??</P><P>lwgeom_geos_wrapper.cpp:106: fout: â??char GEOSrelateDisjointâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:698: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:698: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:698: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:698: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:717: fout: redefinition of â??char GEOSrelateTouchesâ??</P><P>lwgeom_geos_wrapper.cpp:107: fout: â??char GEOSrelateTouchesâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:717: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:717: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:717: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:717: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:737: fout: redefinition of â??char GEOSrelateIntersectsâ??</P><P>lwgeom_geos_wrapper.cpp:108: fout: â??char GEOSrelateIntersectsâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:737: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:737: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:737: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:737: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:757: fout: redefinition of â??char GEOSrelateCrossesâ??</P><P>lwgeom_geos_wrapper.cpp:109: fout: â??char GEOSrelateCrossesâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:757: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:757: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:757: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:757: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:777: fout: redefinition of â??char GEOSrelateWithinâ??</P><P>lwgeom_geos_wrapper.cpp:110: fout: â??char GEOSrelateWithinâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:777: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:777: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:777: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:777: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:801: fout: redefinition of â??char GEOSrelateContainsâ??</P><P>lwgeom_geos_wrapper.cpp:111: fout: â??char GEOSrelateContainsâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:801: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:801: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:801: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:801: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:821: fout: redefinition of â??char GEOSrelateOverlapsâ??</P><P>lwgeom_geos_wrapper.cpp:112: fout: â??char GEOSrelateOverlapsâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:821: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:821: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:821: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:821: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:846: fout: redefinition of â??char GEOSrelatePatternâ??</P><P>lwgeom_geos_wrapper.cpp:105: fout: â??char GEOSrelatePatternâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:846: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:846: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:846: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:846: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:846: fout: expected primary-expression before â??charâ??</P><P>lwgeom_geos_wrapper.cpp:867: fout: redefinition of â??char* GEOSrelateâ??</P><P>lwgeom_geos_wrapper.cpp:98: fout: â??char* GEOSrelateâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:867: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:867: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:867: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:867: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:906: fout: redefinition of â??char GEOSisvalidâ??</P><P>lwgeom_geos_wrapper.cpp:124: fout: â??char GEOSisvalidâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:906: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:906: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:947: fout: redefinition of â??char GEOSequalsâ??</P><P>lwgeom_geos_wrapper.cpp:156: fout: â??char GEOSequalsâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:947: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:947: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:947: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:947: fout: â??g2â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:969: fout: redefinition of â??char* GEOSasTextâ??</P><P>lwgeom_geos_wrapper.cpp:127: fout: â??char* GEOSasTextâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:969: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:969: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:994: fout: redefinition of â??char GEOSisEmptyâ??</P><P>lwgeom_geos_wrapper.cpp:128: fout: â??char GEOSisEmptyâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:994: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:994: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1013: fout: redefinition of â??char GEOSisSimpleâ??</P><P>lwgeom_geos_wrapper.cpp:155: fout: â??char GEOSisSimpleâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:1013: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1013: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1032: fout: redefinition of â??char GEOSisRingâ??</P><P>lwgeom_geos_wrapper.cpp:157: fout: â??char GEOSisRingâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:1032: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1032: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1054: fout: redefinition of â??char* GEOSGeometryTypeâ??</P><P>lwgeom_geos_wrapper.cpp:129: fout: â??char* GEOSGeometryTypeâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:1054: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1054: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1080: fout: redefinition of â??int GEOSGeometryTypeIdâ??</P><P>lwgeom_geos_wrapper.cpp:130: fout: â??int GEOSGeometryTypeIdâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:1080: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1080: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1128: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1148: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1169: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1189: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1209: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1229: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1249: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1269: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1300: fout: variable or field â??GEOSdeleteGeometryâ?? declared void</P><P>lwgeom_geos_wrapper.cpp:1300: fout: redefinition of â??int GEOSdeleteGeometryâ??</P><P>lwgeom_geos_wrapper.cpp:104: fout: â??int GEOSdeleteGeometryâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:1300: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1300: fout: â??aâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1319: fout: variable or field â??GEOSSetSRIDâ?? declared void</P><P>lwgeom_geos_wrapper.cpp:1319: fout: redefinition of â??int GEOSSetSRIDâ??</P><P>lwgeom_geos_wrapper.cpp:102: fout: â??int GEOSSetSRIDâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:1319: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1319: fout: â??gâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1319: fout: expected primary-expression before â??intâ??</P><P>lwgeom_geos_wrapper.cpp: In function â??void GEOSdeleteChar(char*)â??:</P><P>lwgeom_geos_wrapper.cpp:1329: fout: expected type-specifier before â??GEOSExceptionâ??</P><P>lwgeom_geos_wrapper.cpp:1329: fout: expected `)' before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1329: fout: expected `{' before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1329: fout: â??geâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1329: fout: expected `;' before â??)â?? token</P><P>lwgeom_geos_wrapper.cpp:1336: fout: expected primary-expression before â??catchâ??</P><P>lwgeom_geos_wrapper.cpp:1336: fout: expected `;' before â??catchâ??</P><P>lwgeom_geos_wrapper.cpp: At global scope:</P><P>lwgeom_geos_wrapper.cpp:1350: fout: redefinition of â??POINT3D* GEOSGetCoordinateâ??</P><P>lwgeom_geos_wrapper.cpp:144: fout: â??POINT3D* GEOSGetCoordinateâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:1350: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1350: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1378: fout: redefinition of â??POINT3D* GEOSGetCoordinatesâ??</P><P>lwgeom_geos_wrapper.cpp:146: fout: â??POINT3D* GEOSGetCoordinatesâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:1378: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1378: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1419: fout: redefinition of â??POINT3D* GEOSGetCoordinates_Polygonâ??</P><P>lwgeom_geos_wrapper.cpp:145: fout: â??POINT3D* GEOSGetCoordinates_Polygonâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:1419: fout: â??Polygonâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1419: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1482: fout: redefinition of â??int GEOSGetNumCoordinateâ??</P><P>lwgeom_geos_wrapper.cpp:147: fout: â??int GEOSGetNumCoordinateâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:1482: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1482: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1500: fout: redefinition of â??int GEOSGetNumInteriorRingsâ??</P><P>lwgeom_geos_wrapper.cpp:151: fout: â??int GEOSGetNumInteriorRingsâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:1500: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1500: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1521: fout: redefinition of â??int GEOSGetNumGeometriesâ??</P><P>lwgeom_geos_wrapper.cpp:153: fout: â??int GEOSGetNumGeometriesâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:1521: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1521: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1542: fout: expected initializer before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1563: fout: expected initializer before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1583: fout: expected initializer before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1602: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1714: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1719: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1727: fout: redefinition of â??int GEOSGetSRIDâ??</P><P>lwgeom_geos_wrapper.cpp:152: fout: â??int GEOSGetSRIDâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:1727: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1727: fout: â??g1â?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1779: fout: redefinition of â??bool GEOSHasZâ??</P><P>lwgeom_geos_wrapper.cpp:161: fout: â??bool GEOSHasZâ?? previously defined here</P><P>lwgeom_geos_wrapper.cpp:1779: fout: â??Geometryâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1779: fout: â??gâ?? was not declared in this scope</P><P>lwgeom_geos_wrapper.cpp:1794: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>lwgeom_geos_wrapper.cpp:1828: fout: expected constructor, destructor, or type conversion before â??*â?? token</P><P>make[1]: *** [lwgeom_geos_wrapper.o] Fout 1</P><P>make[1]: Weggaan uit map `/home/postgis/postgis-1.1.2/lwgeom'</P><P>make: *** [liblwgeom] Fout 2</P></FONT><P>&nbsp;</P><P>If I try to install the 2.2.1 version than i get this error:</P><P>[root]# make</P><P>Making all in source</P><P>make[1]: Binnengaan van map `/home/postgis/geos-2.2.1/source'</P><P>Making all in geom</P><P>make[2]: Binnengaan van map `/home/postgis/geos-2.2.1/source/geom'</P><P>if /bin/sh ../../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.2.1"" -g -O2 -MT Coordinate.lo -MD -MP -MF ".deps/Coordinate.Tpo" -c -o Coordinate.lo Coordinate.cpp; \</P><P>then mv -f ".deps/Coordinate.Tpo" ".deps/Coordinate.Plo"; else rm -f ".deps/Coordinate.Tpo"; exit 1; fi</P><P>g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.2.1 -g -O2 -MT Coordinate.lo -MD -MP -MF .deps/Coordinate.Tpo -c Coordinate.cpp -fPIC -DPIC -o .libs/Coordinate.o</P><P>../../source/headers/geos/geom.h:361: error: extra qualification 'geos::Coordinate::' on member 'setNull'</P><P>../../source/headers/geos/geom.h:367: error: extra qualification 'geos::Coordinate::' on member 'getNull'</P><P>../../source/headers/geos/geom.h:371: error: extra qualification 'geos::Coordinate::' on member 'Coordinate'</P><P>../../source/headers/geos/geom.h:377: error: extra qualification 'geos::Coordinate::' on member 'Coordinate'</P><P>../../source/headers/geos/geom.h:384: error: extra qualification 'geos::Coordinate::' on member 'Coordinate'</P><P>../../source/headers/geos/geom.h:394: error: extra qualification 'geos::Coordinate::' on member 'Coordinate'</P><P>../../source/headers/geos/geom.h:400: error: extra qualification 'geos::Coordinate::' on member 'setCoordinate'</P><P>../../source/headers/geos/geom.h:406: error: extra qualification 'geos::Coordinate::' on member 'equals2D'</P><P>../../source/headers/geos/geom.h:416: error: extra qualification 'geos::Coordinate::' on member 'compareTo'</P><P>../../source/headers/geos/geom.h:432: error: extra qualification 'geos::Coordinate::' on member 'equals3D'</P><P>../../source/headers/geos/geom.h:436: error: extra qualification 'geos::Coordinate::' on member 'makePrecise'</P><P>../../source/headers/geos/geom.h:441: error: extra qualification 'geos::Coordinate::' on member 'distance'</P><P>../../source/headers/geos/geom.h:447: error: extra qualification 'geos::Coordinate::' on member 'hashCode'</P><P>../../source/headers/geos/geom.h:459: error: extra qualification 'geos::Coordinate::' on member 'hashCode'</P><P>make[2]: *** [Coordinate.lo] Fout 1</P><P>make[2]: Weggaan uit map `/home/postgis/geos-2.2.1/source/geom'</P><P>make[1]: *** [all-recursive] Fout 1</P><P>make[1]: Weggaan uit map `/home/postgis/geos-2.2.1/source'</P><P>make: *** [all-recursive] Fout 1</P><P>I read on this mailing list that if i put some of the error in geom.h in comment that the errors could be solved but that I get problems with Coordinate.cpp on line 21 because it uses geom.h's Coordinate::Coordinate(double, double, double) function:</P><P>Coordinate.cpp:21: error: no matching function for call to 'geos::Coordinate::Coordinate(double, double, double)'</P><P>../../source/headers/geos/geom.h:344: note: candidates are: geos::Coordinate::Coordinate()</P><P>../../source/headers/geos/geom.h:344: note: geos::Coordinate::Coordinate(const geos::Coordinate&amp;)</P><P>Thx on advance,</P><P>Johan.</FONT><BR></P></DIV></FONT>