Re: Preprocessor pre-compiled header woes
Re: Preprocessor pre-compiled header woes
- Subject: Re: Preprocessor pre-compiled header woes
- From: Chris Espinosa <email@hidden>
- Date: Mon, 13 Jun 2005 15:40:03 -0700
On Jun 13, 2005, at 3:31 PM, Byron Wright wrote: After upgrading from Xcode 2.0 -> 2.1 I am getting some strange behavior with the preprocessor and pre-compiled headers. In my pch header file I am including a header file that contains some #defines. In my implementation files the #defines don't seem to be going through the preprocessor and I have to specifically import the header file before the preprocessor will pick them up. This used to work fine in 2.0, what has changed and how can I fix this?
BTW, I am cross-compiling on the 10.3.9 SDK using gcc 3.3.
Could you open up your build transcript, copy the ProcessPCH line and the CompileC line for one of the implementation files, and post them here so we can take a look?
Chris |
_______________________________________________
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