Re: precompiled header & distcc
Re: precompiled header & distcc
- Subject: Re: precompiled header & distcc
- From: Scott Tooker <email@hidden>
- Date: Thu, 5 May 2005 17:36:11 -0700
Xcode's use of distributed builds will only work with pre-compiled
headers that are also the prefix file. Sorry.
Scott
On May 5, 2005, at 12:24 PM, Ondřej Valík wrote:
Hello everybody.
I am compiling a quite big multiplatform project in Xcode and would
like to reduce compile time. I tried to use precompiled header
mechanism with distcc (which Xcode provides). Because I want to
precompile header which is not used in every file in project I
precompiled it manually and building project without setting Prefix
header and Precompile Prefix header options in Xcode gui.
It is used - (I'm sure about that) and everything is ok when
compiling on local machine. But when I turn distcc on, compiling
ends with lot of strange errors (even when I am compiling using
distcc only on local machine).
In gcc 3.3 documentation there is information that only one
precompiled header could be used (satisfied in my case). Is there
another restriction that precompiled header must be used through -
include option (Prefix header in Xcode GUI) to allow distcc to work
fine with precompiled header? Or is there anybody using manually
precompiled header with distcc?
Thanks in advance for any suggestions
Ondrej
_______________________________________________
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
_______________________________________________
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