YuvalNirkin / face_swap

End-to-end, automatic face swapping pipeline
GNU General Public License v3.0
822 stars 203 forks source link

make fail because hdf5 c++ error #27

Closed hengshan123 closed 6 years ago

hengshan123 commented 6 years ago

I have install hdf5-1.8.20 with c++ wrapper and i can run the c++ example code. But when compile face_swap, there is error with hdf5: basel_3dmm.cpp:(.text+0x614):对‘H5::AbstractDs::getTypeClass() const’undefined reference

How do you install hdf5 c++ api?

hengshan123 commented 6 years ago

I solved the problem by update the cmake from version 3.5 to 3.9.