sddsplot on Mac OS X - problems with dynamic libraries

Moderators: cyao, soliday

Post Reply
marlibgin
Posts: 54
Joined: 15 Mar 2011, 12:43

sddsplot on Mac OS X - problems with dynamic libraries

Post by marlibgin » 26 Jul 2013, 11:01

I have elegant/sdds installed on a Mac OS X 10.6.8 Snow Leopard

while elegant examples run smoothly I still have some issues with SDDSPLOT, namely in
/Users/marco/ELEGANT/elegantExamples/transportLineAcceptance

sddsplot energy.twi -col=s,betax
dyld: Library not loaded: /usr/X11/lib/libX11.6.dylib
Referenced from: /Users/marco/ELEGANT/darwin-x86/sddsplot
Reason: Incompatible library version: sddsplot requires version 10.0.0 or later, but libX11.6.dylib provides version 9.0.0
Trace/BPT trap

I am not sure about the version sddsplot requires and what should I do to ensure that libX11 provides the right version

Thanks for any tip
Marco

soliday
Posts: 390
Joined: 28 May 2008, 09:15

Re: sddsplot on Mac OS X - problems with dynamic libraries

Post by soliday » 23 Sep 2013, 15:36

Sorry, the forum notification system didn't work for your message which is why I haven't responded before.

I am building on Mac OSX 10.7.5 which is probably why I have a newer version of that library. I am running Xcode 4.4.1 which is sort of old but it is not supported on OSX 10.6.8. It provides the libX11 library. You could try installing xquartz which I believe has it's own version of the libX11 library which may be newer.

Post Reply