Advertisement
Guest User

Untitled

a guest
May 25th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Undefined symbols for architecture x86_64:
  2. "Db::verify(char const*, char const*, std::ostream*, unsigned int)", referenced from:
  3. CDBEnv::Verify(std::string, bool (*)(CDBEnv&, std::string)) in db.o
  4. CDBEnv::Salvage(std::string, bool, std::vector<std::pair<std::vector<unsigned char, std::allocator<unsigned char> >, std::vector<unsigned char, std::allocator<unsigned char> > >, std::allocator<std::pair<std::vector<unsigned char, std::allocator<unsigned char> >, std::vector<unsigned char, std::allocator<unsigned char> > > > >&) in db.o
  5. "boost::program_options::to_internal(std::string const&)", referenced from:
  6. boost::program_options::detail::basic_config_file_iterator<char>::getline(std::string&) in util.o
  7. "boost::program_options::detail::common_config_file_iterator::common_config_file_iterator(std::set<std::string, std::less<std::string>, std::allocator<std::string> > const&, bool)", referenced from:
  8. boost::program_options::detail::basic_config_file_iterator<char>::basic_config_file_iterator(std::istream&, std::set<std::string, std::less<std::string>, std::allocator<std::string> > const&, bool) in util.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement