You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/builddir/build/BUILD/Kst-2.0.8/src/datasources/netcdf/netcdfsource.h:75:5: error: 'NcFile' does not name a type
/builddir/build/BUILD/Kst-2.0.8/src/datasources/netcdf/netcdfsource.h:78:5: error: 'NcError' does not name a type
/builddir/build/BUILD/Kst-2.0.8/src/datasources/netcdf/netcdfplugin.cpp:129:5: error: 'NcFile' was not declared in this scope; did you mean 'netCDF::NcFile'?
/builddir/build/BUILD/Kst-2.0.8/src/datasources/netcdf/netcdfplugin.cpp:129:13: error: 'ncfile' was not declared in this scope
I add #include <ncFile.h> to netcdfsource.h - not help me. Also netcdf-cxx4 not provided netcdfcpp.h, i open issue Unidata/netcdf-cxx4#119 may be all right?
The text was updated successfully, but these errors were encountered:
/builddir/build/BUILD/Kst-2.0.8/src/datasources/netcdf/netcdfsource.h:75:5: error: 'NcFile' does not name a type
/builddir/build/BUILD/Kst-2.0.8/src/datasources/netcdf/netcdfsource.h:78:5: error: 'NcError' does not name a type
/builddir/build/BUILD/Kst-2.0.8/src/datasources/netcdf/netcdfplugin.cpp:129:5: error: 'NcFile' was not declared in this scope; did you mean 'netCDF::NcFile'?
/builddir/build/BUILD/Kst-2.0.8/src/datasources/netcdf/netcdfplugin.cpp:129:13: error: 'ncfile' was not declared in this scope
I add #include <ncFile.h> to netcdfsource.h - not help me. Also netcdf-cxx4 not provided netcdfcpp.h, i open issue Unidata/netcdf-cxx4#119 may be all right?
The text was updated successfully, but these errors were encountered: