I am trying to compile the (thomas pevny's source code to calculate the subtractive pixels adjacency matrix). This code asks to previously install the libboost and libpng library, which i done successfully.
but when I do the 'make' command, the following errors appears 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 a way to fix this problem? Should I install another libboost version?
thanks for your attention.