distributed builds fails with precompiled header
distributed builds fails with precompiled header
- Subject: distributed builds fails with precompiled header
- From: Stefan Werner <email@hidden>
- Date: Mon, 17 Oct 2005 18:25:19 -0700
Hi,
I have one project that fails to build as soon as I enable both
distributed building and precompiled headers. The error message is:
In file included from <built-in>:0:
<built-in>:0: warning: mismatched case in filenames, wanted
"Packages.h" but found "packages.h"
<command line>:1: error: pch_preprocess pragma should only be used
with -fpreprocessed
<command line>:1: note: use #include instead
I cannot find any use of "pch_preprocess" in the entire project
sources, nor in the build command string. I tried passing -
fpreprocessed as a compiler option, but that did not change anything.
As soon as I disable either distributed builds or precompiled
headers, it works fine. But, as you may understand, I'd love to use
both in order to get short compiling times.
Any ideas what could be going wrong here?
Thanks,
Stefan
_______________________________________________
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