Re: Xcode complaining about ccache
Re: Xcode complaining about ccache
- Subject: Re: Xcode complaining about ccache
- From: Michael Rawdon <email@hidden>
- Date: Mon, 1 Dec 2008 11:02:32 -0800
Hi Steve -On Nov 26, 2008, at 8:45 PM, Steve Checkoway wrote: On Nov 23, 2008, at 11:28 PM, Steve Checkoway wrote:
error: can't exec '/Developer/Library/Xcode/Plug-ins/GCC 4.0.xcplugin/Contents/Resources/ccache gcc' (No such file or directory)
Why is Xcode complaining about ccache? It looks like it is looking at my CC environment variable for some reason. Just as a follow up to myself, it was the CC environment variable. Any idea why it's using that?
Xcode imports the environment for use as build settings (albeit at a low level that would be overridden by settings in the project itself), and it uses the CC build setting as an override to mean "use this binary for the C compiler rather than the one that would be normally used". -- Michael Rawdon email@hidden Xcode Developer Apple Inc., Cupertino CA
|
_______________________________________________
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