https://bugs.gentoo.org/887059 Adding include as suggested by the compiler: "intern/locale/boost_locale_wrapper.cpp:12:1: note: ‘std::cout’ is defined in header ‘’; did you forget to ‘#include ’?" --- a/intern/locale/boost_locale_wrapper.cpp +++ b/intern/locale/boost_locale_wrapper.cpp @@ -9,6 +9,7 @@ #include #include "boost_locale_wrapper.h" +#include static std::string messages_path; static std::string default_domain;