[gdal-dev] Compiling ECW 3.3 on MacOSX

2018-01-03 Thread Jeremy Palmer
I'm trying to compile ECW support for GDAL using the older 3.3 SDK for MacOSX 10.13. I downloaded the source for libecwj2-3.3-2006-09-06.zip and applied the cumulative patch : ​ https://trac.osgeo.org/gdal/attachment/wiki/ECW/libecwj2-3.3.patch. I then ran the following standard build commands: ./

[gdal-dev] CPLJSONDocument

2018-01-03 Thread Dmitry Baryshnikov
Hi everybody, Happy new year and lot of success in 2018! I would like to discuss my pull request https://github.com/OSGeo/gdal/pull/282 I created a thin wrapper around the json-c library which wide using in GDAL. This is C++ interface which hides C memory management and provides nice API. T

Re: [gdal-dev] r41166 broke the android build by using std::to_string

2018-01-03 Thread Even Rouault
On mercredi 3 janvier 2018 14:07:46 CET Alan Thomas wrote: > Sorry about this! I knew it was only a matter of time before I would > break the build. > > In r41170 I have got rid of std::to_string for now. It's easy enough > to replace it with CPLString().Printf(...). I had already encountered thi