Skip to content

Instantly share code, notes, and snippets.

@greg-hellings
Created January 9, 2014 14:35
Show Gist options
  • Save greg-hellings/8335023 to your computer and use it in GitHub Desktop.
Save greg-hellings/8335023 to your computer and use it in GitHub Desktop.
Linking CXX executable BibleTime
Undefined symbols for architecture x86_64:
"sword::SWOptionFilter::SWOptionFilter(char const*, char const*, std::list<sword::SWBuf, std::allocator<sword::SWBuf> > const*)", referenced from:
Filters::BtOSISMorphSegmentation::BtOSISMorphSegmentation() in btosismorphsegmentation.cpp.o
Filters::BtOSISMorphSegmentation::BtOSISMorphSegmentation() in btosismorphsegmentation.cpp.o
"sword::SWMgr::findConfig(char*, char**, char**, std::list<sword::SWBuf, std::allocator<sword::SWBuf> >*, sword::SWConfig**)", referenced from:
CSwordBackend::reloadModules(CSwordBackend::SetupChangedReason) in cswordbackend.cpp.o
"sword::SWMgr::createModule(char const*, char const*, sword::multimapwithdefault<sword::SWBuf, sword::SWBuf, std::less<sword::SWBuf> >&)", referenced from:
vtable for CSwordBackend in moc_cswordbackend.cpp.o
"sword::SWMgr::AddRawFilters(sword::SWModule*, sword::multimapwithdefault<sword::SWBuf, sword::SWBuf, std::less<sword::SWBuf> >&)", referenced from:
vtable for CSwordBackend in moc_cswordbackend.cpp.o
"sword::SWMgr::AddLocalOptions(sword::SWModule*, sword::multimapwithdefault<sword::SWBuf, sword::SWBuf, std::less<sword::SWBuf> >&, std::_Rb_tree_iterator<std::pair<sword::SWBuf const, sword::SWBuf> >, std::_Rb_tree_iterator<std::pair<sword::SWBuf const, sword::SWBuf> >)", referenced from:
vtable for CSwordBackend in moc_cswordbackend.cpp.o
"sword::SWMgr::AddStripFilters(sword::SWModule*, sword::multimapwithdefault<sword::SWBuf, sword::SWBuf, std::less<sword::SWBuf> >&)", referenced from:
vtable for CSwordBackend in moc_cswordbackend.cpp.o
"sword::SWMgr::AddStripFilters(sword::SWModule*, sword::multimapwithdefault<sword::SWBuf, sword::SWBuf, std::less<sword::SWBuf> >&, std::_Rb_tree_iterator<std::pair<sword::SWBuf const, sword::SWBuf> >, std::_Rb_tree_iterator<std::pair<sword::SWBuf const, sword::SWBuf> >)", referenced from:
vtable for CSwordBackend in moc_cswordbackend.cpp.o
"sword::SWMgr::AddGlobalOptions(sword::SWModule*, sword::multimapwithdefault<sword::SWBuf, sword::SWBuf, std::less<sword::SWBuf> >&, std::_Rb_tree_iterator<std::pair<sword::SWBuf const, sword::SWBuf> >, std::_Rb_tree_iterator<std::pair<sword::SWBuf const, sword::SWBuf> >)", referenced from:
vtable for CSwordBackend in moc_cswordbackend.cpp.o
"sword::SWMgr::AddEncodingFilters(sword::SWModule*, sword::multimapwithdefault<sword::SWBuf, sword::SWBuf, std::less<sword::SWBuf> >&)", referenced from:
vtable for CSwordBackend in moc_cswordbackend.cpp.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[2]: *** [BibleTime] Error 1
make[1]: *** [CMakeFiles/bibletime.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment