ui.cpp: boost::filesystem3::path native_file_string() deprecated (and unavailable by default)
Fix is trivial, since only native_file_string().c_str() is used, and boost::filesystem3::path.c_str() does exactly the same thing (according to http://www.boost.org/doc/libs/1_47_0/libs/filesystem/v3/doc/reference.html).