ARPA-SIMC / bufr2netcdf

Tools to convert BUFR weather reports in NetCDF file format
GNU General Public License v2.0
5 stars 0 forks source link

build fails with wreport 3 #1

Closed dcesari closed 8 years ago

dcesari commented 8 years ago

bufr2netcdf does not build with wreport 3, firstly because of missing c++11 support plus other pipples:

valarray.cc:71:19: error: 'const struct wreport::_Varinfo' has no member named 'is_string' ... valarray.cc:103:43: error: 'const struct wreport::_Varinfo' has no member named 'var'

dcesari commented 8 years ago

Found devel branch which has already addressed the issues, sorry. Is any testing needed for merging to master?