From: Alexander H. <ale...@gm...> - 2008-04-14 01:23:24
|
Update to FAQ -------- Original Message -------- Subject: [cvs] web/xml/faq faq.en.xml,1.84,1.85 Date: Mon, 14 Apr 2008 00:51:17 +0000 From: Alexander Hansen <ale...@us...> Reply-To: fin...@li... To: fin...@li... Newsgroups: gmane.os.apple.fink.cvs Followup-To: gmane.os.apple.fink.devel Update of /cvsroot/fink/web/xml/faq In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv31732 Modified Files: faq.en.xml Log Message: Add FAQ about libXrandr annoyance Index: faq.en.xml =================================================================== RCS file: /cvsroot/fink/web/xml/faq/faq.en.xml,v retrieving revision 1.84 retrieving revision 1.85 diff -u -d -r1.84 -r1.85 --- faq.en.xml 30 Jun 2007 19:25:46 -0000 1.84 +++ faq.en.xml 14 Apr 2008 00:51:15 -0000 1.85 @@ -1615,7 +1615,19 @@ preventing you from updating <code>gettext</code>.</p> </answer> </faqentry> - + <faqentry name="Leopard-libXrandr"> + <question> + <p>I can't install <em>gtk+2</em> on OS 10.5.2 because <code>/usr/X11/lib/libXrandr.2.0.0.dylib</code> is missing.</p> + </question> + <answer> + <p>This problem affects machines with OS 10.5.2 pre-installed. + There is currently a bug in Apple's X11 in that a file in it that is used + for building references <code>/usr/X11/lib/libXrandr.2.0.0.dylib</code>, + while it actually has <code>/usr/X11/lib/libXrandr.2.1.0.dylib</code>.</p> + <p>The workaround is to run the following command to fix the file:</p> + <codeblock>sudo perl -pi.bak -e 's|2.0.0|2.1.0|' /usr/X11/lib/libXrandr.la</codeblock> + </answer> + </faqentry> <faqentry name="all-others"> <question> <p>I'm having issues with a package that isn't listed here.</p> ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone |