Re: Xcode incremental build problem
Re: Xcode incremental build problem
- Subject: Re: Xcode incremental build problem
- From: Jean Bovet <email@hidden>
- Date: Wed, 26 Nov 2003 21:08:08 +0100
You're right. I was this problem. After fixing the date, everything is
building fine. Thanks!
Le 25 nov. 03, ` 02:49, Andrew Collier a icrit :
On Nov 23, 2003, at 23:12:36, Jean Bovet wrote:
Yes, I should, but the problem is that it is only one specific
project that has this problem. I will try to find a way to reproduce
it.
I had a similar symptom when some of my source files had corrupt date
fields (for whatever reason, the system thought they were last
modified in 2038, obviously this is more recent than the executable
which was built from them).
To test if this might be what is affecting you, open a terminal and cd
to your source / include directory. This command will list any suspect
files:
find . -newermt now
and if the output looks sensible, this command will correct them:
find . -newermt now -exec touch "{}" ";"
HTH,
Andrew
--
--- Andrew Collier ----
---- http://www.intensity.org.uk/ ---
--
r<2+ T<4* cSEL dMS hEn/CB<BL A4 S+*<++ C$++L/mP W- a-- Vh+seT+
(Cantab) 1.1.4
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.