Ticket #2257 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

BIGTIFF not enabled by default with internal libtiff on win32.

Reported by: warmerdam Assigned to: warmerdam
Priority: normal Milestone: 1.5.1
Component: GDAL_Raster Version: 1.5.0
Severity: normal Keywords: win32 builds
Cc: ilucena

Description

The define BIGTIFF_SUPPORT is required for bigtiff support, but on win32 it is not enabled by default when using the bigtiff capable internal libtiff.

Change History

03/04/08 13:17:32 changed by warmerdam

  • status changed from new to closed.
  • cc set to ilucena.
  • resolution set to fixed.

Corrected to enable bigtiff support by default for internal libtiff in frmts/gtiff/makefile.vc.

Done in trunk (r13924) and 1.5 (r13925).