Ticket #2404 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

gdal fails to build with libdap 3.8

Reported by: condit Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: svn-trunk
Severity: normal Keywords: dods opendap libdap
Cc:

Description

In libdap 3.8 they've added a libdap namespace. Since it wasn't being used in the GDAL source, there are build errors against this version of the library. I've attached a patch that solves this problem for GDAL / OGR, but I'm not sure if we want to maintain some sort of backward compatibility to older libdap libraries...

Attachments

libdap3.8.patch Download (1.0 KB) - added by condit 5 years ago.
patch to build with libdap 3.8

Change History

Changed 5 years ago by condit

patch to build with libdap 3.8

Changed 5 years ago by dnadeau

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

I added using namespace libdap in dodsdataset2.cpp and this problem was fixed.

Changed 5 years ago by condit

I also update the OGR driver in the trunk (added the namespace)...

Note: See TracTickets for help on using tickets.