Re: Xcode complaining about ccache
Re: Xcode complaining about ccache
- Subject: Re: Xcode complaining about ccache
- From: Steve Checkoway <email@hidden>
- Date: Tue, 2 Dec 2008 03:09:56 -0800
On Dec 1, 2008, at 11:02 AM, Michael Rawdon wrote:
On Nov 26, 2008, at 8:45 PM, Steve Checkoway wrote:
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".
Xcode must be inconsistent about this then since unsetting CC was
enough to cause Xcode to build C++ files normally even though CXX was
still set to ccache g++.
It looks like when CC is set, Xcode tries to execute "/Developer/
Library/Xcode/Plug-ins/GCC\ 4.0.xcplugin/Contents/Resources/$CC" which
is never going to work as there are no executable files in there.
Am I doing something wrong, or should I file a bug?
--
Steve Checkoway
_______________________________________________
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