VikasMahato

Untitled

Jun 12th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.19 KB | None | 0 0
  1. Undefined symbols for architecture x86_64:
  2.   "ScOrcusFactory::ScOrcusFactory(ScDocument&)", referenced from:
  3.       sc::XMLFetchThread::execute() in xmldataprovider.o
  4.   "orcus::spreadsheet::iface::import_styles::~import_styles()", referenced from:
  5.       ScOrcusStyles::~ScOrcusStyles() in xmldataprovider.o
  6.   "orcus::spreadsheet::iface::import_factory::~import_factory()", referenced from:
  7.       ScOrcusFactory::~ScOrcusFactory() in xmldataprovider.o
  8.   "orcus::spreadsheet::iface::import_shared_strings::~import_shared_strings()", referenced from:
  9.       ScOrcusSharedStrings::~ScOrcusSharedStrings() in xmldataprovider.o
  10.   "orcus::spreadsheet::iface::import_global_settings::~import_global_settings()", referenced from:
  11.       ScOrcusGlobalSettings::~ScOrcusGlobalSettings() in xmldataprovider.o
  12.   "orcus::spreadsheet::iface::import_named_expression::~import_named_expression()", referenced from:
  13.       ScOrcusNamedExpression::~ScOrcusNamedExpression() in xmldataprovider.o
  14.   "orcus::spreadsheet::iface::import_reference_resolver::~import_reference_resolver()", referenced from:
  15.       ScOrcusRefResolver::~ScOrcusRefResolver() in xmldataprovider.o
  16.   "vtable for ScOrcusStyles", referenced from:
  17.       ScOrcusStyles::~ScOrcusStyles() in xmldataprovider.o
  18.   NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  19.   "vtable for ScOrcusFactory", referenced from:
  20.       ScOrcusFactory::~ScOrcusFactory() in xmldataprovider.o
  21.   NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  22.   "vtable for ScOrcusSharedStrings", referenced from:
  23.       ScOrcusSharedStrings::~ScOrcusSharedStrings() in xmldataprovider.o
  24.   NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  25. ld: symbol(s) not found for architecture x86_64
  26. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  27. /Users/vikasmahato/lode/dev/core/sc/Library_sc.mk:10: recipe for target '/Users/vikasmahato/lode/dev/core/instdir/LibreOfficeDev.app/Contents/Frameworks/libsclo.dylib' failed
  28. make: *** [/Users/vikasmahato/lode/dev/core/instdir/LibreOfficeDev.app/Contents/Frameworks/libsclo.dylib] Error 1
Add Comment
Please, Sign In to add comment