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:
./
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
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