Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Sumo 0.30.0 installation on OS-X 10.12

   Hey,

   I'm trying to install Sumo with version 0.30.0 on my MacOS (version
   10.12).
   I followed the installation guide from
   here: http://sumo.dlr.de/wiki/Installing/MacOS_Build_w_Homebrew

   But at the build of
make -j`sysctl -n hw.ncpu`


   I'm getting following error:

   "xercesc_3_1::XMLString::transcode(unsigned short const*,
   xercesc_3_1::MemoryManager*)", referenced from:


   GenericSAXHandler::buildErrorMessage(xercesc_3_1::SAXParseException
   const&) in libxml.a(GenericSAXHandler.o)

     "xercesc_3_1::SAXParseException::getLineNumber() const", referenced
   from:

         OptionsLoader::warning(xercesc_3_1::SAXParseException const&) in
   liboptions.a(OptionsLoader.o)

         OptionsLoader::error(xercesc_3_1::SAXParseException const&) in
   liboptions.a(OptionsLoader.o)

         OptionsLoader::fatalError(xercesc_3_1::SAXParseException const&)
   in liboptions.a(OptionsLoader.o)


   GenericSAXHandler::buildErrorMessage(xercesc_3_1::SAXParseException
   const&) in libxml.a(GenericSAXHandler.o)

     "xercesc_3_1::SAXParseException::getColumnNumber() const", referenced
   from:

         OptionsLoader::warning(xercesc_3_1::SAXParseException const&) in
   liboptions.a(OptionsLoader.o)

         OptionsLoader::error(xercesc_3_1::SAXParseException const&) in
   liboptions.a(OptionsLoader.o)

         OptionsLoader::fatalError(xercesc_3_1::SAXParseException const&)
   in liboptions.a(OptionsLoader.o)


   GenericSAXHandler::buildErrorMessage(xercesc_3_1::SAXParseException
   const&) in libxml.a(GenericSAXHandler.o)

     "typeinfo for xercesc_3_1::XMLException", referenced from:

         GCC_except_table3 in liboptions.a(OptionsIO.o)

         GCC_except_table4 in liboptions.a(OptionsIO.o)

         GCC_except_table1 in libxml.a(XMLSubSys.o)

         typeinfo for xercesc_3_1::TranscodingException in
   libxml.a(SUMOSAXAttributesImpl_Xerces.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[3]: *** [netgenerate] Error 1

   make[2]: *** [all-recursive] Error 1

   make[1]: *** [all] Error 2

   make: *** [all-recursive] Error 1


   Can you give me some help, getting rid of the error?
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/sumo-user


Back to the top