I'm unable to duplicate this on OS/X at r2396. Anyone else able to duplicate?
P On Mon, Apr 20, 2009 at 8:33 AM, Kralidis,Tom [Ontario] <[email protected]> wrote: > > On fc10, using svn trunk: > > $ ./autogen.sh && ./configure --enable-python=yes && make > > ...gives me: > > ar cru .libs/liblocation.a .libs/IndexedPointInAreaLocator.o > .libs/PointOnGeometryLocator.o .libs/SimplePointInAreaLocator.o > ranlib .libs/liblocation.a > creating liblocation.la > (cd .libs && rm -f liblocation.la && ln -s ../liblocation.la > liblocation.la) > make[4]: Leaving directory > `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm/locate' > make[3]: Leaving directory > `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm/locate' > Making all in distance > make[3]: Entering directory > `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm/distance' > make[4]: Entering directory > `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm/distance' > /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H > -I. -I../../../source/headers -I../../../source/headers/geos > -I../../../source/headers -g -O2 -DGEOS_INLINE -MT > DiscreteHausdorffDistance.lo -MD -MP -MF > .deps/DiscreteHausdorffDistance.Tpo -c -o DiscreteHausdorffDistance.lo > DiscreteHausdorffDistance.cpp > mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I../../../source/headers > -I../../../source/headers/geos -I../../../source/headers -g -O2 > -DGEOS_INLINE -MT DiscreteHausdorffDistance.lo -MD -MP -MF > .deps/DiscreteHausdorffDistance.Tpo -c DiscreteHausdorffDistance.cpp > -fPIC -DPIC -o .libs/DiscreteHausdorffDistance.o > DiscreteHausdorffDistance.cpp:108: fatal error: opening dependency file > .deps/DiscreteHausdorffDistance.Tpo: Permission denied > compilation terminated. > make[4]: *** [DiscreteHausdorffDistance.lo] Error 1 > make[4]: Leaving directory > `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm/distance' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory > `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm/distance' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/tkralidi/foss4g/geos/trunk/geos/source' > make: *** [all-recursive] Error 1 > > Not sure if / how this relates to http://trac.osgeo.org/geos/ticket/248 > > ..Tom > _______________________________________________ > geos-devel mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/geos-devel > _______________________________________________ geos-devel mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/geos-devel
