Re: [gdal-dev] Build with MinGW in Linux

2017-11-27 Thread Even Rouault
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

Re: [gdal-dev] Build with MinGW in Linux

2017-11-27 Thread Sandro Mani
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

[gdal-dev] Build with MinGW in Linux

2017-11-27 Thread Ari Jolma
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