@kez @wrapper is right, this should go to the support area, but I’ll try to answer some of the questions here:
Undefined symbols for architecture x86_64:
“boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option::enum_type, boost::system::error_code*)”, referenced from:…
Please check, if you have installed the boost libraries, especially the boost_filesystem library.
configure: error: Found Berkeley DB other than 6.1, required for portable wallets (–with-incompatible-bdb to ignore)
I did install Berkeley DB 6.1 and still receive this.
The compiler finds another copy of the Berkeley db before the 6.1 version you installed is found.
You either can provide the path to the 6.1 version to the configure script, or run configure with the –with-incompatible-bdb parameter. This parameter causes the configure script to accept other versions of the Berkeley db. There is no drawback in the operation of the wallet besides the fact, that you can copy or move the database files to another system only, if that system is running the same version of Berkeley db as your current system.