On lundi 27 novembre 2017 18:52:26 CET Ari Jolma wrote:
> My PR https://github.com/OSGeo/gdal/pull/265 currently fails on MinGW
> cross compilation and on Windows (AppVeyor) while running a test
> involving gdal.Translate (python code). The error is "ValueError:
> Received a NULL pointer." which is
On 27.11.2017 17:52, Ari Jolma wrote:
My PR https://github.com/OSGeo/gdal/pull/265 currently fails on MinGW
cross compilation and on Windows (AppVeyor) while running a test
involving gdal.Translate (python code). The error is "ValueError:
Received a NULL pointer." which is from the Swig bindin
My PR https://github.com/OSGeo/gdal/pull/265 currently fails on MinGW
cross compilation and on Windows (AppVeyor) while running a test
involving gdal.Translate (python code). The error is "ValueError:
Received a NULL pointer." which is from the Swig bindings.
How could I study the issue on my