[gdal-dev] GDAL build without big tiff support
Dmitry Baryshnikov
bishop.dev at gmail.com
Mon May 15 15:27:15 PDT 2017
Hi,
it seem to me there is misprint here:
https://github.com/OSGeo/gdal/blob/trunk/gdal/frmts/gtiff/geotiff.cpp#L16195
instead of
> else if( nCompression == COMPRESSION_JPEG
should be
> else if( l_nCompression == COMPRESSION_JPEG
Without this fix I get such error in build without BIG TIFF Support:
error C2597: illegal reference to non-static member
'GTiffDataset::nCompression'
--
Best regards,
Dmitry
More information about the gdal-dev
mailing list