Opened 18 years ago

Last modified 18 years ago

#1171 closed defect (fixed)

DODS format build error - DAP 3.6.2

Reported by: kyngchaos@… Owned by: warmerdam
Priority: high Milestone:
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords:
Cc:

Description

I finally got a version of libdap to build on OS X, so I tried adding it to GDAL.  GDAL 1.3.1 + DAP 3.6.2.
It's the exact same error as the 2nd part of #891, which is supposed to be fixed (and I do see the fix 
there in ogr_dods.h):

dodsdataset2.cpp: In constructor ‘DODSDataset::DODSDataset()’:
dodsdataset2.cpp:307: error: no matching function for call to ‘DDS::DDS()’
/usr/local/gislibs/include/libdap/DDS.h:254: note: candidates are: DDS::DDS(const DDS&)

Maybe there's a new compatibility option for the 3.5 -> 3.6 update?

Change History (1)

comment:1 by warmerdam, 18 years ago

I have fixed up GDAL to build with libdap 3.6.2. 

I needed to provide a default BaseTypeFactory everywhere. 

Let me know if you have further problems.
Note: See TracTickets for help on using tickets.