Henrik Frisk wrote:
When trying to update vte I get the following:

dyld: Library not loaded: /usr/X11R6/lib/libfontconfig.1.dylib
  Referenced from: /sw/lib/libpangoxft-1.0.0.dylib
Reason: Incompatible library version: libpangoxft-1.0.0.dylib requires version 1.0.4 or later, but libfontconfig.1.dylib provides version 1.0.0

Now I have the correct version of fontconfig in sw/lib/fontconfig/. I have tried a few different X11's recently, foing from Apple's X11, to X.org and have finally settled with XDarwin (installed through fink). I'm wondering if /usr/X11R6/ should still be there?

Yes. All variants of X11 install their files at the same place.

I tried reinstalling pango but received a similar error

dyld: Library not loaded: /usr/X11R6/lib/libXft.2.dylib
  Referenced from: /sw/bin/pango-querymodules
Reason: Incompatible library version: pango-querymodules requires version 2.1.2 or later, but libXft.2.dylib provides version 2.1.0

What you are seeing is the result of switching to xorg and then back to an older version of X11. When you installed xorg, you received a warning:

 "WARNING: if you compile X11 applications against this X.org release,"
 "you will *not* be able to run them if you decide to revert to Apple's"
 "X11 provided with the OS."

The same goes for reverting to xfree86 from Fink (I assume that this is what you meant by "XDarwin".)

You will have to rebuild all packages that you built while xorg was installed, in particular the pango1-xft* packages.

--
Martin


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to