I am trying to compile the source code ( thomas pevny to calculate the pixel adjacency matrix ). This code asks you to preinstall the libboost and libpng library, which I successfully executed.
but when I do the make command, the following errors appear on the terminal.
spam.cpp:169:26: error: 'class boost::filesystem3::directory_entry' has no member named 'leaf' spam.cpp:179:20: error: 'class boost::filesystem3::path' has no member named 'native_file_string
Is there any way to fix this problem? Should I install a different version of libboost?
Thank you for attention.
source share