我正在尝试从下面的 github 位置编译代码并得到一个错误,非常感谢任何帮助
Github 项目是https://github.com/aranetic/process-pst
错误是
~/process-pst (master ✘)✭ ᐅ make
[ 7%] Building CXX object CMakeFiles/ProcessPstLib.dir/edrm.cpp.o
/Users/gwest/process-pst/edrm.cpp: In function 'void<unnamed>::output_file(edrm_context&, const std::wstring&, const std::wstring&, const std::vector<unsigned char, std::allocator<unsigned char> >&)':
/Users/gwest/process-pst/edrm.cpp:177: error: 'class boost::filesystem::path' has no member named 'file_string'
make[2]: *** [CMakeFiles/ProcessPstLib.dir/edrm.cpp.o] Error 1
make[1]: *** [CMakeFiles/ProcessPstLib.dir/all] Error 2
make: *** [all] Error 2
谢谢