Re: avoid space in path names
Re: avoid space in path names
- Subject: Re: avoid space in path names
- From: Alastair Houghton <email@hidden>
- Date: Thu, 15 Dec 2005 00:15:52 +0000
On 15 Dec 2005, at 00:00, Justin C. Walker wrote: A filesystem such as HFS+ is case-preserving, so if you called it x.C it's called x.C so gcc will assume it's a C++ file. You could also open it as x.c or X.C or X.c but that isn't what it's called, AFAIK. e.g.:
I don't think the app can tell, really. It will depend on what it looks for first.
It could read the actual names using e.g. readdir(), getattrlist() or realpath(). Not to mention the equivalent Carbon and Cocoa APIs, although clearly GCC isn't going to be using one of those.
(Having said that, in GCC's case, my guess would be that it actually doesn't do that, and instead just trusts what you write on the command line.)
Kind regards,
Alastair.
-- www.alastairs-place.net
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden