On Feb 22, 2010, at 16:06, Adam R. Maxwell wrote:

> 
> On Feb 22, 2010, at 6:52 AM, Philippe Sismondi wrote:
> 
>> Is this likely? Is this something I should have known about in using xcode? 
>> Maybe one of you guys could try to grab Skim from subversion into a 
>> sub-directory with spaces in the name and see if a fresh build fails.
> 
> Xcode itself doesn't care about spaces.  You might try looking at the 
> transcript to see where it fails; it's likely a shell script with an unquoted 
> path.  

Actually, it does indeed seem to be Xcode not properly escaping the spaces. The 
messages Philippe posted show some very weird escapes due to the spaces in the 
gcc command that was used. For instance, the following fragment right after 
-Wfloat-equal:

"-F/Users/David/Software Development/Skim-app/trunk/SkimImporter/build/Debug" 
-F/Users/David/Software 
-FDevelopment/Skim-app/trunk/SkimImporter/../SkimNotes/build/Debug

should have been:

-F"/Users/David/Software Development/Skim-app/trunk/SkimImporter/build/Debug" 
-F"/Users/David/Software 
Development/Skim-app/trunk/SkimImporter/../SkimNotes/build/Debug"

Note the placements of the double-quotes and the extra inserted -F. 

I'll file a radar.

Christiaan


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
skim-app-develop mailing list
skim-app-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-develop

Reply via email to