Hello All,

I recently upgraded from 10.4 to 10.5 on a G5. I then installed XQuartz 2.4.0, Xcode 3.1.3 (with the SDK package), and fink (0.29.10) using selfupdate-rsync
with the unstable branches.

fink install gtk+2 broke with:
powerpc-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdamage.1.0.0.dylib:
No such file or directory

In fact, libXdamage.1.0.0.dylib did not exist, but the newer libXdamage.1.1.0.dylib does.
Here is what I had:
> ls -l /usr/X11/lib/libXdamage.*
18 Oct 6 17:13 /usr/X11/lib/libXdamage.1.1.0.dylib -> libXdamage. 1.dylib
  66768 Aug 12 01:32 /usr/X11/lib/libXdamage.1.dylib
 18 Oct  6 17:13 /usr/X11/lib/libXdamage.dylib -> libXdamage.1.dylib
  936 Sep  8  2007 /usr/X11/lib/libXdamage.la

After many failed ideas and reading older posts related to ibXdamage. 1.1.0.dylib,
the following recipe solved the problem for me:
1. sudo ln -s /usr/X11/lib/libXdamage.1.1.0.dylib /usr/X11/lib/ libXdamage.1.0.0.dylib
2. fink selfupdate
3. fink install gtk+2 gtk+2-dev -- this time it worked.

It seems as though gtk+2 should look for the newer libXdamage. 1.1.0.dylib as well.

At any rate, I hope this recipe helps others who experience the same problem.

Boaz

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to