yindaz / DeepCompletionRelease

Deep Depth Completion of a Single RGB-D Image
http://deepcompletion.cs.princeton.edu/
563 stars 141 forks source link

Compilation fails: cannot find lhdf5 #30

Open yipingp opened 5 years ago

yipingp commented 5 years ago

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!

fuxiao567 commented 5 years ago

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?

yipingp commented 5 years ago

@fuxiao567 Please check #5

fuxiao567 commented 5 years ago

@fuxiao567 Please check #5

thanks a lot