Attempting to build Bitcoin on Mac Sierra 10.12.1, and get the following error: CXXLD bitcoind Undefined symbols for architecture x86_64: "Db::verify(char const, char const, std::basic_ostream<char, std::char_traits<char> >, unsigned int)", referenced from: CDBEnv::Verify(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool ()(CDBEnv&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)) in libbitcoin_wallet.a(libbitcoin_wallet_a-db.o) .... "boost::filesystem::path::imbue(std::locale const&)", referenced from: SetupEnvironment() in libbitcoin_util.a(libbitcoin_util_a-util.o) ld: symbol(s) not found for architecture x86_64
I use homebrew and have boost. I uninstalled and reinstalled boost, but not had more luck.
Any pointers on how to fix the error?