<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello there,&nbsp;<div><br></div><div>I am trying to solve the issue described there&nbsp;<a href="http://bugs.python.org/issue14018">http://bugs.python.org/issue14018</a>, which prevents me from installing gqrx. The problem is I don't understand how the solution should be implemented. It states:</div><div><blockquote type="cite"><pre>The Xcode installer creates faulty symlinks to /Library within  /Developer/SDKs.</pre></blockquote><div>I assume /Library is the wrong target.</div><div><br></div><div>But the example shows:</div></div><div><blockquote type="cite"><pre>$ cd /Developer/SDKs/MacOSX10.6.sdk/Library
$ ls -l
total 8
lrwxr-xr-x  1 root  wheel  19 Mar 17 18:24 Frameworks@ -&gt; 
/Library/Frameworks</pre></blockquote><div>Where /Library/Frameworks is not /Library, obviously. The symlink I see on my config shows exactly that, no link to /Library but only to /Library/Framework.</div></div><div><br></div><div>Then I read&nbsp;</div><div><blockquote type="cite"><pre>The solution is to manually go in and fix the symlinks in 
/Developer/SDKs/MacOSX10.6.sdk</pre></blockquote><div>But how should I correct that? Removing the second recursive alias "Frameworks" redirecting to /Library/Frameworks?</div></div><div><br></div><div>I assume my logic is failing me.&nbsp;</div><div>What is the correct target for /Developer/SDKs/MacOSX10.6.sdk/Library/Frameworks?</div><div><br></div><div>thanks,&nbsp;</div><div>Pat</div></body></html>