Re: [gdal-dev] CPLStat + VSI_REG fails on larger files on Windows

2018-05-22 Thread Martin Landa
Hi, 2018-05-22 9:18 GMT+02:00 Even Rouault : > CPLStat() ultimately calls _wstat() on Windows. Looking at > > https://docs.microsoft.com/en-gb/cpp/c-runtime-library/reference/stat-functions > , it seems it can only deal with 32-bit file length > > > > You could just replace your CPLStat() call wit

Re: [gdal-dev] GDAL dependencies

2018-05-22 Thread Mateusz Loskot
On 22 May 2018 at 09:59, Lars wrote: > Hello, > > Does GDAL have an updated list of required and optional dependencies? > > Tried looking on homepage and mailing list archive without any luck. Even has already covered the answer. There is also this wiki, might need some updating love, which may

Re: [gdal-dev] GDAL dependencies

2018-05-22 Thread Lars
Even, Just the information that I needed. Thank you 😊 Fra: Even Rouault Sendt: 22. mai 2018 10:05 Til: gdal-dev@lists.osgeo.org Kopi: Lars Emne: Re: [gdal-dev] GDAL dependencies On mardi 22 mai 2018 07:59:08 CEST Lars wrote: > Hello, > > Does GDAL have an up

Re: [gdal-dev] GDAL dependencies

2018-05-22 Thread Mateusz Loskot
On 22 May 2018 at 10:13, Ari Jolma wrote: > Even Rouault kirjoitti 22.05.2018 klo 11:05: >> On mardi 22 mai 2018 07:59:08 CEST Lars wrote: >> >> Does GDAL have an updated list of required and optional dependencies? > > Required: none currently, except a C++ compiler > > With C++ 11 support. I just

Re: [gdal-dev] GDAL dependencies

2018-05-22 Thread Ari Jolma
Even Rouault kirjoitti 22.05.2018 klo 11:05: On mardi 22 mai 2018 07:59:08 CEST Lars wrote: > Hello, > > Does GDAL have an updated list of required and optional dependencies? Lars, Required: none currently, except a C++ compiler With C++ 11 support. I just run into this as I had a Debian

Re: [gdal-dev] GDAL dependencies

2018-05-22 Thread Even Rouault
On mardi 22 mai 2018 07:59:08 CEST Lars wrote: > Hello, > > Does GDAL have an updated list of required and optional dependencies? Lars, Required: none currently, except a C++ compiler But for usual functionalities, I'd suggest libsqlite3, libcurl, libexpat You an consult the right most column o

[gdal-dev] GDAL dependencies

2018-05-22 Thread Lars
Hello, Does GDAL have an updated list of required and optional dependencies? Tried looking on homepage and mailing list archive without any luck. Thanks for any help. kind regards, Lars ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lis

Re: [gdal-dev] CPLStat + VSI_REG fails on larger files on Windows

2018-05-22 Thread Even Rouault
On mardi 22 mai 2018 08:41:35 CEST Martin Landa wrote: > https://github.com/OSGeo/gdal/blob/master/gdal/ogr/ogrsf_frmts/vfk/ vfkreader > .cpp#L82 CPLStat() ultimately calls _wstat() on Windows. Looking at https://docs.microsoft.com/en-gb/cpp/c-runtime-library/reference/stat-functions , it seems i