NCAR / lrose-core

Core C/C++ code for LROSE.
https://www.eol.ucar.edu/content/lidar-radar-open-software-environment
Other
92 stars 51 forks source link

RadxCov2Mom compile issue #5

Closed swnesbitt closed 7 years ago

swnesbitt commented 7 years ago

I am getting the following error when compiling RadxCov2Mom.cc (using the NCAR build technique, 3/15/17 release)

g++    -DLINUX -D_BSD_TYPES -DF_UNDERSCORE2 -D
_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -g -c  -I/usr/local/netcdf4/include -
I/usr/local/include -I/usr/include/udunits2 -I/home/vagrant/software/include -I
/home/vagrant/software/include -I/usr/include -I/home/vagrant/software/include/
Radx  RadxCov2Mom.cc
RadxCov2Mom.cc: In member function ‘int RadxCov2Mom::_writeVol(RadxVol&)’:
RadxCov2Mom.cc:697:29: error: ‘class RadxRcalib’ has no member named ‘convert2Xml’
         _calibs[ii].radxCal.convert2Xml(calXml);
                             ^

Seems like there is missing information in the header, or the include path is not set correctly?

mike-dixon commented 7 years ago

Steve I'm not sure what the problem was in that release. It seems to be compiling OK in the latest release. Mike