XCode 2.4 and gdc
    Georg Wrede 
    georg.wrede at nospam.org
       
    Mon Oct  2 06:45:05 PDT 2006
    
    
  
Anders F Björklund wrote:
> Fredrik Olsson wrote:
> 
>> The support files for Xcode are hidden in:
>> /Library/Application Support/Apple/Developer Tools/
>> A quite long but logical path.
> 
> 
> Paths with spaces in them suck eggs, logical or not.
> /Library/Application\ Support/Apple/Developer\ Tools
I hear some folks have fixed this with symbolic links.
It's uggg-leee, but at least works.
cd /Library
ln -s Application\ Support Application_Support
cd Application_Support/Apple
ln -s Developer\ Tools Developer_Tools
etc...
One would think that if anything, developer tools and their directory 
are both created and maintained by programmers, and they if anybody 
_should_ know better. Oh, well.
    
    
More information about the D.gnu
mailing list