Open VincentKaras opened 3 years ago
Hi @VincentKaras , I am getting the same error using GCC-9.3.0 on a RedHat Enterprise Linux computer. I also tried to dodge Boost but to no avail. Did you ever find a solution to this?
cc @TadasBaltrusaitis
I updated my boost to 1.7.0 and that helped!
Describe the bug When I try to build OpenFace everything works until linking of the executables, then it fails with:
undefined reference to `boost::filesystem::path_traits::dispatch(boost::filesystem::directory_entry const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator >&)'
To Reproduce run cmake like this:
This step runs without any errors or warnings.
Expected behavior Build succeeds
Screenshots
Desktop (please complete the following information):
Additional context Possibly related to #678 - but my compiler is 10.2.0
I tried to dodge this problem by disabling Boost (changing the requirement version to > 1.58.0 in find_package).
But that throws errors that boost is missing - it is not possible to build without it?