• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
distributed builds fails with precompiled header
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Speeding up XCode?
  • Next by Date: Re: XCode template
  • Previous by thread: Re: Passing the result of one build phase to another
  • Next by thread: Link Errors with SystemConfiguration.framework
  • Index(es):
    • Date
    • Thread