Re: [gdal-dev] Building GDAL with autoconf for Android on Windows

2023-04-01 Thread Andrew Patterson
My options are rather limited unfortunately. I'd love to bump our GDAL from 3.3.0 to 3.5.0+ to pick up the CMake, but I'm not able to do that right now. So I'm stuck building it for Android in Git bash with the pre-Cmake options. That said, in the end, I've given up on building it this way. I susp

Re: [gdal-dev] Report on GEOS maintenance grant

2023-04-01 Thread Sandro Santilli
On Mon, Feb 27, 2023 at 09:32:58AM -0500, Daniel Baston wrote: > > For anyone who’s interested, I wanted to share a few of the highlights from > my perspective. Great work Daniel, thanks to you and to the GDAL PSC for the opportunity ! --strk; Libre GIS consultant/developer https://strk.kb

Re: [gdal-dev] recent change?, issue with OGRGeometryFactory in R

2023-04-01 Thread Michael Sumner
ah, thanks so much - maybe I'm seeing partial build problems on one machine, but at any rate this gives me enough to explore and figure it out. Best, Mike On Sat, 1 Apr 2023, 21:03 Even Rouault, wrote: > Michael, > > There have indeed been recent changes in const correctness of a few > methods

Re: [gdal-dev] recent change?, issue with OGRGeometryFactory in R

2023-04-01 Thread Even Rouault
Michael, There have indeed been recent changes in const correctness of a few methods returning or accepting a OGRSpatialReference* (cf https://github.com/OSGeo/gdal/pull/7381), including OGRGeometryFactory::createmFromWkt(). This requires a rebuild of code depending on the GDAL C++ API, as t

Re: [gdal-dev] Building GDAL with autoconf for Android on Windows

2023-04-01 Thread Kai Pastor, DG0YT
git bash, quotes, make, this seems to add a lot of complication when you could directly run cmake+ninja for fast builds on windows. I think you shoudn't try to pass escaped quotes, but just quote the whole arguments as in  ... "-DINST_DATA=/c/prefix_path/shared" "-DSYSCONF_DIR=/c/prefix_path

Re: [gdal-dev] recent change?, issue with OGRGeometryFactory in R

2023-04-01 Thread Michael Sumner
Actually... this seems to be a problem on just one machine, I would have thought they are the same but fwiw this seems not to be a GDAL or R package problem. I'll check again carefully so probably ignore this, thanks! Cheers, Mike On Sat, 1 Apr 2023, 16:24 Michael Sumner, wrote: > Hi, > > I'm