On Thursday 06 March 2008 04:01:21 pm David Glick wrote: > Alexander K. Hansen <alexanderk.hansen <at> gmail.com> writes: > > And so you should get the same error--GTK+2 requires libXrandr, > > regardless of who is packaging it. > > > > libXrandr is supposed to be installed with the X11User package, so I > > think you may have been bitten by a bad X11 update somehow. You might > > try downloading the 10.5.2 combo updater and see if you can reapply it, > > and then reapply the X11 2.1.4 update. > > I do have libXrandr; it's just a more recent version than the gtk+2 build > is looking for: > > david-glicks-macbook:lib davidg$ ls -la /usr/X11/lib/libXrandr* > lrwxr-xr-x 1 root wheel 17 Feb 6 08:54 > /usr/X11/lib/libXrandr.2.1.0.dylib -> libXrandr.2.dylib > -rwxr-xr-x 1 root wheel 164144 Jan 13 21:35 > /usr/X11/lib/libXrandr.2.dylib lrwxr-xr-x 1 root wheel 17 Feb 6 > 08:54 /usr/X11/lib/libXrandr.dylib -> libXrandr.2.dylib > -rwxr-xr-x 1 root wheel 955 Sep 8 22:34 /usr/X11/lib/libXrandr.la > > David > >
Ah. It looks like something went awry in an X11 update. Here's a transcript from Fink's IRC channel: 17:45 pogma Hmm, I have a symlink lrwxr-xr-x 1 root wheel 17 Oct 28 22:43 /usr/X11/lib/libXrandr.2.0.0.dylib -> libXrandr.2.dylib 17:45 pogma Anyway the underlying problem is that some update did not update the .la file to the new version 17:46 pogma so it has library_names='libXrandr.2.dylib libXrandr.dylib libXrandr.2.0.0.dylib' 17:46 *** mischi joined #fink 17:46 pogma users can either add the symlink (ick) or edit the .la file (ick ick) 17:47 pogma they should also file a bug on xquartz.macosforge.org if one is not there already -- Alexander K. Hansen akh AT finkproject DOT org Fink User Liaison and Documenter ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
