Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#2404 closed defect (fixed)

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 (1)

libdap3.8.patch (980 bytes ) - added by condit 16 years ago.
patch to build with libdap 3.8

Download all attachments as: .zip

Change History (3)

by condit, 16 years ago

Attachment: libdap3.8.patch added

patch to build with libdap 3.8

comment:1 by dnadeau, 16 years ago

Resolution: fixed
Status: newclosed

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

comment:2 by condit, 16 years ago

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

Note: See TracTickets for help on using tickets.