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] 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

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

2023-03-30 Thread Andrew Patterson
Hello! We've been using a custom CMakeLists.txt for years to build a subset of GDAL for Android but I'm attempting to move us to building it properly. Unfortunately, we can't move to 3.5+ quite yet (I'm hoping soon) so I'm stuck with autoconf. I was happily surprised at how quickly I passed throug