Re: Xcode dependency handling
Re: Xcode dependency handling
- Subject: Re: Xcode dependency handling
- From: "James W. Walker" <email@hidden>
- Date: Sat, 3 Feb 2007 15:13:02 -0800
On Feb 3, 2007, at 1:49 PM, Mark Hamilton wrote:
Mark Hamilton wrote:
The headers are all in the same directory as the C files, and they
are members of the project. However, your second comment is
probably the problem. Silly me, since I have software update
turned on I assumed that XCode would have been updated too, I'll
try updating that and see is that improves things. Thanks.
Well, upgrading to XCode 2.4.1 didn't fix the problem. I can add
an intentional error to my .h file and build, and it doesn't
compile anything. All of my .c and .h file are in the Sources
folder, and clearly when the files are compiled the compiler finds
the .h files so the -I's on the command line are correct. Anyone
have any thoughts, or suggestions on where to look?
I've had that problem with Xcode 2.4.1 too. I haven't found time/
energy to come up with a nice self-contained example for a bug
report, so I just do a "clean" when in doubt. Of course, this causes
everything to recompile... but if Xcode *does* notice that a header
changed, it always wants to rebuild the precompiled header, which
cause everything to recompile anyway.
_______________________________________________
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