On Dec 22, 2008, at 12:18 PM, Benjamin So wrote: > Hi Alex, > > I do indeed have XCode 3.1.2. Any suggestions on how best to > downgrade to 3.1.1? > > Ben >
After you download 3.1.1, you can run the uninstaller script for 3.1.2 at a terminal prompt: .//Developer/Library/uninstall-devtools Then install 3.1.1. > On 22 Dec 2008, at 17:35, Alexander Hansen wrote: > >> >> <snip> >> >>> # Use fink's freetype219 and expat1 >>> sed -e "s|-L$X11_ROOT/lib||g" \ >>> -e "s|$X11_ROOT/lib/libfreetype.la|-L$FT_LIB $FT_LIB/ >>> libfreetype.la|" \ >>> -e "s|/usr/lib/libexpat.la|-L/sw/lib /sw/lib/ >>> libexpat.la|" \ >>> -e "s|libdir=$X11_ROOT/lib|libdir=$FC_LIB|" \ >>> "$X11_ROOT/lib/libfontconfig.la" > "$FC_ROOT/lib/ >>> libfontconfig.fink.la" >>> sed: /usr/X11/lib/libfontconfig.la: No such file or directory\ >> >> <snip> >> >> Blame Apple for this one. >> >> I'm assuming you've got Xcode 3.1.2, since you didn't provide that >> information. On that version of Xcode, Apple removed all of >> the .la (libtool archive) files from X11, which directly breaks >> this package. >> >> There are a couple of options: >> >> 1) Roll your Xcode back to 3.1.1 >> 2) Download the unoffiical X11 release (Xquartz) from >> macosforge.org, which still has these files. ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
