On Fri, Nov 03, 2006 at 07:46:37AM -0700, Michael Fuhr wrote:
> On Fri, Nov 03, 2006 at 09:12:06AM +0100, [EMAIL PROTECTED] wrote:
> > I'd tag rc2 today, unless anyone has pending issues.
> > Scream now or be quiet until rc3 or final :)
> 
> I had build problems on FreeBSD and Solaris a day or two ago but
> I've had little time to investigate or follow the other threads to
> see if there were known problems.  I'll grab the latest code from
> SVN right now and report what happens.

The GEOS build fails if I configure with --enable-python and/or
--enable-ruby; see the attached file for the errors.  Without either
option GEOS builds successfully and passes all regression tests on
FreeBSD 6.2-PRERELEASE i386.

-- 
Michael Fuhr
gmake[4]: Entering directory `[...]/swig/python'
if /usr/local/bin/bash ../../libtool --mode=compile --tag=CXX g++ 
-DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos  
-I/usr/local/include/python2.4 -I../../capi   -g -O2 -DGEOS_INLINE -Wall -ansi 
-pedantic -Wno-long-long -MT _geos_la-geos_wrap.lo -MD -MP -MF 
".deps/_geos_la-geos_wrap.Tpo" -c -o _geos_la-geos_wrap.lo `test -f 
'geos_wrap.cxx' || echo './'`geos_wrap.cxx; \
        then mv -f ".deps/_geos_la-geos_wrap.Tpo" 
".deps/_geos_la-geos_wrap.Plo"; else rm -f ".deps/_geos_la-geos_wrap.Tpo"; exit 
1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos 
-I/usr/local/include/python2.4 -I../../capi -g -O2 -DGEOS_INLINE -Wall -ansi 
-pedantic -Wno-long-long -MT _geos_la-geos_wrap.lo -MD -MP -MF 
.deps/_geos_la-geos_wrap.Tpo -c geos_wrap.cxx  -fPIC -DPIC -o 
.libs/_geos_la-geos_wrap.o
geos_wrap.cxx: In function `GeosCoordinateSequence* 
GeosPoint_getCoordSeq(GeosPoint*)':
geos_wrap.cxx:3413: error: invalid conversion from `const GEOSCoordSequence*' 
to `GEOSCoordSequence*'
geos_wrap.cxx: In function `GeosCoordinateSequence* 
GeosLineString_getCoordSeq(GeosLineString*)':
geos_wrap.cxx:3426: error: invalid conversion from `const GEOSCoordSequence*' 
to `GEOSCoordSequence*'
geos_wrap.cxx: In function `GeosCoordinateSequence* 
GeosLinearRing_getCoordSeq(GeosLinearRing*)':
geos_wrap.cxx:3439: error: invalid conversion from `const GEOSCoordSequence*' 
to `GEOSCoordSequence*'
geos_wrap.cxx: In function `GeosGeometry* 
GeosPolygon_getExteriorRing(GeosPolygon*)':
geos_wrap.cxx:3452: error: invalid conversion from `const GEOSGeometry*' to 
`GEOSGeometry*'
geos_wrap.cxx: In function `GeosGeometry* 
GeosPolygon_getInteriorRingN(GeosPolygon*, size_t)':
geos_wrap.cxx:3476: error: invalid conversion from `const GEOSGeometry*' to 
`GEOSGeometry*'
geos_wrap.cxx: In function `GeosGeometry* 
GeosGeometryCollection_getGeometryN(GeosGeometryCollection*, size_t)':
geos_wrap.cxx:3489: error: invalid conversion from `const GEOSGeometry*' to 
`GEOSGeometry*'
gmake[4]: *** [_geos_la-geos_wrap.lo] Error 1
_______________________________________________
geos-devel mailing list
geos-devel@geos.refractions.net
http://geos.refractions.net/mailman/listinfo/geos-devel

Reply via email to