DeepCompletionRelease icon indicating copy to clipboard operation
DeepCompletionRelease copied to clipboard

Compilation fails: cannot find lhdf5

Open yipingp opened this issue 6 years ago • 3 comments
trafficstars

I am compiling this program on Ubuntu 18.04, and OpenGL is installed.

In depth2depth.cpp, I changed #include "hdf5.h" to #include "/usr/include/hdf5/serial/hdf5.h" to fix the failure of "cannot find hdf5.h". Subsequently, the problem "cannot find lhdf5" occurs. How shoud I rewrite makefile to fix this? Thanks a lot!

yipingp avatar Aug 31 '19 09:08 yipingp

I am compiling this program on Ubuntu 18.04, and OpenGL is installed.

In depth2depth.cpp, I changed #include "hdf5.h" to #include "/usr/include/hdf5/serial/hdf5.h" to fix the failure of "cannot find hdf5.h". Subsequently, the problem "cannot find lhdf5" occurs. How shoud I rewrite makefile to fix this? Thanks a lot!

I also encountered this problem. Can you solve this problem?

fuxiao567 avatar Sep 19 '19 11:09 fuxiao567

@fuxiao567 Please check #5

yipingp avatar Sep 20 '19 02:09 yipingp

@fuxiao567 Please check #5

thanks a lot

fuxiao567 avatar Sep 23 '19 08:09 fuxiao567