Using the otool returned the following; Does this mean that things
like libXm.2.dylib are out of sync with Xastir because I have a more
current version that Xastir knows what to do with?
Does this also mean that I need to back off those packages to the
"compatibility" version? How?
It looks like about 12 or 13 are not compatible.
otool -L /usr/local/bin/xastir
/usr/local/bin/xastir:
/opt/local/lib/libXm.2.dylib (compatibility version 3.0.0, current
version 3.1.0)
/opt/local/lib/libXt.6.dylib (compatibility version 7.0.0, current
version 7.0.0)
/opt/local/lib/libX11.6.dylib (compatibility version 9.0.0, current
version 9.0.0)
/opt/local/lib/libGraphicsMagick.3.dylib (compatibility version
4.0.0, current version 4.3.0)
/opt/local/lib/libtiff.3.dylib (compatibility version 12.0.0, current
version 12.2.0)
/opt/local/lib/libfreetype.6.dylib (compatibility version 10.0.0,
current version 10.19.0)
/opt/local/lib/libjpeg.62.dylib (compatibility version 63.0.0,
current version 63.0.0)
/opt/local/lib/libpng12.0.dylib (compatibility version 36.0.0,
current version 36.0.0)
/opt/local/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current
version 1.0.5)
/opt/local/lib/libxml2.2.dylib (compatibility version 10.0.0, current
version 10.3.0)
/opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current
version 1.2.3)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 111.1.3)
/opt/local/lib/libltdl.7.dylib (compatibility version 10.0.0, current
version 10.0.0)
/opt/local/lib/libintl.8.dylib (compatibility version 9.0.0, current
version 9.2.0)
/opt/local/lib/libXp.6.dylib (compatibility version 9.0.0, current
version 9.0.0)
/opt/local/lib/libXext.6.dylib (compatibility version 11.0.0, current
version 11.0.0)
/opt/local/lib/libSM.6.dylib (compatibility version 7.0.0, current
version 7.0.0)
/opt/local/lib/libICE.6.dylib (compatibility version 10.0.0, current
version 10.0.0)
/opt/local/lib/libcurl.4.dylib (compatibility version 6.0.0, current
version 6.1.0)
/opt/local/lib/libpcre.0.dylib (compatibility version 1.0.0, current
version 1.1.0)
/opt/local/lib/libproj.0.dylib (compatibility version 6.0.0, current
version 6.5.0)
/opt/local/lib/libgeotiff.1.2.1.dylib (compatibility version 1.2.1,
current version 0.0.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current
version 1.0.0)
On Mar 15, 2009, at 1:51 PM, Derrick Brashear wrote:
On Sun, Mar 15, 2009 at 2:17 PM, Curt, WE7U <[email protected]> wrote:
On Sun, 15 Mar 2009, Keith Kaiser wrote:
My understanding is that an "unresolved inheritance operation" is
due to a
version mismatch of some kind, some component of Xastir is
expecting some
version of something else (maybe xfig) but it can't find it. What
I need is
someone much closer to the Unix roots of Mac to help me figure out
where to
start looking for the problem.
Definitely not xfig: That link I sent was just a similar kind of
error to what you're seeing, and they had the error on the xfig
program.
More than likely you've got some library that is compiled to use the
OpenMotif stuff which didn't get updated when you switched to
Lesstif, but it might be hard to find out which one without more
info.
You can do "ldd xastir", which in my case would be:
/usr/bin/ldd /usr/local/bin/xastir
otool -L /path/to/xastir
on the Mac.
_______________________________________________
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
_______________________________________________
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir