[email protected] wrote:
> Hello,
>
> fink0.29.10 32 bits on 10.6.2 refuses to upgrade libglade2-2.6.4-3. 
> The relative error message follows:
>
> creating libglade-scan
> gtk-doc: Running scanner libglade-scan
> dyld: Library not loaded: /usr/X11/lib/libfontconfig.1.dylib
>   Referenced from: /sw/lib/libgtk-x11-2.0.0.dylib
>   Reason: Incompatible library version: libgtk-x11-2.0.0.dylib requires 
> version 6.0.0 or later, but libfontconfig.1.dylib provides version 5.0.0
> Scan failed: 
> make[2]: *** [scan-build.stamp] Error 255
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> ### execution of make failed, exit code 2
>
> Thanks for your help !
>
>       Bruno
>   
Was this a clean install or an upgrade from Leopard?  And if it was an
upgrade, did you have Xquartz 2.4 installed before upgrading?
I don't happen to have my 10.6 environment handy, but what do you get from:

    otool -L /usr/X11/lib/libfontconfig.1.dylib

If that does indeed say that it has a compatibility version of 5.0.0,
(the file in Xquartz 2.4 shows 6.0.0), then you need to rebuild
libgtk-x11-2.0.0 dylib accordingly:

    $ dpkg -S /sw/lib/libgtk-x11-2.0.0.dylib
    gtk+2-shlibs: /sw/lib/libgtk-x11-2.0.0.dylib

thus:

    fink rebuild gtk+2-shlibs

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to