#101 closed defect (fixed)
Please alter 3.2.x GDAL gtiff makefile flags
Reported by: | jbirch | Owned by: | gregboone |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Thirdparty Components | Version: | 3.2.2 |
Severity: | 3 | Keywords: | |
Cc: | warmerdam | External ID: |
Description
The current version of GDAL in the 3.2.x branch is missing a build flag. This is preventing it from working properly with the ECW plugin. Please alter the following file:
http://svn.osgeo.org/fdocore/branches/3.2.x/Thirdparty/GDAL1.3/src/frmts/gtiff/makefile.vc
using the attached patch to resolve this issue.
This change has apparently already been applied to trunk.
Attachments (1)
Change History (5)
by , 17 years ago
Attachment: | makefile.vc.patch added |
---|
comment:1 by , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
Cc: | added |
---|---|
Milestone: | 3.2.2 |
Resolution: | → fixed |
Status: | assigned → closed |
I have applied this patch in:
fdocore/branches/3.2.x/Thirdparty/GDAL1.3/src/frmts/gtiff/libgeotiff/makefile.vc
Note, this change causes the libgeotiff API to be exported from the DLL which is necessary to build some GDAL raster drivers as plugins.
I have removed the 3.2.2 milestone since to the best of my knowledge that is past. If there is a 3.2.3 this would appear in it, otherwise folks will have to draw from the 3.2.x branch.
comment:3 by , 17 years ago
What about the FDO trunk? Do we need any changes there for the expected 3.3.0.0 release? If not, it sould be reflected in the ticket.
comment:4 by , 17 years ago
Greg,
I verified, and trunk already has this option as does the upstream GDAL. I think it was added as a standard option in GDAL 1.4.0.
so, no action required on trunk.
Flag patch