Hi All<br><br>I wont confess to being a developer so hopefully there is someone on the list who can help.<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=&quot;&quot;2.2.0&quot;&quot;&nbsp;&nbsp;&nbsp; -g -O2 -MT Coordinate.lo
 -MD -MP -MF &quot;.deps/Coordinate.Tpo&quot; -c -o Coordinate.lo Coordinate.cpp; \<br>then mv -f &quot;.deps/Coordinate.Tpo&quot; &quot;.deps/Coordinate.Plo&quot;; else rm -f &quot;.deps/Coordinate.Tpo&quot;; exit 1; fi<br>
mkdir .libs<br>&nbsp;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&nbsp; -fPIC -DPIC -o .libs/Coordinate.o
<br>../../source/headers/geos/geom.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<br><br>