Mojca Miklavec wrote: [] > gtk-doc: Running scanner libgnomeprintui-scan > dyld: Library not loaded: /sw/lib/libpangoxft-1.0.0.dylib > Referenced from: /sw/lib/libgnomecanvas-2.0.dylib > Reason: Incompatible library version: libgnomecanvas-2.0.dylib > requires version 1501.0.0 or later, but libpangoxft-1.0.0.dylib > provides version 1002.0.0
This means that your copy of /sw/lib/libgnomecanvas-2.0.dylib was compiled in the presence of a different version of libpangoxft-1.0.0.dylib than what you have now in /sw/lib/. Whatever the historical reason for this, which only you can know (you changed libpangoxft-1.0.0.dylib from a newer to an older version, or you got libgnomecanvas2-shlibs from someone else, or you have a newer version of libpangoxft somewhere else on your system and this interfered with compilation), in any case you need to rebuild the libgnomecanvas2-shlibs package so that it links to the version of libpangoxft that you have now in /sw/lib. And while you rebuild, make sure that you don't have any gnome related stuff in /usr/local/lib. If you do, the best is to move /usr/local out of the way while you build Fink packages. [] > An interesting observation is that some version numbers bear colons. > Is that normal? Yes. The number before the colon is the "Epoch". -- Martin ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
