So I'm pretty close to finishing a mac wallet for this, however I'm not a unix expert by any means and I'm having an issue with the final compile for the QT.
Here's what I'm getting as an error:
clang: warning: argument unused during compilation: '-pthread'
Undefined symbols for architecture x86_64:
"Db::verify(char const*, char const*, std::ostream*, unsigned int)", referenced from:
CDBEnv::Verify(std::string, bool (*)(CDBEnv&, std::string)) in db.o
CDBEnv::Salvage(std::string, bool, std::vector >, std::vector > >, std::allocator >, std::vector > > > >&) in db.o
"boost::program_options::to_internal(std::string const&)", referenced from:
boost::program_options::detail::basic_config_file_iterator::getline(std::string&) in util.o
"boost::program_options::detail::common_config_file_iterator::common_config_file_iterator(std::set, std::allocator > const&, bool)", referenced from:
boost::program_options::detail::basic_config_file_iterator::basic_config_file_iterator(std::istream&, std::set, std::allocator > const&, bool) in util.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [MJCoin-Qt.app/Contents/MacOS/MJCoin-Qt] Error 1
I have all the dependencies installed but can't figure out that last part. That's all that's keeping me from finishing the mac wallet. Could use some help from someone who knows way more than me