Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Installing SUMO via Homebrew in OSX

Hi Shuyi,
this means you have not installed the library xerces or it is not on the default library path.
Regards Harald


--- Original-Nachricht ---
Von: Shuyi Yin
Betreff: Re: [sumo-user] Installing SUMO via Homebrew in OSX
Datum: 20.07.2018, 6:15 Uhr
An: sumo-user@xxxxxxxxxxx


Hi Harald,

The message is 

Undefined symbols for architecture x86_64:

  "xercesc_3_2::TranscodeToStr::TranscodeToStr(unsigned short const*, char const*, xercesc_3_2::MemoryManager*)", referenced from:

      SUMOSAXAttributesImpl_Xerces::getString(int) const in libxml.a(SUMOSAXAttributesImpl_Xerces.o)

      SUMOSAXAttributesImpl_Xerces::getStringSecure(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libxml.a(SUMOSAXAttributesImpl_Xerces.o)

  "xercesc_3_2::LocalFileInputSource::LocalFileInputSource(unsigned short const*, xercesc_3_2::MemoryManager*)", referenced from:

      SUMOSAXReader::LocalSchemaResolver::resolveEntity(unsigned short const*, unsigned short const*) in libxml.a(SUMOSAXReader.o)

  "xercesc_3_2::XMLString::release(unsigned short**, xercesc_3_2::MemoryManager*)", referenced from:

      SUMOSAXReader::LocalSchemaResolver::resolveEntity(unsigned short const*, unsigned short const*) in libxml.a(SUMOSAXReader.o)

      SUMOSAXAttributesImpl_Xerces::getFloat(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libxml.a(SUMOSAXAttributesImpl_Xerces.o)

      SUMOSAXAttributesImpl_Xerces::hasAttribute(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libxml.a(SUMOSAXAttributesImpl_Xerces.o)

      SUMOSAXAttributesImpl_Xerces::getStringSecure(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const in libxml.a(SUMOSAXAttributesImpl_Xerces.o)

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

      GenericSAXHandler::buildErrorMessage(xercesc_3_2::SAXParseException const&) in libxml.a(GenericSAXHandler.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]: *** [marouter] Error 1

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

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

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



Sincerely,
Shuyi

On Thu, Jul 19, 2018 at 6:02 AM Harald Schaefer < HaraldSchaefer@xxxxxxxxxxx> wrote:
Hi Shuyi,
what are the lines before the message "ld: symbols not found".
Usually there are lines like missing xxx in yyy.o.

Regards, Harald.


--- Original-Nachricht ---
Von: Shuyi Yin
Betreff: [sumo-user] Installing SUMO via Homebrew in OSX
Datum: 18.07.2018, 19:48 Uhr
An: sumo-user@xxxxxxxxxxx


Following my last email, I am now going through installation in  http://www.sumo.dlr.de/daily/userdoc/Installing/MacOS_Build_w_Homebrew.html, running configure gives me this

Enabled: TRACI PROJ GDAL GUI

Disabled: Debug Profiling Coverage PIC UnitTests Python OSG ffmpeg


But "Build" throws an error:
Screen Shot 2018-07-18 at 10.41.44 AM.png

Any idea why this problem occurred? Thank you.

Sincerely,
Shuyi
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user

PNG image

PNG image

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user

Back to the top