Re: avoid space in path names
Re: avoid space in path names
- Subject: Re: avoid space in path names
- From: Markus Hitter <email@hidden>
- Date: Thu, 15 Dec 2005 17:51:29 +0100
Am 15.12.2005 um 16:50 schrieb Sean McBride:
On 2005-12-14 14:33, Steve Checkoway said:
Don't forget to avoid case-insensitive clashes too!
(Bad experience: CVS checking out a project with x.c and x.C
sources)
Though in this case, there is a compiler warning to help you at
least...
forget its name tho.
What would the compiler be warning about? x.c is a C file. x.C is
a C+
+ file.
Sorry, my mistake. I was thinking about the warning for #includes
where
the name you give does not match the name on disk. So if you do
#include "FOO.H" but on disk it's "foo.h" you'll get a warning.
... on case sensitive file systems (HFSX, UFS), only.
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
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