Re: PCH being precompiled twice
Re: PCH being precompiled twice
- Subject: Re: PCH being precompiled twice
- From: Steve Mills <email@hidden>
- Date: Tue, 29 Nov 2005 13:17:38 -0600
On Nov 29, 2005, at 13:02, Steve Mills wrote:
At some point, Xcode has started procompiling my .pch twice. By
looking at the build transcript, I see that one is correctly being
compiled as C++, but the 2nd one (the one that generates hundreds
of errors) is being compiled as regular C.
Any idea why this is happening? I think it started after I added a
new folder of files to my project. These are portable files (for
out PC and Mac projects). The only oddity is that the use .cpp
instead of .cp as their extension. Could that confuse Xcode?
Ah. I found the "C Dialects to Precompile" setting and set it to only
"c++". That fixed its wagon. I still don't know why adding .cpp files
made it change. Our Mac C++ files use the .cp extension. Perhaps
Xcode doesn't know that those are C++ files?
Steve Mills
Drummer, Mac geek
http://sjmills5.home.mchsi.com/
_______________________________________________
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