Ticket #132 (closed defect: fixed)

Opened 11 months ago

Last modified 8 months ago

Require libgeotiff when GDAL is requested

Reported by: hobu Owned by: hobu
Priority: major Milestone: 1.2.1
Component: General Version: 1.2
Keywords: libgeotiff,gdal Cc: mloskot
LAS Format Version: Not Applicable

Description (last modified by mloskot) (diff)

This is directly related to recent discussions in thread  Changeset 1237 and row of fix-revert commits: patched in r1224:

- #ifndef HAVE_LIBGEOTIFF 
+ #if !defined(LIBGEOTIFF_VERSION) && !defined(HAVE_LIBGEOTIFF) 

Then, reverted in r1237 and again re-patched in r1241.

Change History

Changed 11 months ago by mloskot

  • cc mloskot added
  • keywords libgeotiff,gdal added
  • description modified (diff)

Changed 8 months ago by hobu

  • status changed from new to closed
  • resolution set to fixed

Fixed in r1312 and backported to 1.2 in r1313

Note: See TracTickets for help on using tickets.