Ticket #143 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

libLAS 1.2 requires GDAL 1.7 (unreleased)

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

Description

The GDAL code that libLAS uses depends on some unreleased stuff. We should either accommodate GDAL <= 1.7.

 ../src/.libs/liblas.so: undefined reference to
 `SetGeogCSCitation(gtiff*, OGRSpatialReference*, char*, int, short)'
 ../src/.libs/liblas.so: undefined reference to
 `SetCitationToSRS(gtiff*, char*, int, geokey_t, OGRSpatialReference*,
 int*)'
 ../src/.libs/liblas.so: undefined reference to
 `SetLinearUnitCitation(gtiff*, char*)'
 ../src/.libs/liblas.so: undefined reference to
 `GetGeogCSFromCitation(char*, int, geokey_t, char**, char**, char**, char**, char**)'

Change History

Changed 8 months ago by hobu

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

Fixed in trunk in r1316 and in the 1.2 branch in r1315. The problem is gt_citation.cpp from GDAL was not included, which gt_wkt_srs.cpp uses.

Note: See TracTickets for help on using tickets.