Hello

I am using GDAL-1.11.1 and have built it to use GEOS successfully on Linux. I need to build the same on Windows and am using Mingw32. No problem with GDAL but am running into an issue building GEOS on Windows using Mingw. I have searched the GEOS site but cannot find a solution. The GEOS build failure is as follows;

   Making all in locate
   make[4]: Entering directory
   `/cygdrive/c/build/geos/geos-3.5.0/src/algorithm/locate'
   .deps/IndexedPointInAreaLocator.Plo:1: *** multiple target
   patterns.  Stop.
   make[4]: Leaving directory
   `/cygdrive/c/build/geos/geos-3.5.0/src/algorithm/locate'
   Makefile:556: recipe for target `all-recursive' failed
   make[3]: *** [all-recursive] Error 1
   make[3]: Leaving directory
   `/cygdrive/c/build/geos/geos-3.5.0/src/algorithm'
   Makefile:595: recipe for target `all-recursive' failed
   make[2]: *** [all-recursive] Error 1
   make[2]: Leaving directory `/cygdrive/c/build/geos/geos-3.5.0/src'
   Makefile:469: recipe for target `all-recursive' failed
   make[1]: *** [all-recursive] Error 1
   make[1]: Leaving directory `/cygdrive/c/build/geos/geos-3.5.0'
   Makefile:416: recipe for target `all' failed
   make: *** [all] Error 2

I have tried both mingw32-make and (cygwin's) make, and still cannot get a clean build.

The arguments I am specifying to configure are;

   sh configure --build=mingw32 --enable-static=no -enable-shared=yes
   --disable-inline


Any suggestions (aside from not using Windows) are greatly appreciated.

- Kelly


_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to