Hi All<br><br>Not sure if this is a list or a gmail problem as this message never showed up. If this is a double post please ignore.<br><br>Has anyone successfully built geos-2.2.0 on fedora core 5.<br><br>I get the following errors when running make.
<br><br>[root@nazgul geos-2.2.0]# make<br>Making all in source<br>make[1]: Entering directory `/usr/src/postgres/geos-2.2.0/source'<br>Making all in geom<br>make[2]: Entering directory `/usr/src/postgres/geos-2.2.0/source/geom'
<br>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.0"" -g -O2 -MT Coordinate.lo -MD -MP -MF
".deps/Coordinate.Tpo" -c -o Coordinate.lo Coordinate.cpp; \<br>then mv -f ".deps/Coordinate.Tpo" ".deps/Coordinate.Plo"; else rm -f ".deps/Coordinate.Tpo"; exit 1; fi<br>
mkdir .libs<br> g++
-DHAVE_CONFIG_H -I. -I. -I../../source/headers
-I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.2.0
-g -O2 -MT Coordinate.lo -MD -MP -MF .deps/Coordinate.Tpo -c
Coordinate.cpp -fPIC -DPIC -o .libs/Coordinate.o
<br>../../source/headers/geos/geom<div style="direction: ltr;">.h:361: error: extra qualification 'geos::Coordinate::' on member 'setNull'<br>../../source/headers/geos/geom.h:367: error: extra qualification 'geos::Coordinate::' on member 'getNull'
<br>
../../source/headers/geos/geom.h:371: error: extra qualification 'geos::Coordinate::' on member 'Coordinate'<br>../../source/headers/geos/geom.h:377: error: extra qualification 'geos::Coordinate::' on member 'Coordinate'
<br>
../../source/headers/geos/geom.h:384: error: extra qualification 'geos::Coordinate::' on member 'Coordinate'<br>../../source/headers/geos/geom.h:394: error: extra qualification 'geos::Coordinate::' on member 'Coordinate'
<br>
../../source/headers/geos/geom.h:400: error: extra qualification 'geos::Coordinate::' on member 'setCoordinate'<br>../../source/headers/geos/geom.h:406: error: extra qualification 'geos::Coordinate::' on member 'equals2D'
<br>../../source/headers/geos/geom.h:416: error: extra qualification 'geos::Coordinate::' on member 'compareTo'<br>../../source/headers/geos/geom.h:432: error: extra qualification 'geos::Coordinate::' on member 'equals3D'
<br>../../source/headers/geos/geom.h:436: error: extra qualification 'geos::Coordinate::' on member 'makePrecise'<br>../../source/headers/geos/geom.h:441: error: extra qualification 'geos::Coordinate::' on member 'distance'
<br>../../source/headers/geos/geom.h:447: error: extra qualification 'geos::Coordinate::' on member 'hashCode'<br>../../source/headers/geos/geom.h:459: error: extra qualification 'geos::Coordinate::' on member 'hashCode'
<br>
make[2]: *** [Coordinate.lo] Error 1<br>make[2]: Leaving directory `/usr/src/postgres/geos-2.2.0/source/geom'<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/usr/src/postgres/geos-2.2.0/source'<br>
make: *** [all-recursive] Error 1</div>