I followed the manual to include the library and build it. However, an error occurs during the build process. Is there a better way to deal with it?
In file included from /Users/home/rnnlib/src/Val.cpp:22:
In file included from /Users/home/rnnlib/src/MultilayerNet.hpp:21:
In file included from /Users/home/rnnlib/src/Mdrnn.hpp:30:
/Users/home/rnnlib/src/NetcdfDataset.hpp:26:10: fatal error:
'netcdfcpp.h' file not found
#include "netcdfcpp.h"
^~~~~~~~~~~~~
2 warnings and 1 error generated.
make[2]: *** [CMakeFiles/rnnval.dir/src/Val.cpp.o] Error 1
make[1]: *** [CMakeFiles/rnnval.dir/all] Error 2
make: *** [all] Error 2
I followed the manual to include the library and build it. However, an error occurs during the build process. Is there a better way to deal with it?
In file included from /Users/home/rnnlib/src/Val.cpp:22:
In file included from /Users/home/rnnlib/src/MultilayerNet.hpp:21:
In file included from /Users/home/rnnlib/src/Mdrnn.hpp:30:
/Users/home/rnnlib/src/NetcdfDataset.hpp:26:10: fatal error:
'netcdfcpp.h' file not found
#include "netcdfcpp.h"
^~~~~~~~~~~~~
2 warnings and 1 error generated.
make[2]: *** [CMakeFiles/rnnval.dir/src/Val.cpp.o] Error 1
make[1]: *** [CMakeFiles/rnnval.dir/all] Error 2
make: *** [all] Error 2