Re: What makes my precompiled header disapear?
Re: What makes my precompiled header disapear?
- Subject: Re: What makes my precompiled header disapear?
- From: Chris Espinosa <email@hidden>
- Date: Fri, 16 Sep 2005 14:52:45 -0700
On Sep 16, 2005, at 2:34 PM, Yves Poissant wrote: In a project where I have like 10 dylib to build, they all use the same precompiled header. For the 3 first dylib, all goes fine but for the 4th, I get an error that says about the precompile header : "No such file or directory".
I checked the precompiled header for all the projects from the build results and the path is exactly the same for all. It looks like the precompiled header disapears after a while.
What should I do to keep my precompiled headers for ever?
Is it actually a good thing to store the precompiled headers in the éLibraryéCachesé ?
Please post the build transcript lines that show the ProcessPCH step that builds the precompiled header and the CompileC step that fails because it can't find the precompiled header, including the actual and complete error messages from the build transcript.
Also indicate whether this is in Xcode 1.5, 2.0, 2.1, 2.2DP1, or 2.2DP2.
Chris |
_______________________________________________
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