"Build" stops after first few errors.
"Build" stops after first few errors.
- Subject: "Build" stops after first few errors.
- From: Jonny Taylor <email@hidden>
- Date: Mon, 05 Sep 2005 21:03:36 +0100
Something odd that's happening to me with Xcode 2.1 is that if I choose
"Build" for a project which has about 80 files, the build stops after the
first file in which an error is encountered. Is this expected behaviour? I
can imagine this might be desirable in some unusual circumstances, but it's
not what I'd like. This happens even if there is one single error in the
source file (i.e. not just with errors in common header files), but warnings
do not cause the build to be aborted.
Is there any way of getting the "normal" behaviour that I want, which is to
see the errors for all files at once, without having to choose "Build" many
times? I see this behaviour even if there is only a single error in the
file.
And another question that doesn't really seem worth a separate thread: when
I use __FILE__ it gives me the full path to the file (as opposed to CW which
used to give the file name only). If I want just the file name, is there a
way of getting that or do I have to manually search for the final '/' in
__FILE__ and take the file name as everything after that?
Thanks
Jonny
_______________________________________________
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